Send different message content to different numbers in a single call

Allows users to send different message content to different destination numbers with a single API URL call, using one common sender (source). Multiple messages are separated using ||-||, and multiple destinations are separated using a comma — the message at a given position is delivered to the destination at the same position. This is distinct from the Multilingual API below: this endpoint personalizes which message goes to which number, but does not change how regional-language content is encoded.

Sample request URL (replace credentials, source, destinations, and messages with your own before use):

https://sms-eu.rmlconnect.net:8443/bulksms/sbulksms?username=your_username&password=your_password&source=TESTSM&message=TestMessage1%7C%7C-%7C%7CTestMessage2&destination=91XXXXXXXXXX,91YYYYYYYYYY&dlr=1&type=0
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Account username for the HTTP account.

string
required

Account password for the HTTP account.

integer
enum
required

Whether a delivery report is requested. 0 = off, 1 = on.

Allowed:
integer
enum
required

Message type. 0 = Text, 1 = Flash, 2 = Unicode, 4 = WAP Push, 6 = Unicode Flash.

Allowed:
string

URL to include for WAP Push messages. Not required for other message types. (Optional)

string
required

Sender ID shown on the recipient's device.

string
required

Message content. Multiple personalized messages are separated with ||-||, in the same order as the destinations listed in the destination parameter.

string
required

Destination numbers, separated by a comma. Each destination receives the message at the corresponding position in the message parameter.

Responses

400

Malformed request — one or more required query parameters missing or invalid.

401

Authentication failed at the transport/gateway level.

500

Unexpected server error.

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