Vikunja webhook to Discord webhook

Hello!
I made this tool to turn a vikunja webhook into a discord webhook.
I thought it would be useful to share and open source.

Have a nice one.

1 Like

Very nice! It seems like the webhook always assumes a task?

For now yes, to be honest, I created it for our use-case specifically.
But it felt like a waste not to share it because I can imagine other people wanting to use Discord webhooks.
It’s very easy to modify, and I will update the repo if we end up adding more types.

1 Like

What do you use a webhok for?
Unfortunately, I can’t imagine what that means.

This is great! For anyone else using, please note that if you want a near-immediate notification sent to Discord instead of the default of 5 minutes, set the TIMEOUT_MINUTES to a small number > 0 (e.g. 0.04) instead of actually 0. Otherwise, it appears the default of 5 minutes gets taken.