Call To Action(CTA)
These are buttons that can be added to bot replies and can perform different actions in your client with Client Actions
Note:
The CTA is currently supported in text replies, single product, and multiple product cards
Channel compatibility
Sample Code:
Copied{
"action":"reply",
"replies":[
{
"actions":[
{
"label":"See More",
"name":"Wardrobe",
"type":"url",
"link":"https://www.zylkerfurniture.com/wardrobe.html"
},
{
"label":"Book",
"name":"bookbtn",
"type":"client_action",
"clientaction_name":"book_now"
}
],
"text":"CTA Buttons"
}
]
}