This is a super-simple app to use as a twilio URL callback to say something, and then hangup.
For example, I use it to call from zabbix for alerts.
docker run -it -e TWILIO_SID=<YOUR_SID> -e TWILIO_TOKEN=<YOUR_TOKEN> -e TWILIO_DEFAULT_SAY=<DEFAULT_TEXT_TO_SAY> -p 5000:5000 ikatson/twilio-say
Then point URL parameter in Twilio's Call API to the URL of this script.
Content type
Image
Digest
sha256:c2502a61e…
Size
97.7 MB
Last updated
almost 10 years ago
docker pull ikatson/twilio-say