Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 924 Bytes

TextMessage.md

File metadata and controls

13 lines (9 loc) · 924 Bytes

TextMessage

Properties

Name Type Description Notes
body str The text of the message.
_from str A technology specific URI specifying the source of the message. For sip and pjsip technologies, any SIP URI can be specified. For xmpp, the URI must correspond to the client connection being used to send the message.
to str A technology specific URI specifying the destination of the message. Valid technologies include sip, pjsip, and xmp. The destination of a message should be an endpoint.
variables list[TextMessageVariable] Technology specific key/value pairs associated with the message. [optional]

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