Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 913 Bytes

Omnimessage.md

File metadata and controls

13 lines (9 loc) · 913 Bytes

Omnimessage

Properties

Name Type Description Notes
messages list[object]
to str Phone number of the recipient in e.164 format
dlr_url str URL where the delivery report will be sent [optional]
time_to_send datetime Optional parameter for sending messages at some specific time in the future. Time must be specified in the 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]

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