reportr-alerts-sms

1.0.0 • Public • Published

SMS Alerts for Reportr

How to add it to your instance?

Add reportr-alerts-sms to the package.json and load it in your Reportr configuration:

reportr.configure({
    alerts: [
        require("reportr-alerts-sms")({
            sId: process.env.TWILIO_SID,
            token: process.env.TWILIO_TOKEN,
            from: process.env.TWILIO_FROM
        })
    ]
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    3

Package Sidebar

Install

npm i reportr-alerts-sms

Weekly Downloads

3

Version

1.0.0

License

none

Last publish

Collaborators

  • samypesse