mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Outgoing Webhook to Discord (markdown)
parent
00e5869c50
commit
3647348f4c
1 changed files with 14 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
<img src="https://wekan.github.io/outgoing-webhook-discord.gif" alt="Outgoing Webhook to Discord" />
|
||||
|
||||
1. Add Webhook to Discord
|
||||
|
||||
2. On Wekan board, click 3 lines "hamburger" menu / Outgoing Webhooks.
|
||||
|
|
@ -10,4 +12,15 @@ 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](https://github.com/wekan/wekan/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+webhook) to [Wekan Roadmap](https://github.com/wekan/wekan/projects/2). If you find some activity that does not yet have GitHub issue about it, please add new GitHub issue.
|
||||
Note: Not all Wekan activities create Outgoing Webhook events. Missing activities [have been added](https://github.com/wekan/wekan/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+webhook) to [Wekan Roadmap](https://github.com/wekan/wekan/projects/2). 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue