SMS Api allows you to integrate our sms service to your own web based / stand alone applications.
# | Parameter | Description | |
---|---|---|---|
1 | key | Your account API key | |
2 | sender | Sender id | |
3 | number | Destination numbers | |
4 | route | Route you want to send SMS ( Transactional - 1, Promo SID - 2, Promotional - 3, Promo DND - 4, Trans OTP - 6, Service Implicit - 7, Service Explicit - 8) | |
5 | sms | SMS content (Url encoded) | |
6 | templateid | DLT Template ID | |
* All special character included content should be in urlencode format. |
* A numeric value other than these error codes is the unique message id for the sent slot. Keep this message id for delivery report.
SMS Delivery Report Api allows you to get delivery report of a slot sent via Api as JSON format.
# | Parameter | Description | |
---|---|---|---|
1 | key | Your account API key | |
2 | messageid | Unique message id returned by SMS Api | |
* Give the exact message id. |
* A successive api return a JSON file containing the sent destination numbers with delivery report
Available credits Api allows you to get currently available credits of a given route.
# | Parameter | Description | |
---|---|---|---|
1 | key | Your account API key | |
2 | route | Route you want to check credits ( Transactional - 1, Promo SID - 2, Promotional - 3, Promo DND - 4, Trans OTP - 6, Service Implicit - 7, Service Explicit - 8) | |
* Give the exact route id. |
* A successive api return a JSON file containing the route name and credits