Is there a way to send multiple SMS messages at one time with Twilio?

This topic was automatically generated from Slack. You can find the original thread here.

Jordan Harrison : My workflow checks Airtable to see which drivers are on-duty, then triggers an SMS to the active drivers to let them know there is a new ride request. I’m able to send to one single driver on the list, but I’d like to send to all drivers on the list. Is there a way to put all of this into a format so that the TO field in the Twilio step so that I can send this out to all drivers?

Dylan Sather : I don’t believe Twilio supports that, but you can iterate through each of those records and send the SMS one by one using the Twilio SDK. Take a look at this post for more details and let me know if that helps: https://pipedream.com/community/t/twilio-updating-the-usage-of-the-phone-library/1242/2?u=dylburger

Dylan Sather : In the future we’re also planning to provide a “loop” construct in the Pipedream UI that will let you execute the Twilio SMS action on items in an array like this. See https://github.com/PipedreamHQ/pipedream/issues/193