HTTP API DOCUMENT
Bulk SMS APIs - Application Programming Interface for Automated Messaging
An Application Programming Interface (SMS APIs) is one way to connect to Resellers Core Messaging Platform.
SMS API provides an easy, efficient and flexible option to integrate with your website / application, facilitating auto-generated SMS Text messages to be delivered to the intended recipients mobile phones.
This method does not require Resellers Software Platform at your Enterprise/Data Center site.
Accessing gateway through HTTP API is one of the best and the quickest ways to deliver SMS
messages. The HTTP API can be used to send various types of SMS messages including
normal text messages and Unicode messages only by providing few parameters
User-username,password,mobilenumber,message,senderid,mtype=N for normal message and mtype=L for language sms.
Sending a Single Message
To send a single message of any type (normal text messages, Unicode messages), the gateway requires parameters like User and Passwd
for authentication purpose in below URL format
http://domainname/WebServiceSMS.aspx?User=xxxxxx&passwd=xxxxxxxxxxxx&mobilenumber=xxxxxxxxxx&message=xxxxxxxxx&sid
=xxxxxxxx&mtype=N
For sending Bulk SMS messages, the following URL, along with the required
parameters, needs to be accessed –
http://domainname/WebServiceSMS.aspx?User=xxxxxx&passwd=xxxxxxxxx&mobilenumber=xxxxxxx,xxxxxxx,xxxxxxxxx&message=xx
xxxxxxx&sid=xxxxxxxx&mtype=N/L
"N" For English SMS
"L" For Language SMS
FOR Sending SMS Containing multiple messages to multiple mobile numbers, the following is the URL
http://domainname/WebserviceSMS_MultiMessages.aspx?user=xxxxx&passwd=xxxxx&mno_msg=91xxxxxx^firstmessage~91xxxxx^secondmessage&DR=Y&mtype=N&sid=xxxx
For sending Remainder SMS messages, the following URL, along with the
required parameters, needs to be accessed –
http://domainname/WebService_RemainderSMS.aspx?User=xxxx&Passwd=xxxx&message=xxxxxxx&mobilenumber=xxxxxxxxxx,xxxxxxxxxx&sendername=xxxx&
remname=xxxx&remddate=mm/dd/yyyy
Hr:Min:Sec AM/PM&predate=mm/dd/yyyy Hr:Min:Sec AM/PM&mtype=N
Sample URL for Delivery Reports-
http://domainname/SMSCWebService_SMS_GetDR.aspx?user=xxxx&pwd=xxxx&fromdate=xxxx&todate=xxxx&jobno=xxxx
Sample URL for Getting Balance Credits-
http://domainname/Webservicesms_get_userbalance.aspx?user=xxxx&passwd=xxxx