Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 1.11 KB

File metadata and controls

14 lines (7 loc) · 1.11 KB

MessageMulti

Properties

Name Type Description Notes
to String Phone number (in E.164 format) to send the SMS to. This number can be in international format `"to": "+61412345678"` or in national format. [optional]
body String The text body of the message. Messages longer than 160 characters will be counted as multiple messages. This field contains the message text, this can be up to 1900 (for a single recipient) or 500 (for multiple recipients) UTF-8 characters. As mobile devices rarely support the full range of UTF-8 characters, it is possible that some characters may not be translated correctly by the mobile device [optional]
receiptOff Boolean Whether Delivery Receipt will be sent back or not. Setting this field to `true` will disable Delivery Receipts. The `notifyURL` field will be ignored, if there is one in the payload. An "OLD-NONEXISTANT-MESSAGE-ID" 400 error will also be returned upon Polling for the SMS Status. [optional]