How to send message to multiple mobile number?

How to send multiple sms to mobile numbers on a button click using texting components or any other ways if available.

do you want to upload the app to Google Play?
if not, then use the texting component together with a clock component to avoid sending the sms all at exactly the same time
EDIT: see also The ‘Do something’ example


A very good way to learn App Inventor is to read the free Inventor’s Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Tutorials for MIT App Inventor to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun

4 Likes

0[quote=“Taifun, post:2, topic:50824”]
do you want to uplaod the app to Google Play?
[/quote]

If not then you can use texting components to send message. To send message in multiple mobile number you need to create mobile numbers list & create an eatch item loop

1 Like

can you please help me with the blocks

what about modifying the already mentioned Do something example to your needs?

A very good way to learn App Inventor or Kodular is to read the free Inventor’s Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Our Tutorials! to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun

just make a list of numbers, and use block for each item in list ( list of numbers) do (use send sms block) set number to (get item) and send sms.

this solution will overwhelm the texting component and your device…
but it will be a good learning experience to try it…
and after this, you then might want to follow my previous advice and use a clock component…

Taifun

1 Like

I have this block that sends sms to multiple recipients. It works perfectly if the list only contains two phone numbers, but fails to deliver for more than that.