英文:
Unable to trigger Bulk SMS using Twilio Notify API
问题
我必须创建一个功能,我必须将相同的短信文本发送到数组中的多个号码。为此,我正在使用Notify API。作为要求的一部分,我创建了一个Notify服务和Messaging服务,使用了用于普通短信服务的现有号码,并在我的Trail Twilio帐户下将它们关联起来。
按照文档中的示例编写了代码,并通过API请求进行了测试。代码成功执行,并且在Twilio日志中显示为已发送。但是,我无法收到提供的号码的任何短信通知。
我哪里做错了?
英文:
I have to create a functionality where I must send same SMS text to multiple numbers in an array. For that I am using Notify API. As part of the requirement I created a Notify Service and Messaging Service with the existing number used for normal sms service and linked them up under my Trail Twilio Account.
Wrote the code, as present in the docs and tested over a API hit. The code executed successfully and on the twilio logs, it is coming as sent. But I am not able to receive any sms notification on the number provided.
Where am I going wrong??
答案1
得分: 0
如果您正在使用Twilio试用账户,会有一些限制。您可以在Twilio控制台右上角的调试器(bug图标)下查看是否有任何事件?
此外,一旦您升级您的账户,请验证已为您尝试发送消息的目的地设置了短信地理权限。
英文:
If you are using a Twilio trial account, there are certain limitations. Can you look under your debugger (the bug icon in the upper right corner of your Twilio Console) to see if there any are any events?
Also, once you upgrade your account, verify SMS geographic permissions are set for the destinations you are trying to send messages to
专注分享java语言的经验与见解,让所有开发者获益!
评论