PA1SOK
June 10, 2023, 11:45am
1
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
DG8OBN
June 15, 2023, 2:42pm
2
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.
W2ORT
July 22, 2023, 12:44am
3
I also would really like to get discord notifications working! Anyone get a fix or tutorial for this?
1 Like
AI7TD
October 18, 2023, 4:09pm
5
Thanks for the Repo, I followed the fork to F4IEY’s version and have a sample running locally for funzies.
1 Like