From 7d6c4a6ab923725697caf642e2efb55ff3c059f8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 10 Aug 2023 07:36:09 +0300 Subject: [PATCH] Updated Receiving Webhooks (markdown) --- Receiving-Webhooks.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Receiving-Webhooks.md b/Receiving-Webhooks.md index 834234d..1fefb1a 100644 --- a/Receiving-Webhooks.md +++ b/Receiving-Webhooks.md @@ -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: 1) Some web form with PHP/Python/other backend, Google search for example code