Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.79 KB

File metadata and controls

49 lines (33 loc) · 2.79 KB

OmnimessageMessagesInner

Properties

Name Type Description Notes
sender String Phone number or alphanumeric sender name
validity Integer 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 Integer 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 ChannelEnum The channel used to deliver the message [optional]
video WhatsAppVideo [optional]
autoconvert AutoconvertEnum 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 WhatsAppTemplate [optional]
image WhatsAppImage [optional]
audio WhatsAppAudio [optional]
document WhatsAppDocument [optional]
sticker WhatsAppSticker [optional]
suggestions List<RcsSuggestion> List of suggestions to include with the message [optional]
richCard RcsRichCard [optional]
contentInfo RcsContentInfo [optional]

Enum: ChannelEnum

Name Value
RCS "rcs"

Enum: AutoconvertEnum

Name Value
FULL "full"
ON "on"
OFF "off"