sgwapi

Sendgrid Web API

Usage no npm install needed!

<script type="module">
  import sgwapi from 'https://cdn.skypack.dev/sgwapi';
</script>

README

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...);