reportr-alerts-sms
v1.0.0
Published
SMS alerts for your reportr instance
Readme
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
})
]
});