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 resource name of the space (e.g., spaces/AAAA...)
message_textstringYesThe text content of the message to send
thread_namestringNoThe 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..."
}

On this page