SMSSendRequest
Request to send SMS.
SMSSendRequest
Request to send SMS.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
accountName | string | Yes | The name of a billing account. |
smsMessage | string | Yes | The contents of the SMS message. The SMS message is limited to 160 characters in 7-bit format, or 140 characters in 8-bit format. |
customFields | array | No | The names and values of custom fields, if you want to only include devices that have matching custom fields. |
dataEncoding | string | No | The SMS message encoding, which can be 7-bit (default), 8-bit-ASCII, 8-bit-UTF-8, 8-bit-DATA. |
deviceIds | array | No | The devices that you want to send the message to, specified by device identifier. |
groupName | string | No | The name of a device group, if you want to send the SMS message to all devices in the device group. |
servicePlan | string | No | The name of a service plan, if you want to only include devices that have that service plan. |
timeToLive | string | No | A period of time the message remains valid or an end date for the message. This value would be less than the 5 day default. |