Lodol Docs

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

ParameterTypeRequiredDescription
space_namestringYesThe ID of the space to send the message to (for example, spaces/AAAA1234).
message_textstringYesThe text content of the message to send
thread_namestringNoThe 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..."
}

On this page