SmartThings 没有向我的 Twilio 号码发送 SMS 短信通知

No SMS text message notifications from SmartThings to my Twilio number

我的 Twilio 号码不会收到来自 SmartThings 的短信。

我已将 SmartThings 设置为向我的 Twilio 号码发送短信通知。

根据 API,SmartThings 正在发送短信:

{
    "destinations": {
        "SMS": {
            "status": "OK",
            "to": "XXXXXXXXXX"
        }
    }
}

https://graph.api.smartthings.com/

根据我的 Twilio 日志,我没有收到短信。

https://www.twilio.com/console/sms/logs

这在几天前就奏效了。现在没有了。

SmartThings 将成功向我的手机发送短信 phone。 Twilio 将成功从我的手机 phone.

接收短信

是否有一些基于速率的黑名单过滤?我是否需要以某种方式将 SmartThings 短代码列入白名单?

为什么 SmartThings 不向我的 Twilio 号码发送短信?

或者,为什么 Twilio 不接收来自 SmartThings 的短信?

Twilio 号码似乎无法接收来自短代码的消息。

我在 Twilio 支持文档中找到了这些:

Are you expecting to receive SMS from a short code?

Services like Google Voice, Facebook, and Skype, which use short codes (e.g. 55555) to send SMS will not be able to send messages to Twilio phone numbers. This is because short code carriers have arrangements to exchange messages with mobile phone numbers only, and Twilio phone numbers are not considered mobile numbers.

-- Not receiving SMS messages on Twilio phone number

Twilio numbers cannot send messages to or receive messages from short codes at this time whether they are Twilio short codes or external short codes.

-- Can my Twilio number send SMS to a non-Twilio short code?

这令人失望,我不明白为什么它在几天前起作用。