Wekan

This page describes how to connect wekan to the bot.

Setup global Webhook

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.

The settings page.
The same form filled with example values

Environment

Check this page to setup environment variables. You need to set all WEKAN_* variables.

Environment

Last updated