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.

/sendgrid-extended/

    Package Sidebar

    Install

    npm i sendgrid-extended

    Homepage

    sendgrid.com

    Weekly Downloads

    2

    Version

    1.6.5

    License

    none

    Last publish

    Collaborators

    • venn