What problem does it solve?
Posting notifications to Google Chat requires learning its non-standard formatting syntax, the cardsV2 JSON structure, and threading parameters, which are easy to get wrong and produce 400 errors or broken cards.
Core Features & Use Cases
- Text and Rich Card Messages: Send formatted text or structured cardsV2 messages with headers, sections, widgets, buttons, and images via incoming webhooks.
- Threaded Conversations: Group related messages using threadKey and the REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD option for ongoing updates like deployments or alerts.
- Ready-to-Use TypeScript Utilities: Includes typed card builder and webhook sender utilities with error handling, plus a full widget and known-icon reference.
- Use Case: A CI pipeline finishes a production deployment and posts a card to a Google Chat space showing environment, version, and health status, with a button linking to the deployment dashboard, threaded under the day's deploy thread.
Quick Start
Ask Claude to send a Google Chat notification card to your space's webhook URL announcing a completed deployment with a View Dashboard button.