]> BookStack Code Mirror - website/commitdiff
add discord usage to webhooks section 113/head
authorJacob <redacted>
Wed, 9 Mar 2022 21:57:18 +0000 (13:57 -0800)
committerGitHub <redacted>
Wed, 9 Mar 2022 21:57:18 +0000 (13:57 -0800)
content/docs/admin/email-webhooks.md

index d6e1d55be33339eba1af03543e45f490eeebba4c..673baa53e150162671a48dc074c233d6fe0ae5f7 100644 (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. 
\ No newline at end of file
+You can then use `systemctl status bookstack-queue.service` to check the status of the queue worker.