End Point URL
http://plus.cliqsms.com/sendsms.php
Parameters
No |
Field Name |
Example Value |
Description |
1 |
user * |
BULKSMS |
The login name for you SMS account |
2 |
password * |
123456 |
The login password for your SMS account |
3 |
mobile * |
9999999999 |
The target mobile numbers separated with Comma |
4 |
senderid * |
BULKSMS |
The sender name that will show as from address |
5 |
message * |
Hello world |
The actual text message to send to the target mobile number |
6 |
schedule |
2016:01:31:14:20:10 |
This is to schedule the SMS in future date. The format should be yyyy:mm:dd:hh:mm:ss |
7 |
unicode |
1 or 2 |
This is used for send Unicode sms via SMS HTTP API. |
8 |
group_id |
1,2,3 |
Account holder Group id in BULKSMSsms. |
9 |
dnd |
0 or 1 |
This is used for send sms via dnd gateway for dnd enabled numbers |
* are mandatory
Example [Sending to Mobile(s)]
http://plus.cliqsms.com/sendsms.php?user=xxx&password=yyy&mobile=2344XXXXXXX,9044XXXXXXX&senderid= BULKSMS&message=hello&unicode=1&schedule=yyyy:mm:dd:hh:mm:ss&dnd=1
Example [Sending to Group(s)]
http://plus.cliqsms.com/http://www.mywebsite.com/sendsms.php?user=xxx&password=yyy&group_id=1,2&senderid= BULKSMS&message=hello&unicode=1&schedule=yyyy:mm:dd:hh:mm:ss&dnd=1
API Response on Success
lk /1701/
Response Codes
1111:SUCCESS:SMS Submitted Successfully. (mobilecount=x, creditsused=y) |
1112:SUCCESS:SMS Submitted Successfully. (mobilecount=x, creditsused=y, failedcount=z) |
1113:SUCCESS:SMS Scheduled Successfully |
1001:ERROR:Invalid URL. User cannot be empty |
1001:ERROR:Invalid URL. Password cannot be empty |
1001:ERROR:Invalid URL. Mobile or Group id cannot be empty |
1001:ERROR:Invalid URL. Message cannot be empty |
1005:ERROR:Invalid value in username or password field |
1030:ERROR:Account doesn't exist |
1010:ERROR:Account expired |
1015:ERROR:Your credits are Low |
1020:ERROR:Invalid Sender |
1040:ERROR:You are not allowed to send Unicode Messages |
1050:ERROR:Character count is greater than X |
1060:ERROR:Invalid Group id Specified |
1070:ERROR:Invalid schedule time |
1080:ERROR:Unable to schedule message |
1090:ERROR:Unable to send message |
1100:ERROR:Message has been waitlisted (mobilecount=x) |
http://plus.cliqsms.com/balance.php
Example [Get Account]
http://plus.cliqsms.com/balance.php?user=xxx&password=yyy&action=account
Response Codes
1112:SUCCESS:Total Send Credits:1000000 Used Credits: 84 Remaining credits: 999916 |
1113:SUCCESS:Total Receive Credits:1000 Used Credits: 50 Remaining credits: 950 |
1114:SUCCESS: {"name":"Super User","Totalsendcredits":"1000000","Usedsendcredits":"84","Remainingsendcredits":"999916", "TotalRrecivecredits":"1000","UsedRrecivecredits":"50","Remainingrecivecredits":"950","createdDate": "28 Jan,2016 03:14 PM","expiryDate":"03 Feb,2017 09:15 PM"} |
1001:ERROR:Invalid URL. User cannot be empty |
1001:ERROR:Invalid URL. Password cannot be empty |
1055:ERROR:Please enter the valid action |