Send SMS Text messages using SMS API
Text Messaging API or SMS API can enable application to receive and send SMS text messages utilising Wire2Air advanced SMS gateway API or Text Messaging API. Wire2Air provides simple HTTP interface for clients to send and receive messages from mobile phone users. HTTP POST can be used in all modern programming languages including ASP, ASP.NET, C++, C#, PHP, VB, VB.NET, command lines, SSH & cURL.
- Send SMS Text Messages Directly From Your Applications or Website
Send texts to an individual or multiple recipients directly from your server. -
Receive SMS Text 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.
- Sticky session; Once customer start using your server, stay in touch with them. Messages will be forwarded to your server even if keyword not included in message.
- Supports Delivery Reports (Advance Developer API account
Example: http://smsapi.Wire2Air.com/smsadmin/submitsm.aspx?version=2.0&userid=USERID&password=PASSWORD &vasid=VASID&FROM=SHORTCODE&to=MOBILENUMER&text=YOUR_MESSAGE
|
*VERSION |
2.0 |
|
*USERID |
YOUR_USERID; PROVIDED BY Wire2Air |
|
*PASSWORD |
YOUR_PASSWORD; PROVIDED BY Wire2Air |
|
*VASID |
YOUR_VASID; PROVIDED BY Wire2Air |
|
*FROM |
SHORT CODE NUMBER; PROVIDED BY Wire2Air |
|
*TO |
DESTINATION MOBILE NUMBER. [(country code) + mobile number] |
|
*TEXT |
The Text Message (160 characters) |
|
DeliveryDateTime (optional) |
Optional |
|
ReplyPath** |
Your server application web address to receive replies from users |
For successful submission:
JOBID: [MOBILENUMBER]:[SMSID]
Failed submission:
ERR: 301: Failed authentication
ERR: 305: Not enough credits
- Values must be properly URL encoded
- Message submitted longer than 160 characters will be rejected. For sending messages longer than 160 characters, contact sales.
- You'll be charged one credit for every 160 character message.
- The list of allowed characters for messages and subjects is: a-z, A-Z, 0-9 and these special characters: .,:;!?()~=+-_\/@$#&%'"
- For line break in a message, use \r\n; e.g Your class is schedule on \r\n july 24th @ 7:00PM.
- The following characters count as two characters: ~, @, #, %, +, =, /, \, \r\n
- STEP1: User sends a text message to an assigned shortcode.
- STEP2: Message received by Wire2Air server from carrier.
- STEP3: Wire2Air parses the message, and redirect to clients’ server based on short code, and prefix assigned.
MobileNumber=xxxxxxxx&Message=xxxxxxx&SMSINBOXID=388&shortcode=xxxx
Message: Text Message sent by user
Rcvd: Message received date & time
SMSInboxid: Reference number for all incoming messages






