Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.1 KB

File metadata and controls

16 lines (12 loc) · 1.1 KB

com.Messente.Api.Model.Omnimessage

An omnimessage

Properties

Name Type Description Notes
To string Phone number in e.164 format
Messages List<OmnimessageMessagesInner> An array of messages
DlrUrl string URL where the delivery report will be sent [optional]
TextStore TextStore [optional]
TimeToSend DateTime Optional parameter for sending messages at some specific time in the future. Time must be specified in the ISO-8601 format. If no timezone is specified, then the timezone is assumed to be UTC Examples: * Time specified with timezone: 2018-06-22T09:05:07+00:00 Time specified in UTC: 2018-06-22T09:05:07Z * Time specified without timezone: 2018-06-22T09:05 (equivalent to 2018-06-22T09:05+00:00) [optional]
Priority Priority [optional]

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