Batch of A2P SMS messages. This object provides specification to send message(s) to many recipients. It contains top-level attributes, such as text
which apply to all messages
. In addition to that, it is possible to override this attribute for each message. This way a single API call may be used to send individual messages to many recipients.
More...
|
string | from [get, set] |
| Sender's phone number in E.164 format. Required Example: +15551234567 More...
|
|
string | text [get, set] |
| Text to send to messages.to phone numbers. Can be overridden on a per-message basis Example: Hello, World! More...
|
|
MessageCreateRequest[] | messages [get, set] |
| Individual messages Required More...
|
|
Batch of A2P SMS messages. This object provides specification to send message(s) to many recipients. It contains top-level attributes, such as text
which apply to all messages
. In addition to that, it is possible to override this attribute for each message. This way a single API call may be used to send individual messages to many recipients.
◆ from
string RingCentral.MessageBatchCreateRequest.from |
|
getset |
Sender's phone number in E.164 format. Required Example: +15551234567
◆ messages
Individual messages Required
◆ text
string RingCentral.MessageBatchCreateRequest.text |
|
getset |
Text to send to messages.to
phone numbers. Can be overridden on a per-message basis Example: Hello, World!
The documentation for this class was generated from the following file:
- RingCentral.Net/Definitions/MessageBatchCreateRequest.cs