mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #867] [MERGED] Google Chat integration #1127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/867
Author: @maelgangloff
Created: 9/3/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @meltyshev
Base:
master← Head:feat/webhook-gc📝 Commits (5)
67f4c66feat: add GOOGLE_CHAT_WEBHOOK_URL env varc7d201bfeat: add sendGoogleChatMessage util functiond92e53efeat: add Google Chat Webhook implementation336addbchore: merge masterb6316b3fix: Fix variable name📊 Changes
6 files changed (+65 additions, -9 deletions)
View changed files
📝
docker-compose.yml(+1 -0)📝
server/.env.sample(+1 -0)📝
server/api/helpers/actions/create-one.js(+14 -6)📝
server/api/helpers/cards/delete-one.js(+7 -3)➕
server/api/helpers/utils/send-google-chat-message.js(+41 -0)📝
server/config/custom.js(+1 -0)📄 Description
Hello,
I developed this feature for an association I'm part of and realized I hadn't yet proposed it to the Planka source repository.
This implementation adds support for sending notifications to Google Chat (for Google Workspace users), which can be useful for companies using this messaging service.
In the future, it might be worthwhile to refactor the notification system to make it easier to add support for other messaging services without complicating the source code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.