The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/docs/Webhooks/Receiving-Webhooks.md

666 B

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 how to receive webhook.

  2. NodeRED

  3. Huginn or Flogo etc

  4. Java

At Internet you could use for example Zapier.