Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.06 KB

BatchMessage.md

File metadata and controls

14 lines (11 loc) · 1.06 KB

IO.Swagger.Model.BatchMessage

Properties

Name Type Description Notes
Sender string The sender of the message. Should be no longer than 11 characters for alphanumeric or 15 characters for numeric sender ID's. No spaces or special characters.
Destinations List<string> Telephone numbers of each of the recipients
Content string Message to send to the recipient
Schedule string Date-time at which to send the batch. This is only used by the batch/schedule service.
Tag string An identifying label for the message, which you can use to filter and report on messages you've sent later. Ideal for campaigns. [optional]
Ttl decimal? The number of minutes before the message is deleted. Optional. Omit to prevent delivery report deletion. [optional]

[Back to Model list] [Back to API list] [Back to README]