send_message
Send messages to Google Chat spaces and reply in existing threads by resource name or app-defined key. Useful for posting updates and continuing chats from Google Workspace automation.
Instructions
Sends a message to a Google Chat space.
Args: thread_name: Reply in an existing thread by its resource name (e.g. spaces/X/threads/Y). thread_key: Reply in a thread by app-defined key (creates thread if not found).
Returns: str: Confirmation message with sent message details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ||
| thread_key | No | ||
| thread_name | No | ||
| message_text | Yes | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |