chat_send_message
Send a message to a Google Chat space, with the option to reply within an existing thread.
Instructions
Send a message to a Google Chat space, optionally as a reply within an existing thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message text to send. | |
| Yes | The authenticated Google account to send from. | ||
| spaceName | Yes | The space resource name (e.g. 'spaces/XXXXXX'). Get this from chat_list_spaces. | |
| threadName | No | Thread resource name to reply within (e.g. 'spaces/XXXXXX/threads/YYYYYY'), from chat_list_messages threadName field. Omit to start a new thread. |