Google Chat
This is a shipped config-backed outbound surface. Google chat incoming webhook surface is outbound-onlyAt A Glance
| Field | Value |
|---|---|
| Catalog id | google-chat |
| Config key | google_chat |
| Implementation status | config_backed |
| Transport | google_chat_incoming_webhook |
| Aliases | gchat, googlechat |
| Default send target kind | endpoint |
Minimal Config
Smoke Test
Command Surface
| Operation | Command | Usage or status |
|---|---|---|
| incoming webhook send | google-chat-send | Usage: loong google-chat-send [OPTIONS] —text <TEXT> |
| interactive event service | google-chat-serve | google chat incoming webhook surface is outbound-only |
Required Fields For Send
| Requirement | Config paths | Env pointer paths | Default env |
|---|---|---|---|
| channel enabled | google_chat.enabledgoogle_chat.accounts.<account>.enabled | none | none |
| incoming webhook url | google_chat.webhook_urlgoogle_chat.accounts.<account>.webhook_url | google_chat.webhook_url_envgoogle_chat.accounts.<account>.webhook_url_env | GOOGLE_CHAT_WEBHOOK_URL |
Gateway And Ownership
This surface is a direct-send delivery lane. It does not joinmulti-channel-serve or the gateway-owned reply-loop contract today.
Related Docs
- Continue to Channel Guides for the full shipped channel matrix.
- Continue to Channels for the conceptual surface model.
- Continue to Channel Setup for the shared public setup contract.