Wire2Air highly SMS Gateway API:
Two-way SMS API provides you with a wide choice of protocols and methods to communicate to our gateway and integrate any application with any technology, from simple HTML pages, to ,ASP, ASP.NET, C++, C#, PHP, VB, VB.NET, command lines, SSH & cURL.
Benefits of using our Message Gateway and HTTP Post API
- Send SMS Messages Directly From Your Applications or Website
Send texts to an individual or multiple recipients directly from your server.
- Receive SMS Messages Directly To Your Server
Whether you have a Short Code, Shared or Dedicated Inbound Number all inbound texts will be forwarded directly onto your server.
- Easy and Immediate Implementation
Implementation of the required code and integrating it with our system can all be done in less than 30 minutes.
- No SMS/SMPP Gateway required to be installed on client site.
Send SMS Messages Via API | Receive Messages Via API
Sending SMS Messages Via API:
- HTTP URLs: http://SMSAPI.Wire2Air.com/smsadmin/submitsm.aspx
- HTTP METHOD: POST or GET
- HTTP Form Variables
|
| Name |
Description |
|
*VERSION |
2.0 |
|
*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 |
DESTINATION MOBILE NUMBER. [(country code) + mobile number]
e.g 17220001111 |
|
*TEXT |
The Text Message (160 characters) |
|
DeliveryDateTime (optional) |
Optional
Default: Now
Date and time for message delivery in UTC format. Example:
Example: 07/14/1997 00:00:00;UTC date time
The following represents Sunday, July 13, 1997 at 8:00:00 PM in New York City. |
|
ReplyPath |
Your server application web address to receive replies from users
e.g http://[your_server]/smsreceiver? |
|
Response from Send SMS API's
The API will return a string message to the calling application.
Successful submission:
JOBID: [MOBILENUMBER]:[SMSID]
Failed submission:
ERR: 301: Failed authentication
ERR: 305: Not enough credits
|
|
|