npm.io
1.1.1 • Published 6 years ago

sgwapi

Licence
Version
1.1.1
Deps
2
Size
67 kB
Vulns
0
Weekly
0

Sendgrid Web API

License

MIT

Install

npm install sgwapi

Modules

  • Suppressions
  • Mail
  • Marketing

Usage

import {Mail} from 'sgwapi/mail';

const mail = new Mail('api_key');

await mail.send(args...);