- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to send alerts to multiple phone numbers with the Twilio SMS Alerting app?
I need to send alerts to multiple phone numbers. Is it possible to do this with your app? For example, by including a comma separated list of numbers on the 'to' field?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @alistair_
Please don't forget to revisit this post and confirm if the answer by @acharlieh solved your question. If yes, please click "Accept" directly below his answer and upvote accordingly.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You (or someone else might be able to) make a modification to bin/twilio.py to have it split into a list of numbers by comma and then making the API call for each number.
As it currently stands out of the box however, it seems that only one invocation of Twilio's API happens. As Twilio's documentation states that every recipient must be a separate API call, this would mean that out of the box you can only send to one recipient.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Yep , thats the approach I'd take.
