Send sms multiple contacts together

Hi,
I wanted to send sms using activity starter which i have achieved but i don’t know how can i send sms to multiple contacts together

probably you have to send them one by one?

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun

1 Like

Yes that i have done using activity starter
Similar to this

But i want to send a message to many contacts together, which is stored in a list

I think you have to send them one by one…
you could check, if the AfterActivity event fires after a message has been sent


if yes, then send the next message in that event etc.

Taifun

yes i had thought i could do this but andorid doesn’t allow to directly send message, for each message i will have to press the send button that’s why i wanted to send a sms to all contacts selected together