Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1016 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 1016 Bytes

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