Google Chat
API actions for the Google Chat integration.
Google Chat
Send messages to Google Chat spaces.
Send message
Send a message to a Google Chat space.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
space_name | string | Yes | The resource name of the space (e.g., spaces/AAAA...) |
message_text | string | Yes | The text content of the message to send |
thread_name | string | No | The resource name of the thread to reply to (optional, for threaded replies) |
Response
{
"message_name": "spaces/AAAA.../messages/BBBB...",
"text": "Hello, world!",
"thread_name": "spaces/AAAA.../threads/CCCC..."
}