Webhook with Discord

Version: v0.23.0 on Docker

I’m trying o connect to Discord with webhooks. I created the webhooks on both sides but it does not work, does it need additional configuration? I do not know where to check for errors neither…

Thank you very much.

Is there anything in the logs?

Using

docker logs vikunja_api_1 

I see calls to the api to create the tasks and a recurring call to the notifications, but no error that I know, only calls to the api when I create a task.

Do you see more log messages when you set the log level to debug? Configuration options | Vikunja

Yes I see this:

api_1 | 2024-07-17T08:18:34.164823959Z: DEBUG ▶ models/sendWebhookPayload 18d Sent webhook payload for webhook 7 for event task.created

So I gess it is sending the signal right? On the Discord site I checked with a webhook from github and it worked ok.

Thank you!