394 B
394 B
Button Actions (Chatbot API)
Buttons in message cards send a webhook when clicked.
Pattern
- You send a card with
actions.items[]where each button has a uniquevalue. - Zoom sends
interactive_message_actionsto your webhook. - Your handler routes based on that
value.
Routing Tip
Use stable action IDs like:
approve_requestreject_requestopen_ticket:123