sendgrid-extended

1.6.5 • Public • Published

SendGrid-nodejs

Same as: https://github.com/sendgrid/sendgrid-nodejs but with support for stats endpoint

var data, sendgrid;

sendgrid = require('sendgrid')(sendgridApiUser, sendgridApiKey);

data = {
  days: 5
};

sendgrid.stats(data, function(err, json) {
  
});

License

Licensed under the MIT License.

Dependents (1)

Package Sidebar

Install

npm i sendgrid-extended

Homepage

sendgrid.com

Weekly Downloads

1

Version

1.6.5

License

none

Last publish

Collaborators

  • venn