mailchannels-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

MailChannels

MailChannels

npm version npm downloads codecov

Node.js SDK to integrate MailChannels API into your JavaScript or TypeScript server-side applications.

This library provides a simple way to interact with the MailChannels API. It is written in TypeScript and can be used in both JavaScript and TypeScript projects and in different runtimes.

[!NOTE] This library is NOT officially maintained by MailChannels Corporation.

Contents

  • Send transactional emails
  • Check DKIM, SPF & Domain Lockdown
  • Webhook notifications
  • Manage sub-accounts
  • Retrieve metrics
  • Manage suppressions
  • Manage inbound domains
  • Manage account lists
  • Manage recipient lists
  • MailChannels account
  • Email API key
  1. Add mailchannels-sdk dependency to your project
# npm
npm i mailchannels-sdk

# yarn
yarn add mailchannels-sdk

# pnpm
pnpm add mailchannels-sdk

MIT License

Already implemented features are marked with a checkmark. Please open an issue if you find any bugs or missing features.

Local development
# Install dependencies
pnpm install

# Build the package
npm run build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Run typecheck
npm run test:types

# Release new version
npm run release

Package Sidebar

Install

npm i mailchannels-sdk

Weekly Downloads

150

Version

0.4.1

License

MIT

Unpacked Size

207 kB

Total Files

11

Last publish

Collaborators

  • yizack