Batch API:
Bulk SMS API Allow to send a message to multiple recipients in one HTTP call. In order to utilize Wire2Air Batch API, send the following parameters in given format.
| Name | Description |
| *USERID | YOUR_USERID; PROVIDED BY WIRE2AIR |
| *PASSWORD | YOUR_PASSWORD; PROVIDED BY WIRE2AIR |
| *VASID | YOUR_VASID; PROVIDED BY WIRE2AIR |
| *PROFILEID | YOUR_PROFILEID; PROVIDED BY WIRE2AIR |
| *FROM | SHORT CODE NUMBER ; PROVIDED BY WIRE2AIR |
| *TO | Comma limited DESTINATION MOBILE NUMBER. [(country code) + mobile number] e.g 17321234567,18031234567, … |
| BATCHNAME* | Batch reference used in reports. |
| DeliveryDateTime (optional) | Default: Now Date and time for message delivery in UTC format. Example: 19970714T173000Z ;UTC time The following represents July 14, 1997, at 1:30 PM in New York City. |
| ReplyPath (optional) | Provide your application url to receive replies from user. For example http://[yourserver]/smsreceiver.asp? |
Response from Send SMS APIs
The API will return a string message to the calling application.
Successful submission:BATCHID:<System generated BATCHID>