Updated Receiving Webhooks (markdown)

Lauri Ojansivu 2023-08-10 07:36:09 +03:00
parent 95d6c9c258
commit 7d6c4a6ab9

@ -1,3 +1,11 @@
REQUIRED: Your webhook should reply 200 OK immediately after receiving webhook, so that WeKan continues working:
https://github.com/wekan/wekan/issues/5077#event-10054506387
https://github.com/wekan/webhook/blob/main/public/index.php#L48C1-L48C1
***
For receiving webhooks on local network, you could use: For receiving webhooks on local network, you could use:
1) Some web form with PHP/Python/other backend, Google search for example code 1) Some web form with PHP/Python/other backend, Google search for example code