Discord webhook integration

In order to send alerts to Discord via a webhook, the URL needs to be POST to and the data needs to be set to some json object.

This works like a charm:

curl -X POST --data ‘{“content”: “test”}’ --header “Content-Type:application/json” “discord.comwebhook”

How do I set the POST data when using a webhook?

1 Like

Since I don’t use Discord, I cannot test what I propose here.
Check Destinations → URL Notifications fill in the URL and select POST.
Maybe you need to play around a little with the input.

I also would really like to get discord notifications working! Anyone get a fix or tutorial for this?

1 Like

Thanks for the Repo, I followed the fork to F4IEY’s version and have a sample running locally for funzies.

1 Like