676 B
676 B
Message Card Structure (Chatbot API)
Chatbot messages use a card-like JSON structure (often called "message cards").
High-Level Shape
content.head: title + optional subheadcontent.body: array of blocksmessageblocks for textfieldsblocks for key/value rowsactionsblocks for buttonsattachmentsblocks for images/links
Where To Look
- Component reference:
../references/message-cards.md
Common Pitfalls
- Buttons must include a
valueyou can route on when you receive an interaction webhook. - Many issues that look like "Zoom didn't render my card" are just invalid JSON shape; validate your payload before sending.