Problem Description
The content of Feishu Interactive Card is not fully parsed in message events.
Current issue:
- When OpenClaw receives Feishu card messages, it only receives type identifier (e.g., "type: interactive_card")
- The specific content inside the card (button text, options, form data, etc.) is not included in the push event
- Need to configure card callback event to get full content
Expected Behavior
Be able to parse and display the complete content of Interactive Card, including:
- Text content inside the card
- Button names and values
- Dropdown options
- Form input values
Technical Notes
Feishu Interactive Card is pushed via message event callback. It requires:
- Configure card callback event type ("interactive_card")
- Parse the specific content from callback payload
Impact
- Feishu message handling
- Users cannot see the specific content in cards to respond
Priority
P3 - Minor feature gap
Problem Description
The content of Feishu Interactive Card is not fully parsed in message events.
Current issue:
Expected Behavior
Be able to parse and display the complete content of Interactive Card, including:
Technical Notes
Feishu Interactive Card is pushed via message event callback. It requires:
Impact
Priority
P3 - Minor feature gap