Wekan
This page describes how to connect wekan to the bot.
Last updated
This page describes how to connect wekan to the bot.
Last updated
This setup is the only one required for the bot to work. You only need to setup wekan integration and one chat application. You do not need to have access to all supported chat applications.
Go to the settings page of wekan and click on Global Webhooks and enter the following details.
Information
Value
Comment
Webhook Name
WekanChatBot
The name of your webhook. Choose any name you like.
URL
http://172.17.0.1:3000/wekan
Wekan needs to be able to connect to the /wekan endpoint of the bot. It is recommended to use https in most cases.
Token
hcZG74mJRGGXy47pzohVXy47
This token is used to authenticate the requests. All requests without this token are going to get rejected. You can choose any random string. Choose something securely, because the bot can send messages to your chat applications if this endpoint gets called with a valid token.
Select
Outgoing Webhook
Select outgoing webhook, because the bot does not use any two way webhooks. It uses the REST-API.
Check this page to setup environment variables. You need to set all WEKAN_* variables.