Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 2.74 KB

File metadata and controls

27 lines (24 loc) · 2.74 KB

# OmnimessageMessagesInner

Properties

Name Type Description Notes
sender string Phone number or alphanumeric sender name
validity int After how many minutes this channel is considered as failed and the next channel is attempted.Only one of "ttl" and "validity" can be used. [optional]
ttl int After how many seconds this channel is considered as failed and the next channel is attempted. Only one of "ttl" and "validity" can be used. [optional]
text string Text content of the RCS message
imageUrl string URL for the embedded image Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text [optional]
buttonUrl string URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) [optional]
buttonText string Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (optional) [optional]
channel string The channel used to deliver the message [optional] [default to 'rcs']
video \Messente\Api\Model\WhatsAppVideo [optional]
autoconvert string Defines how non-GSM characters will be treated: - "on" Use replacement settings from the account's API Auto Replace settings page (default) - "full" All non GSM 03.38 characters will be replaced with suitable alternatives - "off" Message content is not modified in any way [optional]
udh string hex-encoded string containing SMS UDH [optional]
template \Messente\Api\Model\WhatsAppTemplate [optional]
image \Messente\Api\Model\WhatsAppImage [optional]
audio \Messente\Api\Model\WhatsAppAudio [optional]
document \Messente\Api\Model\WhatsAppDocument [optional]
sticker \Messente\Api\Model\WhatsAppSticker [optional]
suggestions \Messente\Api\Model\RcsSuggestion[] List of suggestions to include with the message [optional]
richCard \Messente\Api\Model\RcsRichCard [optional]
contentInfo \Messente\Api\Model\RcsContentInfo [optional]

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