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
        })
    ]
});

Readme

Keywords

none

Package Sidebar

Install

npm i reportr-alerts-sms

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • samypesse