send_webex_space_message
Send a message to a Webex space or individual using space ID, person ID, or email. Supports plain text, markdown, HTML, file attachments, and threaded replies.
Instructions
Send a message to a Webex space or person. Note: This is an alias for send_webex_message — "room" and "space" are synonymous in Webex.
Args: space_id: Space ID to send the message to (use this OR to_person_id/to_person_email) to_person_id: Person ID to send a direct message to to_person_email: Person email to send a direct message to text: Plain text message content markdown: Markdown formatted message content html: HTML formatted message content (for buttons/cards) files: URL to attach (single file URL as a string) parent_id: Parent message ID for threaded replies
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | ||
| text | No | ||
| files | No | ||
| markdown | No | ||
| space_id | No | ||
| parent_id | No | ||
| to_person_id | No | ||
| to_person_email | No |