Is it possible to send a sms via twillo to mutiplte users without zapier?

I have the number list formatted like " 1xxxxxxxxxx, 1xxxxxxxxxx, 1xxxxxxxxxx, 1xxxxxxxxxx" and I’m getting “Send SMS message: {“code”: 21211, “message”: “Invalid ‘To’ Phone Number”, “more_info”: “Invalid 'To' Phone Number | Twilio”, “status”: 400}”

You should be able to use the Twilio integration. You can probably also use the new API action to do that too.

This is a related thread on StackOverflow. What I understand is you must have multiple ToBinding objects, which might not be natively possible with the Glide Twilio integration.

I’m not sure if you can present those --data-urlencode parts in the Call API action.

What I usually use for this is Make.com, send a webhook payload with the list of numbers and the message, then iterate over the array of numbers to send.

1 Like

I am also trying to figure this out.
I really like the Twilio integration as it is very easy and i am able to use it successfully for a single user message. However my use case requires messages be sent to more than one person and I get the same error as the original poster when there is more than one number.
Can anyone confirm the integration is only for a single user message or am i just formatting the request wrong?
I’ve been able to avoid Make/Zapier so far in my projects so hoping I am just missing something. Seems short sighted for the integration to only send a message to a single user.
Thanks!