Carousel templates use Meta’s template send payload directly through Kapso’s Meta proxy. The proxy forwards theDocumentation Index
Fetch the complete documentation index at: https://docs.kapso.ai/llms.txt
Use this file to discover all available pages before exploring further.
carousel.cards structure to Meta; it does not translate per-card body, header, or button components.
For variable result counts, create one approved template per supported count, such as flight_option_single, flight_options_carousel_v1_2, and flight_options_carousel_v1_3.
Send
Format rules
- Send-time component and parameter types are lowercase:
carousel,header,body,button,image,text, andpayload. card_indexis numeric and zero-based. In the TypeScript SDK helper, usecardIndex; it is converted tocard_indexon send.button.indexis numeric and zero-based.- Media card headers can use
image: { "link": "https://..." }orimage: { "id": "<MEDIA_ID>" }from a media upload. Do not useimage.url. - The runtime
cardsarray must have exactly the same length as the approved carousel template. - At template creation time, Meta component definitions use uppercase types such as
CAROUSEL,HEADER,BODY, andBUTTONS. The lowercase rules above are for sending messages.

