Alert that sends SMS via Twilio.
docker build -t whoopsmonitor-alert-twilio-sms .docker run --rm --env-file .env whoopsmonitor-alert-twilio-smsWM_TWILIO_ACCOUNT_SID- Your Account SID from www.twilio.com/consoleWM_TWILIO_AUTH_TOKEN- Your Auth Token from www.twilio.com/consoleWM_TWILIO_FROM- Number you send the SMS from.WM_TWILIO_TO- Number you send the SMS to.
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=+111111111111Please read further details in the alert docs.