ny1030
5/14/2022 - 4:06 AM

webhook connectivity test

# General
curl -H 'Content-Type: application/json' -d '{"text": "Hello World"}' <YOUR WEBHOOK URL>

# Discord
curl -H 'Content-Type: application/json' -d '{"content": "Hello World"}' <YOUR WEBHOOK URL>