[Feature Request] Webhook #448

Closed
opened 2026-02-04 19:38:18 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @YamonBot on GitHub (Mar 27, 2024).

It seems that Planka supports email notifications through SMTP. If there's an API setting that supports webhooks during such configuration phases, it would be highly advantageous for future integrations with platforms like n8n. Similar to other projects like WEKAN, where this feature has already been implemented, the ability to optionally call a webhook URL at the moment of each card's transition is crucial.

In my opinion, the mention feature through "@" and webhook functionality should be prioritized over other features for implementation.

Originally created by @YamonBot on GitHub (Mar 27, 2024). It seems that Planka supports email notifications through SMTP. If there's an API setting that supports webhooks during such configuration phases, it would be highly advantageous for future integrations with platforms like n8n. Similar to other projects like WEKAN, where this feature has already been implemented, the ability to optionally call a webhook URL at the moment of each card's transition is crucial. In my opinion, the mention feature through "@" and webhook functionality should be prioritized over other features for implementation.
OVERLORD added the enhancement label 2026-02-04 19:38:18 +03:00
Author
Owner

@YamonBot commented on GitHub (Mar 27, 2024):

  • Board Structure Change: When a board's columns are added, deleted, or rearranged.
  • Board Settings Change: When a board's access permissions, name, or background settings are modified.
  • Member Invitation and Removal: When a new member is added to or an existing member is removed from the board.
  • Card Creation and Deletion: When a new card is created or an existing card is deleted.
  • Card Detail Update: When a card's title, description, due date, or labels are changed.
  • Card Member Change: When a new member is added to or an existing member is removed from a card.
  • Mention Notification: When a specific member is mentioned within a card.
  • Due Date Notification: When a card's due date is within 24 hours or has passed.
  • Task Update: When a task (checklist item) within a card is added, modified, completed, or deleted.
  • Progress Status Indicator: When a card's progress status changes (e.g., In Progress, On Hold, Completed).
  • Member Information Change: When a member's name, role, or profile photo changes.
  • Member Activity Log: A summary of a member's activities within the project (e.g., card creation, commenting).
@YamonBot commented on GitHub (Mar 27, 2024): ### Board-Related Updates - **Board Structure Change**: When a board's columns are added, deleted, or rearranged. - **Board Settings Change**: When a board's access permissions, name, or background settings are modified. - **Member Invitation and Removal**: When a new member is added to or an existing member is removed from the board. ### Card-Related Updates - **Card Creation and Deletion**: When a new card is created or an existing card is deleted. - **Card Detail Update**: When a card's title, description, due date, or labels are changed. - **Card Member Change**: When a new member is added to or an existing member is removed from a card. - **Mention Notification**: When a specific member is mentioned within a card. - **Due Date Notification**: When a card's due date is within 24 hours or has passed. - **Task Update**: When a task (checklist item) within a card is added, modified, completed, or deleted. - **Progress Status Indicator**: When a card's progress status changes (e.g., In Progress, On Hold, Completed). ### Member-Related Updates - **Member Information Change**: When a member's name, role, or profile photo changes. - **Member Activity Log**: A summary of a member's activities within the project (e.g., card creation, commenting).
Author
Owner

@meltyshev commented on GitHub (Mar 27, 2024):

Great idea, and it sounds like it's not hard to add.

@meltyshev commented on GitHub (Mar 27, 2024): Great idea, and it sounds like it's not hard to add.
Author
Owner

@guest20 commented on GitHub (Mar 29, 2024):

It kinda sounds like permission checks, watch/notifications and outgoing webhooks are all interested in the same events ...

@guest20 commented on GitHub (Mar 29, 2024): It kinda sounds like permission checks, watch/notifications and outgoing webhooks are all interested in the same events ...
Author
Owner

@yunylz commented on GitHub (Apr 29, 2025):

any updates?

@yunylz commented on GitHub (Apr 29, 2025): any updates?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#448