From 1ae73dc85502c3ed4db67c969c2e5b977e69cf0b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 3 May 2019 18:50:47 +0300 Subject: [PATCH] Updated Outgoing Webhook to Discord (markdown) --- Outgoing-Webhook-to-Discord.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Outgoing-Webhook-to-Discord.md b/Outgoing-Webhook-to-Discord.md index a5af2c7..a163774 100644 --- a/Outgoing-Webhook-to-Discord.md +++ b/Outgoing-Webhook-to-Discord.md @@ -26,3 +26,10 @@ Wekan generated webhooks are Slack compatible. Discord does not know anything ab 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. +## Riot + +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](https://github.com/wekan/wekan/wiki/REST-API#example-call---as-form-data). Then use that Bearer token [to edit Wekan](https://wekan.github.io/api/). \ No newline at end of file