Carousel
Sample 1: Carousel message


Code snippet:
interactive:{"type":"template","data":"{"name":"<carousel_name>","language":{"code":"en"},"components":[{"type":"body","parameters":[{"type":"text","text":"TATA CIS"},{"type":"text","text":"25"}]},{"type":"carousel","cards":[{"card_index":0,"components":[{"type":"header","parameters":[{"type":"product","product":{"product_retailer_id":"<product_retailer_id>","catalog_id":"<catalog_id>"}}]}]},{"card_index":1,"components":[{"type":"header","parameters":[{"type":"product","product":{"product_retailer_id":"<product_retailer_id>","catalog_id":"<catalog_id>"}}]}]}]}]}
The following changes are to be updated in the code snippet:
- Template data needs to be replaced with the payload in the template parameter of Carousel messages.
interactive:{" type ":"template", " data ": {TEMPLATE_DATA}}
Updated 2 days ago