0.2.0 • Published 10 years ago

hubot-sendgrid v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

hubot-sendgrid

SendGrid commands for hubot

Installation

npm install --save hubot-sendgrid

Add "hubot-sendgrid" into your hubot project's external-scripts.json

Set HUBOT_SENDGRID_USER to your SendGrid user

Set HUBOT_SENDGRID_KEY to your SendGrid API key (password)

Usage

Statistics

hubot sendgrid stats

hubot sendgrid stats YYYY-MM-DD

Blocks, Bounces, Invalids, Unsubscribes, and Spam Reports

hubot sendgrid blocks # First 10 blocks of today

hubot sendgrid invalids # First 10 invalid emails of today

hubot sendgrid bounces 20 # First 20 bounces of today

hubot sendgrid unsubscribes YYYY-MM-DD # First 10 unsubscribes on YYYY-MM-DD

hubot sendgrid spam reports YYYY-MM-DD 20 # First 20 spam reports on YYYY-MM-DD
0.2.0

10 years ago

0.1.1

10 years ago