收到太多传入的短信
Receive too many incoming sms
我正在开发一个应用程序,其中注册过程涉及向 twilio 号码发送短信以验证用户 phone 号码。在对此进行测试时,似乎 twilio 不再从我的号码接收短信。有没有办法将我的号码列入白名单,以便我在开发时可以向 twilio 号码发送任意数量的文本?
据此,Twilio 不限制传入 SMS 消息的数量或速率:
Inbound Calls and SMS
Twilio places no limitation on the rate at which a number can receive inbound calls or SMS messages. One thing to note here, though, is that
Twilio will make an HTTP request to the request URL for each call and
message received at your Twilio number. Therefore, please make sure
your server is capable of handling the load if you are expecting a
large amount of concurrent inbound traffic.
如果您 运行 遇到问题,如上所示,您应该首先确保您的服务器没有问题。
您是否遇到发送过多短信或接收过多短信的问题?如果是发送问题,您是从什么发送短信的?
我正在开发一个应用程序,其中注册过程涉及向 twilio 号码发送短信以验证用户 phone 号码。在对此进行测试时,似乎 twilio 不再从我的号码接收短信。有没有办法将我的号码列入白名单,以便我在开发时可以向 twilio 号码发送任意数量的文本?
据此,Twilio 不限制传入 SMS 消息的数量或速率:
Inbound Calls and SMS
Twilio places no limitation on the rate at which a number can receive inbound calls or SMS messages. One thing to note here, though, is that Twilio will make an HTTP request to the request URL for each call and message received at your Twilio number. Therefore, please make sure your server is capable of handling the load if you are expecting a large amount of concurrent inbound traffic.
如果您 运行 遇到问题,如上所示,您应该首先确保您的服务器没有问题。
您是否遇到发送过多短信或接收过多短信的问题?如果是发送问题,您是从什么发送短信的?