eavz
Google Chat

Google Chat

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

6 actions
2 triggers

Actions

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/sdk'

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

const result = await weavz.actions.execute({
  integrationName: 'googlechat',
  actionName: 'sendAMessage',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

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 actions programmatically.

What actions does Google Chat support?

Google Chat supports 6 actions 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 TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Google Chat use?

Google Chat uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Google Chat integration cost?

The Google Chat integration is included on all Weavz plans including the free tier with 1,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 2 minutes

Get 1,000 free actions every month. No credit card required.