Skip to content

Instantly share code, notes, and snippets.

@theycallmeswift
Created September 10, 2012 19:18
Show Gist options
  • Save theycallmeswift/3693134 to your computer and use it in GitHub Desktop.
Save theycallmeswift/3693134 to your computer and use it in GitHub Desktop.
What SendGrid.js should look like.
sendgrid.send(options, function(error, message) {
callback(error ? { error: message } : options)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment