Send personalised messages to multiple destinations

Sends different message content to different destination numbers using a single API call and a single sender. Messages are separated using ||-|| and destinations using a comma; the message at a given position is delivered to the destination at the same position.

Response Codes

| Code | Description | |------|-------------| | 1701 | Success. Format: 1701\|<destination>\|<message_id> per destination. | | 1702 | One of the parameters is missing. | | 1703 | Bad username/password — user authentication failed. | | 1704 | Message type is invalid. | | 1705 | Message is invalid. | | 1706 | Sender of the message is invalid. | | 1707 | Source is invalid. | | 1710 | Unknown error. | | 1032 | DND destination. | | 1813 | Error occurred while creating job file. |

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 for the respective user account.

string
required

Sender of the message.

string
required

Message content per destination, with each message separated using ||-||.

string
required

Destination numbers, comma-separated. The position of each destination maps to the message at the same position.

integer
enum
required

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

Allowed:
integer
enum
required

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

Allowed:
string

URL required only when type=4 (WAP Push).

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