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.
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
WeKan doesn’t seem to have an App for iOS https://wekan.team/app/
WeKan works at iOS, it's mentioned at that page, I'll try to update that page to be more clear.
WeKan is fully compatible with iOS webbrowsers, touch, drag drop etc.
For free WeKan server, at iPhone or iPad make WeKan app icon like this: https://github.com/wekan/wekan/wiki/PWA from free server hosted by me (no admin access) from address https://boards.wekan.team/sign-in or from your own hosted server https://wekan.example.com/sign-in . From that icon, WeKan starts fullscreen, at iPhone in mobile board view, and at iPad desktop browser view, working exactly like app.
There is not yet separate app at App Store, because figuring out releasing to App Store takes some time.
This is a cool idea - I've added it to the roadmap!