mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Updated Features (markdown)
parent
2981761c29
commit
35f37bdecc
1 changed files with 14 additions and 3 deletions
17
Features.md
17
Features.md
|
|
@ -92,17 +92,28 @@
|
||||||
* [REST API](https://github.com/wekan/wekan/issues/1037)
|
* [REST API](https://github.com/wekan/wekan/issues/1037)
|
||||||
|
|
||||||
## Webhooks
|
## Webhooks
|
||||||
|
Sending notifications for board activities.
|
||||||
|
```
|
||||||
|
Content-type: application/json
|
||||||
|
{
|
||||||
|
"text": "board activities"
|
||||||
|
}
|
||||||
|
```
|
||||||
* [Outgoing Webhooks](https://github.com/wekan/wekan/pull/1119)
|
* [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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 2) Outgoing Webhooks
|
#### 2) Outgoing Webhooks
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Disabled
|
||||||
|
|
||||||
|
Leave the URL field blank.
|
||||||
|
|
||||||
## Cleanup
|
## Cleanup
|
||||||
|
|
||||||
* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup)
|
* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue