This API is used for sending SMS. To use this API, the user should have the required SMS account & credentials details.
- Transactional
- Promotional
- OTP
Rate Limit
- The API supports up to 2 requests per minute.
- Each request can include a maximum of 200 numbers.
Possible Responses In JSON
Success response | {"status":"success","message":"queued","refrenceID":"235996237891-d244567624bd574e30 394588b84767ac"} |
Invalid request method | {"status":"failure","message":"Only Post Request Allowed"} |
Invalid apiKey | {"status":"failure","message":"Invalid Apikey and UserName"} |
Invalid action | {"status":"failure","message":" action not valid"} |
Invalid Destination Number | {"status":"failure","message":"Invalid Destination Number."} |
Invalid Destination NumberArray | {"status":"failure","message":"Destination Number Should Be Array Of Phone Numbers."} |
If max record limit in a existrequest exceeds | {"status":"failure","message":"The max data to be uploaded is 200 records only."} |
User Limit | {"status":"failure","message":"Already request is in progress, please try again."} |
All Parameters are Mandatory | {"status":"failure","message":"All Parameters are Mandatory"} |