Skip to main content

Google Chat

This is a shipped config-backed outbound surface. Google chat incoming webhook surface is outbound-only

At A Glance

FieldValue
Catalog idgoogle-chat
Config keygoogle_chat
Implementation statusconfig_backed
Transportgoogle_chat_incoming_webhook
Aliasesgchat, googlechat
Default send target kindendpoint

Minimal Config

[google_chat]
enabled = true
webhook_url_env = "GOOGLE_CHAT_WEBHOOK_URL"

Smoke Test

loong channels send google-chat --text "hello from loong"

Command Surface

OperationCommandUsage or status
incoming webhook sendchannels send google-chatUsage: loong channels send google-chat [OPTIONS] —text <TEXT>
interactive event servicechannels serve google-chatgoogle chat incoming webhook surface is outbound-only

Required Fields For Send

RequirementConfig pathsEnv pointer pathsDefault env
channel enabledgoogle_chat.enabled
google_chat.accounts.<account>.enabled
nonenone
incoming webhook urlgoogle_chat.webhook_url
google_chat.accounts.<account>.webhook_url
google_chat.webhook_url_env
google_chat.accounts.<account>.webhook_url_env
GOOGLE_CHAT_WEBHOOK_URL

Gateway And Ownership

This surface is a direct-send delivery lane. It does not join gateway run or the gateway-owned reply-loop contract today.
  • 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.