Schedule an SMS for future delivery

Schedules a message to be sent at a specified future date and time, in a given timezone offset.

Response Codes

| Code | Description | |------|-------------| | 1701|JobId | Message has been scheduled successfully. | | 1702 | One of the parameters is missing. | | 1703 | User authentication failed. | | 1704 | Given type is invalid. | | 1705 | Given message is invalid. | | 1706 | Given destination is invalid. | | 1707 | Given sender is invalid. | | 1710 | Unknown error. | | 1712 | Bad DB connection. | | 1713 | Too many destinations. | | 1902 | Given date is invalid. | | 1903 | Given gmt is invalid. | | 1904 | Given time is invalid. | | 1905 | Given date and time is invalid. |

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Name of the user.

string
required

Password of the respective user.

string
required

Message content to be sent.

integer
enum
required

Message type: 0 - Text, 1 - Flash, 2 - Unicode, 4 - WAP, 6 - Unicode Flash.

Allowed:
integer
enum
required

Whether a delivery report is required. 1 = required, 0 = not required.

Allowed:
string
required

Sender address shown on the message.

string
required

Destination number(s) the message is sent to. Multiple numbers are comma-separated.

string
required

Schedule date in DD/MM/YYYY format.

string
required

Schedule time in hh:mm am/pm format.

string
required

Timezone offset for the scheduled date/time, e.g. GMT +5:30 or GMT -10:00.

string

Landing page URL, required only when type=4 (WAP).

Responses

400

Bad request — malformed query string or missing required parameter.

401

Unauthorized — invalid username or password.

500

Internal server error.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain