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?
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?