tilloo-plugin-mandrill
v1.0.0
Published
Tilloo plugin to send notifications via MailChimp/Mandrill
Downloads
3
Maintainers
Readme
A distributed cron with cli and web ui
Installation
npm install tilloo-plugin-mandrill --save
Features
- Sends email on job failure via Mandrill/MailChimp
- Sends email on job recovery via Mandrill/MailChimp
Background
This used to be built directly into Tilloo. We recently had a need to add some additional notification types and decided to break the notification types out into plugins to not clutter the core project with various SDKs, etc.
Getting Started
This package is included in Tilloo by default. Only thing to do is configure it.
Configuration
The configuration for the plugin lives inside the Tilloo config.json.
"notification": {
"threshold":3600,
"plugins":{
"tilloo-plugin-mandrill": {
"key": "<MANDRILL API KEY>",
"from_name": "Tilloo Notification",
"from_email": "<[email protected]>",
"to_email": "<[email protected]>"
}
}
}
People
The author is Chris Kinsman