Update Twilio README with multiple dest numbers
This commit is contained in:
parent
20dcabd368
commit
6ed2dae7ab
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,13 @@ TWILIO_TO_NUMBER = ''
|
|||
TWILIO_FROM_NUMBER = ''
|
||||
```
|
||||
|
||||
Multiple destination phone numbers can be configured in the `TWILIO_TO_NUMBER`
|
||||
configuration setting if separated by a comma:
|
||||
|
||||
```python
|
||||
TWILIO_TO_NUMBER = '+15555555,+4471234567'
|
||||
```
|
||||
|
||||
Troubleshooting
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue