My Twilio number will not receive SMS text messages from SmartThings.
I have SmartThings set to send me SMS text message notifications to my Twilio number.
According to the API, SmartThings is sending the SMS text messages:
{
"destinations": {
"SMS": {
"status": "OK",
"to": "XXXXXXXXXX"
}
}
}
https://graph.api.smartthings.com/
According to my Twilio log I am getting no incoming SMS text messages.
https://www.twilio.com/console/sms/logs
This worked a few days ago. Now it doesn't.
SmartThings will successfully send SMS text messages to my mobile phone. And Twilio will successfully receive SMS text messages from my mobile phone.
Is there some rate based blacklist filtering? Do I need to whitelist the SmartThings short code somehow?
Why won't SmartThings send an SMS text message to my Twilio number?
Or, why won't Twilio receive SMS text messages from SmartThings?