Unable to trigger Bulk SMS using Twilio Notify API

166 Views Asked by At

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

There are 1 best solutions below

1
Alan On

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