back
loading skill details...
Send Google Chat messages via incoming webhooks — text, rich cards (cardsV2), threaded replies. TypeScript types, card builder utility, widget reference…
Send Google Chat messages via webhook with text, rich cards, and threaded replies. Supports text messages with Google Chat formatting (*bold*, _italic_, `code`, <url|text> links), rich card messages (cardsV2) with headers, sections, and widgets, and threaded conversations using threadKey Includes five widget types: text paragraphs, decorated text (label + value with icons), button lists, images, and dividers; reference documentation for all widget types and available icons Provides webhook-sender.ts utility for posting to webhooks and card-builder.ts helper for constructing structured cards Threading requires appending &messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD to webhook URL for replies; use consistent threadKey strings for related messages Google Chat Messages Send messages to Google Chat spaces via incoming webhooks. Produces text messages, rich cards (cardsV2), and threaded replies. What You Produce Text messages with Google Chat formatting Rich card messages (cardsV2) with headers, sections, widgets Threaded conversations Reusable webhook sender utility Workflow Step 1: Get Webhook URL In Google Chat: Open a Space > click space name > Manage webhooks Create webhook (name it, optionally add avatar URL) Copy the webhook URL
don't have the plugin yet? install it then click "run inline in claude" again.