get
https://sms-eu.rmlconnect.net:8443/bulksms/personalizedcustsms
Use this endpoint when your message content includes a URL that you want the platform to automatically shorten before delivery. Set toshorten=Y and pass the URL(s) to shorten in tobeshorten (URL-encoded, up to four, separated by ||-||).
The message content itself can be either of the following:
- Normal text — sent as-is, no conversion needed.
- Regional-language content — must first be converted to UCS2 hexadecimal (Unicode
SMS) before submission, withtypeset to2(Unicode). This is the key difference
from the Multilingual Acculync API, where regional content can be sent directly
without conversion.
Sample request URL — normal text, with URL shortening
https://sms-eu.rmlconnect.net:8443/bulksms/personalizedcustsms?username=your_username&password=your_password&source=TESTSM&destination=91XXXXXXXXXX&type=0&message=Hello%20World%20https%3A%2F%2Fexample.com&tagname=campaign1&toshorten=Y&tobeshorten=https%3A%2F%2Fexample.com&udf1=txn123&isCL=1
Sample request URL — regional-language content (UCS2 hex), with URL shortening
https://sms-eu.rmlconnect.net:8443/bulksms/personalizedcustsms?username=your_username&password=your_password&source=TESTSM&destination=91XXXXXXXXXX&type=2&message=00480065007800200065006E0063006F006400650064&tagname=campaign1&toshorten=Y&tobeshorten=https%3A%2F%2Fexample.com&udf1=txn123&isCL=1Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Malformed request — one or more required query parameters missing or invalid.
401Authentication failed at the transport/gateway level.
500Unexpected server error.