Twilio bulk sms queue with unique message for each recipient

818 views Asked by At

I am trying to find an api call for sending or queueing bulk sms with a single api call with unique message for each recipient instead of calling twilio api n number of times.

Is there a way to achieving this?

2

There are 2 answers

7
philnash On BEST ANSWER

Twilio developer evangelist here.

There is no bulk API for sending personalised SMS messages with Twilio. You can send bulk SMS messages with one API request as long as those messages are the same.

You will have to send one API call per different message you want to send. If you want to speed up this process, you can use a Messaging Service and add multiple numbers to the associated number pool. This will increase the rate at which messages can be sent, allowing you to complete the task quicker.

Let me know if this helps at all.

0
Satya Arya On

Using notification service https://www.twilio.com/console/notify/getting-started you can send upto 10000 message in single API call, but in this case you cann't send personalisation message.