-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[MCP] Google Chat #8589
Description
🧩 Product Overview
Google Chat is a communication and collaboration platform within Google Workspace, enabling real-time messaging in direct messages and group spaces.
This integration allows workflows and AI agents to automate messaging, manage spaces and members, and interact with conversation content programmatically.
⚠️ Important Note for Contributors
To ensure consistency and maintainability, this feature must be submitted as a Piece following the Activepieces architecture. Submissions that do not follow this format will not be accepted. Please make sure to review the Piece Development Guidelines before starting development.
🚨 Triggers
| Trigger | Use Case |
|---|---|
| New Message | Fires when a new message is received in Google Chat. |
| New Mention | Fires when a new mention is received in a space. |
🛠️ Write Actions
| Action Item | Use Case |
|---|---|
| Send a Message | Send a message to a space or direct conversation. |
| Get Direct Message Details | Retrieve details of a specific direct message by ID. |
| Add a Space Member | Add a user to a Google Chat space. |
| Get Message | Retrieve details of message. |
🔍 Search Actions
| Action Item | Use Case |
|---|---|
| Search Messages | Search within Chat for messages matching keywords or filters. |
| Find Member | Search space member by email. |
📚 API Reference
🧪 Test Account Access
- You can test Google Chat automations by enabling access for a Chat app via Google Cloud Console, setting up a Google Workspace project with Chat API enabled, and configuring OAuth access.
🧑💻 New to Activepieces?
Activepieces is the leading open source AI automation platform. We have many apps (we call them Pieces), that are available within the builder and as MCPs. These apps are build with our TypeScript framework and are easy to build. Once they're merged to our repo, they will available as pieces in our automation builder and as MCPs to be used with AI agents and MCP clients.
We welcome contributions and in fact, we get excited over them. Start your journey here: https://www.activepieces.com/docs/developers/building-pieces/overview