Weavz
Google Chat

Google Chat

Google Chat is a messaging app that allows you to send and receive messages, create spaces, and more.

6 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
sendAMessage

Send a message to a space or direct conversation.

getDirectMessageDetails

Retrieve details of a specific direct message by ID.

addASpaceMember

Add a user to a Google Chat space.

getMessageDetails

Retrieve details of a specific message by ID. Supports both system-generated and custom message IDs.

searchMessages

Search within Chat for messages matching keywords or filters.

findMember

Search space member by email

Triggers

Name
newMessage

Triggers when a new message is received in Google Chat.

newMention

Triggers when a new mention is received in Google Chat.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('googlechat', 'sendAMessage', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'googlechat',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Google Chat to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Google Chat support?

Google Chat supports 6 tools including Send a Message, Get Direct Message Details, Add a Space Member, Get Message Details, Search Messages, and more.

Can I use Google Chat with AI agents?

Yes. Add Google Chat to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Google Chat to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Google Chat as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Google Chat tools exposed by that workspace.

Does Google Chat work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Google Chat work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Google Chat?

Google Chat exposes 6 tools, including Send a Message, Get Direct Message Details, Add a Space Member, Get Message Details, Search Messages, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Google Chat be used in stateful agent workflows?

Yes. Agents can combine Google Chat tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Google Chat use?

Google Chat uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Google Chat integration cost?

The Google Chat integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Google Chat support?

Google Chat supports 2 triggers including New Message, New Mention.

Connect Google Chat in minutes

Get 20,000 free action executions every month. No credit card required.