GitHub - TeamLifecycle/sendgrid-nodejs: SendGrid Node.js helper library · GitHub
Skip to content

TeamLifecycle/sendgrid-nodejs

 
 

Folders and files

Repository files navigation

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.

About

SendGrid Node.js helper library

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

  • JavaScript 100.0%