You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tested cabot and signed up for twilio. In many countries you can use twilio without the need to buy/rent a phone number for outgoing SMS. Unfortunately you´re using the function client.sms.messages.create instead of client.messages.create, which would allow the usage of an alphanumeric ID, which is not registered with your twilio account. I don´t know what impact it has, but it works for me.
Hello,
I just tested cabot and signed up for twilio. In many countries you can use twilio without the need to buy/rent a phone number for outgoing SMS. Unfortunately you´re using the function
client.sms.messages.create
instead ofclient.messages.create
, which would allow the usage of an alphanumeric ID, which is not registered with your twilio account. I don´t know what impact it has, but it works for me.cabot-alert-twilio/cabot_alert_twilio/plugin.py
Line 108 in 55d4957
The text was updated successfully, but these errors were encountered: