add discord usage to webhooks section

This commit is contained in:
Jacob 2022-03-09 13:57:18 -08:00 committed by GitHub
commit c70567f9e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.