-
Notifications
You must be signed in to change notification settings - Fork 0
Outgoing Webhook to Discord
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.
Wekan boards have Outgoing Webhooks for board change messages, those can be bridged to Riot: https://github.com/vector-im/riot-web/issues/4978
If you have some Riot bot, you can make it call Wekan REST API to make changes to Wekan. First login to API as form data, with admin username and password. Then use that Bearer token to edit Wekan.
- About
- No UI major redesign
- Test Edge
- FAQ
- IRC FAQ - answers to questions asked at IRC
- Roadmap - board at Wekan demo
- Team
- Press
- Blog
- NOT related to Wekan
- Wekan vs Trello vs Restyaboard
- Features
- Custom Logo
- Gantt Chart
- Admin: Impersonate user
- Emoji etc syntax
- Numbered text syntax
- Time Tracking
- Subtasks <== Has fix
- Templates
- Archive and Delete
- Adding Users
- LDAP
- Keycloak
- Google login
- Azure
- OAuth2, Auth0, GitLab, RocketChat
- Oracle OIM on premise using OAuth2
- ADFS 4.0 using OAuth2 and OpenID
- Nextcloud
- CAS Please test
- SAML Please test
- IFTTT
- Custom Fields
- Due Date
- Forgot Password
- Requirements
- Translations
- Roadmap
- Fix Export board menu not visible on some boards
- Integrations
- RAM usage
- Demo
- Swimlane Documentation
- Wekan Markdown
- Download Wekan for various Platforms: Supported by xet7, Operating Systems, NAS, Cloud
- Example: New card with Python3 and REST API
- Python client to REST API
- Java
- Wekan Sandstorm cards to CSV using Python
- Excel and VBA
- Global Webhook
- Limiting Webhook data
- Receiving Webhooks
- Outgoing Webhook to Discord/Slack/RocketChat/Riot
- Outgoing Webhook to NodeRed
- Outgoing Webhook to PowerShell
- Security: Webhook and CA
- Outgoing Webhooks Data
- Outgoing Webhooks and Let's Encrypt
- Outgoing Webhooks Original Pull Request, multiple Webhooks, more parameters and response order