Skip to product menu
Skip to main content

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 reply, single product and multiple product cards.

Channel compatibility

     

Use Case:

Copied"user_defined": {
  "zohosalesiq": {
    "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"
      }
   ]
  }
}