send_webex_space_adaptive_card
Send interactive Adaptive Cards to Webex spaces or individuals, with support for threaded replies and configurable card schema versions.
Instructions
Send an Adaptive Card to a Webex space or person. Note: This is an alias for send_webex_adaptive_card — "room" and "space" are synonymous in Webex.
IMPORTANT — Webhook limitation: Card action submissions (Action.Submit) are delivered to the bot only if a webhook is registered for the "attachmentActions" resource on the Webex platform. Without that webhook, submissions are silently dropped and the bot never receives them. Inform the user of this limitation whenever the card includes interactive actions.
Args: space_id: Space ID to send the card to (use this OR to_person_id/to_person_email) to_person_id: Person ID to send a direct card to to_person_email: Person email to send a direct card to card_body: List of Adaptive Card body elements (required, non-empty) fallback_text: Plain-text fallback for clients that do not support cards (required) card_actions: Optional list of action objects card_version: Adaptive Card schema version — "1.0", "1.1", "1.2", or "1.3" (default "1.3") parent_id: Parent message ID for threaded replies
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | No | ||
| card_body | No | ||
| parent_id | No | ||
| card_actions | No | ||
| card_version | No | 1.3 | |
| to_person_id | No | ||
| fallback_text | No | ||
| to_person_email | No |