Google Chat
Google Chat is a messaging app that allows you to send and receive messages, create spaces, and more.
Actions
| Name | Description |
|---|---|
sendAMessageSend a message to a space or direct conversation. | Send a message to a space or direct conversation. |
getDirectMessageDetailsRetrieve details of a specific direct message by ID. | Retrieve details of a specific direct message by ID. |
addASpaceMemberAdd a user to a Google Chat space. | Add a user to a Google Chat space. |
getMessageDetailsRetrieve details of a specific message by ID. Supports both system-generated and custom message IDs. | Retrieve details of a specific message by ID. Supports both system-generated and custom message IDs. |
searchMessagesSearch within Chat for messages matching keywords or filters. | Search within Chat for messages matching keywords or filters. |
findMemberSearch space member by email | Search space member by email |
Triggers
| Name | Description |
|---|---|
newMessageTriggers when a new message is received in Google Chat. | Triggers when a new message is received in Google Chat. |
newMentionTriggers when a new mention is received in Google Chat. | Triggers when a new mention is received in Google Chat. |
Quick Start
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.