ericallenpaul / Zabbix-Twilio.sh

A set of shell scripts to send SMS messages with Zabbix. It supports scheduling
16 stars 8 forks source link

/SMS/Messages endpoint deprecated #8

Closed keithlammers closed 1 year ago

keithlammers commented 1 year ago

Posting this for anyone else who has issues with this script as of a few weeks ago. The /SMS/Messages endpoint for Twilio has been shutdown, and the script should now use the /Messages endpoint. I've created a pull request here: https://github.com/ericallenpaul/Zabbix-Twilio.sh/pull/7/commits/a8a6e1e8bcf067cc184085792420d1a2dc22fc30

For anyone who wants to make a quick edit to get theirs working again, update line 79 in twilio-sms.sh to remove the /SMS from the URL. The new URL in that line should look like this: https://api.twilio.com/2010-04-01/Accounts/$ACCOUNTSID/Messages

keithlammers commented 1 year ago

Pull request has been merged and closed.