Google Chat service plugin — Webhooks #28

Closed
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
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 ```
Sign in to join this conversation.
No labels
Priority -
Type Feature
Status
Priority
Type
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteCross#28