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 ID of the space to send the message to (for example, spaces/AAAA1234). |
message_text | string | Yes | The text content of the message to send |
thread_name | string | No | The ID of the thread to reply to, if you want the message to appear as a reply in an existing thread (for example, spaces/AAAA1234/threads/BBBB5678). |
Response
{
"message_name": "spaces/AAAA.../messages/BBBB...",
"text": "Hello, world!",
"thread_name": "spaces/AAAA.../threads/CCCC..."
}