Send SMS with HTPP API
Send SMS Alerts or OTP from Your custom Application with High Quality HTTP API. Access Full-Featured HTTP special Fields and differant perametors user, mobile, message, senderid, accusage (transactional, promotional, International, OTP, PromoDND), Unicode, smstype, Time,IDno.

Account Type | Value |
---|---|
Transactional | 1 |
Promotional | 2 |
International | 3 |
OTP | 6 |
PromoDND | 7 |
Note:
Optional parameters are not compulsory in API.
1. Unicode : – for all other languages (= not english)
2. smstype : – normal or flash message (flash means pop-up message)
3. Time : – use this parameter to schedule campaign
4. idno : – client’s identification number
<parent>
<child>
<user>91BULK</user>
<key>ffae6ee671XX</key>
<mobile>+919974984500</mobile>
<message>Test SMS</message>
<accusage>2</accusage>
<senderid>alertp</senderid>
</child>
<child>
<user>91BULK</user>
<key>ffae6ee671XX</key>
<mobile>9999999999</mobile>
<message>Test SMS again</message>
<accusage>2</accusage>
<senderid>alertp</senderid>
</child>
</parent>
Optional Fields:
<unicode>1</unicode>
<smstype>flash</smstype>
<time>2020-01-03 12:10:10</time>
<idno>2007</idno>
content-type: application/json
{"listsms":
[
{"sms":"test 1",
"mobiles":"9974984500",
"senderid":"DALERT",
"clientSMSID":"1947692308",
"accountusagetypeid":"1"},
],
"password":"UR_KEY","user":"UR_USER"}
Response:
Response Type: application/json
"smslist": {
"sms": [
{
"reason": "success",
"status": "success",
"messageid": 260299414,
"clientsmsid": 1947692308,
"code": "000",
"mobileno": "+919974984500"
}
]}
2. fail,Invalid key,0,2008,9999999999
– 1st format shows message sent successfully.123456 parameter shows message Id while 2007 parameter shows client id.
– 2nd format shows message is fail because of Invalid key.