From 35f37bdeccf39f9cd294b08ab44f8a9be0493cac Mon Sep 17 00:00:00 2001 From: nztqa Date: Wed, 26 Jul 2017 22:07:07 +0900 Subject: [PATCH] Updated Features (markdown) --- Features.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Features.md b/Features.md index a5548f3..e902e3a 100644 --- a/Features.md +++ b/Features.md @@ -92,17 +92,28 @@ * [REST API](https://github.com/wekan/wekan/issues/1037) ## Webhooks - +Sending notifications for board activities. +``` +Content-type: application/json +{ + "text": "board activities" +} +``` * [Outgoing Webhooks](https://github.com/wekan/wekan/pull/1119) -### 1) Board menu when clicking 3 lines "hamburger" menu on right +### Enabled +#### 1) Board menu when clicking 3 lines "hamburger" menu on right ![Wekan board menu screenshot](https://wekan.github.io/screenshot-board-menu.png) -### 2) Outgoing Webhooks +#### 2) Outgoing Webhooks ![Wekan Outgoing Webhooks screenshot](https://wekan.github.io/screenshot-outgoing-webhooks.png) +### Disabled + +Leave the URL field blank. + ## Cleanup * [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup)