Sending to multiple mobile numbers in a single Web API Post

To allow multiple numbers to be posted in a single HTTP request, rather than make individual HTTP requests for each mobile number, use the following request URL path:

http://<GATEWAY URL>/gateway/SendMsgBulk.php

To send to multiple numbers, you have to separate each Mobile Number with a comma.
An example on how to send the multiple numbers is as follows:

http://<GATEWAY URL>/gateway/SendMsgBulk.php?ID=xxxx&Password=xxxxx
&Mobile=659xxxxxx,659xxxxxxxx1&Message=testbulk3&Type=A

Return codes and Message IDs  for each message will be returned to you
in the following manner, separated by a colon:

01010,1_121453198798594197 : 01010,1_121453198804695867 :

Leave a Reply