Outgoing Webhook to Discord - jean/wekan GitHub Wiki
Note: Webhook to Slack and Rocket.Chat does not require adding anything to URL. Discord requires adding /slack
to end of URL so that it works.
-
Add Webhook to Discord
-
On Wekan board, click 3 lines "hamburger" menu / Outgoing Webhooks.
-
Add /slack to end of your Discord Webhook URL and Save URL, like this:
https://discordapp.com/api/webhooks/12345/abcde/slack
Wekan Outgoing Webhook URLs are in Slack/Rocket.Chat/Discord format.
Note: Not all Wekan activities create Outgoing Webhook events. Missing activities have been added to Wekan Roadmap. If you find some activity that does not yet have GitHub issue about it, please add new GitHub issue.
Wekan uses this type of JSON when sending to Outgoing Webhook: https://github.com/wekan/wekan/wiki/Webhook-data
Discord supports incoming webhooks in different formats, like GitHub, Slack, etc. The incoming format needs to be specified by adding webhook format to end of URL. https://discordapp.com/developers/docs/resources/webhook#execute-slackcompatible-webhook
Wekan generated webhooks are Slack compatible. Discord does not know anything about Wekan, Rocket.Chat, and other apps that produce Slack compatible Outgoing Webhook format. But using any other format like GitHub etc does not work, because Wekan Outgoing Webhooks are not in that format.
When making Wekan Outgoing Webhook to Rocket.Chat and Slack, there is no need to add anything to Webhook URL when those that is added to Wekan board. Discord in this case has decided to implement multiple Incoming Webhook formats and require specifying format in URL.