Google Chat service plugin — Webhooks #28

Open
opened 2026-05-28 18:51:51 +00:00 by jmiller · 1 comment
Owner

Cross-post to Google Chat spaces via Incoming Webhooks.

Credentials:

{
  "webhook_url": "https://chat.googleapis.com/v1/spaces/.../messages?key=...&token=..."
}

Features:

  • Google Chat webhook API
  • Card format with header, sections, buttons
  • Image support
  • Simple webhook URL configuration
Cross-post to Google Chat spaces via Incoming Webhooks. **Credentials:** ```json { "webhook_url": "https://chat.googleapis.com/v1/spaces/.../messages?key=...&token=..." } ``` **Features:** - Google Chat webhook API - Card format with header, sections, buttons - Image support - Simple webhook URL configuration
jmiller added the priority: mediumtype: integration labels 2026-05-28 18:51:51 +00:00
Author
Owner

Branch created: feature/28-google-chat-service-plugin-webhooks

git fetch origin
git checkout feature/28-google-chat-service-plugin-webhooks
Branch created: [`feature/28-google-chat-service-plugin-webhooks`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/28-google-chat-service-plugin-webhooks) ```bash git fetch origin git checkout feature/28-google-chat-service-plugin-webhooks ```
jmiller added the pending: testing label 2026-05-29 05:07:59 +00:00
jmiller removed the priority: mediumtype: integration labels 2026-06-05 01:46:08 +00:00
Sign in to join this conversation.
No labels pending: testing
Type Feature
Status
Priority Medium
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#28