0.1.0 • Published 1 year ago

@pinax/sendgrid v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

auth0

Library to interact with sendgrid

Quickstart

npm i @pinax/sendgrid
import { createClient } from "@pinax/sendgrid"
const client = createClient( { apiKey: <YOUR API KEY> } );
const stats = await client.getEmailStats("yaro@eosnation.io");
const statsAll = await client.loadEmailStatsFromCsv("./exported_from_sendgrid.csv.gz");

Example

> node example.js