1.0.0 • Published 8 years ago
tilloo-plugin-mandrill v1.0.0
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": "<from_email@example.com>",
"to_email": "<to_email@example.com>"
}
}
}
People
The author is Chris Kinsman
License
1.0.0
8 years ago