mirror of
https://github.com/larksuite/cli.git
synced 2026-07-03 14:02:43 +08:00
Add support for card.action.trigger, the event fired when a user interacts with an interactive card (button click, form submit, dropdown, checkbox, input, date picker, etc.). The handler flattens the V2 envelope into a structured output and auto-fetches the original card content (card_content) at consume time, enabling a complete read-then-update workflow without extra API calls.