-
Notifications
You must be signed in to change notification settings - Fork 183
twilio
Fabian Affolter edited this page Apr 27, 2014
·
2 revisions
The twilio
service makes use of the Twilio API to send messages.
[config:twilio]
targets = {
# Account SID Auth Token from to
'hola' : [ 'ACXXXXXXXXXXXXXXXXX', 'YYYYYYYYYYYYYYYYYY', "+15105551234", "+12125551234" ]
}
Requires:
- A Twilio account
- twilio-python