Sending multiple people text messages based on if they have a certain requirement or not

I would like to send multiple people a text at the same time using thunkable. I have raised this issue before but now i have it more streamlined as i need the numbers that i am texting to have a certain code in a certain field in my google sheets. Please help me out here.


The first column is the criteria that I need to fix and the second one is the phone number. (I am currently using a personal phone number as a test)

if you need to text multiple people at the same time, you need to use a service like twilio or MessageBird

you’d get roughly 125-145 messages per USD using either of the aforementioned services

If code = “100” or “101” or “102”
send text
else
do something else
endif

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.