Send SMS

This API also needs JSON data in the body with a set of parameters. Example of data with the parameter has been given on example tab of body text box.

These are the three parameters that this API needs in Json input data

1. from (sender number)

2. to (Reciever number)

3. text (Message)

The response will have a status parameter and it will be true or false. According to that, API will not depend upon the status code because the code is only used for herders.

Sample Response

{
    "status": true,
    "code": 100,
    "message": "SMS has been sent successfully on (199XXXXX261)",
    "refrence": "112331230",
    "sms_status": "sent"
}

Last updated