All integrations
Google Chat
Communication
Run agents inside Google Chat — they answer in spaces, reply in threads, and can be started by a message rather than a schedule.
What teams build with this
Answer questions in a shared space with the thread as context
Trigger an agent by mentioning it, then work the problem in-thread
Post updates assembled from other connected systems
What this integration is allowed to do
7 read-only
Reads data. Cannot change anything in the connected system.
4 reversible
Writes data, but the change can be undone.
3 irreversible
Writes data in a way that cannot be automatically undone.
Attach only the tools an agent needs. Run the whole integration against a vendor sandbox or the Fruxon simulator before it touches production.
Triggers
Events in Google Chat that can start an agent run.
google_chat.message.received | Fires when the Chat app receives a message — an @-mention in a space, or any message in a direct message with the app. | |
google_chat.space.added | Fires when the Chat app is added to a space or a direct message is opened with it. |
Available tools
Each tool is attached per agent step, so an agent only gets what its job requires.
list_spaces | List the spaces and direct messages the connected account belongs to | Read-only |
get_space | Fetch one space by resource name | Read-only |
find_direct_message | Find the existing direct message space with one other user | Read-only |
create_space | Create a named space | Reversible |
send_message | Post a message to a space or direct message | Irreversible |
reply_to_thread | Post a reply inside an existing thread | Irreversible |
list_messages | List messages in a space (needs a restricted read scope) | Read-only |
get_message | Fetch one message by resource name (needs a restricted read scope) | Read-only |
update_message | Replace the text of a message the connected account sent | Reversible |
delete_message | Delete a message the connected account sent | Irreversible |
list_members | List the people and apps in a space | Read-only |
add_member | Add a person to a space | Reversible |
add_reaction | Add an emoji reaction to a message | Reversible |
list_reactions | List the reactions on a message and who left them | Read-only |
Connect Google Chat to your agents
Set up credentials once at the tenant level, then attach the tools you need to any agent.