Skip to content

sealibora/sentry-twilio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentry-twilio

A plugin for Sentry that sends SMS notifications via Twilio

Note: Only works with US numbers, mostly because I'm too lazy to think about international phone numbers and what to do with them. Feel free to submit a pull request.

Installation

$ pip install sentry-twilio

Sentry will automagically detect that it has been installed.

Configuration

sentry-twilio needs 4 pieces of information to set this up correctly.

Account SID & Auth Token

The Account SID and Auth Token can both be found on your Twilio account dashboard.

SMS From

This is the number that was purchased through Twilio. Twilio documentation for more information.

Examples:

+13305093095
// or
5551234567

SMS To #'s

A list of phone numbers to send to separated by commas.

Example:

+13305093095, 5551234567

About

A plugin for Sentry that sends SMS notifications via Twilio

Resources

License

Stars

Watchers

Forks

Packages

No packages published