HTTP SMS API - send SMS message to multiple recipients

This page gives you the URL you can use to send an SMS message to multiple recipients. This URL is similar to the URL you can use when you send an SMS message through HTTP to a single telephone number. The only difference is that you add multiple telephone numbers in the recipient field. These telephone numbers can be separated by a semicolon.

Example SMS Submit URL Request

http://127.0.0.1:9501/api?action=sendmessage&username=admin&password=abc123&
recipient=06203105366;+36201234567&messagetype=SMS:TEXT&messagedata=Hello+World

Note that you can use both local number format and international number format when you provide the recipient telephone numbers.

More information