sgwapi
v1.1.1
Published
Sendgrid Web API
Downloads
18
Maintainers
Readme
Sendgrid Web API
License
MIT
Install
npm install sgwapi
Modules
- Suppressions
- Marketing
Usage
import {Mail} from 'sgwapi/mail';
const mail = new Mail('api_key');
await mail.send(args...);