Skip to content
CommunicationReal-timeUpdated May 2026

Google Chat

Google Chat space messages and threads

Google Chat (the Workspace messaging product, formerly Hangouts Chat) is the team-chat surface inside Gmail. Tiny Command surfaces one trigger (Message Received — fires when a message lands in any Chat space the connected Workspace user or service account participates in) plus three actions: Send Message (post a new top-level message into a space), Reply to Thread (post a reply inside an existing thread for threaded conversations), List Spaces. The connection uses Google OAuth with the chat.spaces and chat.messages scopes, or a Google Cloud service-account configured as a Chat app (for bot-style workflows). Google Chat's space concept is the org-level container — spaces can be 1:1 DMs, group chats, or named spaces (Slack-channel-equivalents). The trigger fires for all spaces the connected identity is in; filter downstream by spaceId. Reply to Thread requires the thread.name from a prior message — most workflows store the thread name when they post the first message of a thread, then reply into the same thread for subsequent updates.

1trigger
3actions
≈ 2 minto set up
Freetier · no card
Triggers

Workflows start when Google Chat does.

1 real-time trigger, each backed by a webhook subscription. Events arrive within seconds and you don't have to set up polling.

Real-time · webhook-driven
Actions

Do anything Google Chat can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
List Google Chat SpacesReturns spaces the connected user or bot is a member of. Useful for resolving space IDs at workflow setup.
Reply to Google Chat ThreadPosts a reply inside an existing thread. For "all updates about this deploy → same thread" patterns that keep noise contained to one conversation.
Send Google Chat MessagePosts a new top-level message into a space — text, markdown, or rich Cards. For "weekly summary into team space" or "alert posted to incident channel" workflows.
Recipes

Pre-built Google Chat workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Google Chat once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Google Chat field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Google Chat integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Google Chat to Tiny Command?
Open the Tiny Command workflow builder, drop in a Google Chat node, and click Connect. Authorize Google Chat once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Google Chat triggers does Tiny Command support?
Tiny Command supports 1 real-time Google Chat trigger, including "Google Chat Message Received". Each trigger fires within seconds of the event happening in Google Chat.
What Google Chat actions can I run from a workflow?
3 Google Chat actions are available out of the box, covering communication operations like "List Google Chat Spaces". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Google Chat integration real-time?
Yes. Google Chat Message Received and every other Google Chat trigger uses webhooks or push subscriptions, so workflows fire within seconds of the event in Google Chat rather than on a polling schedule.
Do I need to write code to use Google Chat with Tiny Command?
No. Every Google Chat trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Google Chat API endpoint directly.
How much does the Google Chat integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Google Chat integration itself has no per-app surcharge.
Related

More communication apps people connect.

Same category as Google Chat, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Google Chat.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.