Send SMS
GET {{baseUrl}}/send_sms/?autoconvert=<>&charset=<>&dlr-url=<>&from=<>&password=<>&text=<>&time_to_send=<>&to=<>&udh=<>&username=<>
Sending SMS text messages
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| autoconvert | string | ontuse replacement settings from accounts API Auto Replace settings page fulltall non GSM 03.38 characters will be replaced with suitable alternatives. offtmessage content is not modified in any way. | |
| charset | string | Encoding of the text and from parameter value. Defaults to UTF-8 | |
| dlr-url | string | URL where automatic Delivery Request is made. | |
| from | string | Optional parameter that sets Sender. When not set, default Sender is used. Sender must be encoded in UTF-8 | |
| password | string | API account security key (API key) from the Messentes web page | |
| text | string | All characters (Unicode) and long messages are supported | |
| time_to_send | string | Optional parameter for sending message at some specific time in the future. Must be numeric Unix timestamp i.e. 1415253378. If time_to_send is set in past, message will be sent with no delays. | |
| to | string | Receivers phone number with country code | |
| udh | string | SMS User Data Header | |
| username | string | API account user name from the Messentes web page |