1.2.0 • Published 9 years ago

hubot-alert v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubot-alert

Excepts HTTP POSTs to alert specific rooms

Installation

In hubot project repo, run:

npm install hubot-alert --save

Then add hubot-alert to your external-scripts.json:

["hubot-alert"]

Export HUBOT_ALERT_TOKEN:

export HUBOT_ALERT_TOKEN=mysecrettoken

Sample Interaction

POST /hubot/alert/mysecrettoken
level:    'error'  # Can be one of debug, verbose, info, warn or error
rooms:    'shell'  # CSV of rooms to alert
message:  'Some message to tell everyone'

The above request will alert the "shell" room with:

External message received from xxx.xxx.xxx.xxx
:rotating_light: Some message to tell everyone
1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago