tilloo-plugin-mandrill

1.0.0 • Public • Published

A distributed cron with cli and web ui

NPM Version NPM Downloads Build Status

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

MIT

Package Sidebar

Install

npm i tilloo-plugin-mandrill

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • chriskinsman