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

Latest commit

 

History

History
15 lines (12 loc) · 1.13 KB

Viber.md

File metadata and controls

15 lines (12 loc) · 1.13 KB

com.Messente.Omnichannel.Model.Viber

Properties

Name Type Description Notes
Channel string
Sender string Phone number or alphanumeric sender name [optional]
Validity int? After how many minutes this channel is considered as failed and the next channel is attempted [optional]
Text string Plaintext content for Viber [optional]
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]

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