← Back to context

Comment by jpc0

5 days ago

I would love to see webhook support add to this.

For many users this isn’t an issue but for use it’s a must have feature.

Will stick to trello for the time being.

WeKan https://wekan.github.io has:

1) Per-board webhooks at board right sidebar / Board Settings / Webhooks

2) Global Webhooks at Admin Panel

See right menu of https://github.com/wekan/wekan/wiki , scroll down to webhooks part of menu.

It's possible to send board change events like move card as webhooks, for example to some chat:

https://github.com/wekan/wekan/wiki/Outgoing-Webhook-to-Disc...

Or to NodeRED:

https://github.com/wekan/wekan/issues/2017

or to to some PHP webhook receiver like this, that can use Python code to call WeKan API:

https://github.com/wekan/webhook/blob/main/public/index.php#...

https://github.com/wekan/wekan/blob/main/api.py