Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 866 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 866 Bytes

whoopsmonitor-alert-twilio-sms

Alert that sends SMS via Twilio.

Build

docker build -t whoopsmonitor-alert-twilio-sms .

Run image

docker run --rm --env-file .env whoopsmonitor-alert-twilio-sms

Environmental variables

  • WM_TWILIO_ACCOUNT_SID - Your Account SID from www.twilio.com/console
  • WM_TWILIO_AUTH_TOKEN - Your Auth Token from www.twilio.com/console
  • WM_TWILIO_FROM - Number you send the SMS from.
  • WM_TWILIO_TO - Number you send the SMS to.

Example

Details of the check in Whoops Monitor configuration tab or for the .env file.

WM_TWILIO_ACCOUNT_SID=sid
WM_TWILIO_AUTH_TOKEN=token
WM_TWILIO_FROM=+1111111111
WM_TWILIO_TO=+111111111111

Alert specification

Please read further details in the alert docs.