From 5c1e8be3a9338d2dd74156ffc84c900f303d41cb Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 23 Jan 2020 11:37:17 +0200 Subject: [PATCH] Created Receiving Webhooks (markdown) --- Receiving-Webhooks.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Receiving-Webhooks.md diff --git a/Receiving-Webhooks.md b/Receiving-Webhooks.md new file mode 100644 index 0000000..31a370a --- /dev/null +++ b/Receiving-Webhooks.md @@ -0,0 +1,10 @@ +For receiving webhooks on local network, you could use: + +1) Some web form with PHP/Python/other backend, Google search for example code +how to receive webhook. + +2) [NodeRED](https://github.com/wekan/wekan/issues/2017) + +3) [Huginn or Flogo etc](https://github.com/wekan/wekan/issues/1160) + +At Internet you could use for example Zapier. \ No newline at end of file