add discord usage to webhooks section
This commit is contained in:
parent 4fe7dfe038
commit c70567f9e0
1 changed files with 8 additions and 1 deletions
| @ -77,6 +77,13 @@ The running on webhooks can slow down a system due to the required additional pr | |||
See the [async action handling](#async-action-handling) section below to details on running webhooks | ||||
in a background process to improve performance. | ||||
| ||||
#### Bookstack Webhooks to Discord/Slack | ||||
Bookstack is compatible with webhooks for Discord and Slack, since they both use a similar webhook format. To set this up, copy the Webhook url from the platform of choice into the "Webhook Endpoint" text box, and then append `/slack` onto the end of the URL. | ||||
| ||||
Once done, the URL should look like `https://discord.com/api/webhooks/[Webhook ID]/slack`, where `[Webhook ID]` is the unique ID assigned to your specific Webhook. | ||||
| ||||
For a more in depth tutorial, see [this video](https://www.youtube.com/watch?v=_zIp1ruGpoI&t=60s) | ||||
| ||||
--- | ||||
| ||||
| ||||
| @ -131,4 +138,4 @@ To configure systemd (On a Ubuntu 20.04 system) with the above unit you'd typica | |||
| ||||
Note: you may need to run the above commands with `sudo` if not acting as a privileged user. | ||||
| ||||
You can then use `systemctl status bookstack-queue.service` to check the status of the queue worker. | ||||
You can then use `systemctl status bookstack-queue.service` to check the status of the queue worker. | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue