The simplest way would be to create a desktop shortcut to the URL of the webhook, but it opens in the web browser of course.
You can also set up a batch .bat
file or powershell .ps1
script to run a CURL request to the webhook.
- CURL in bat file shell - Windows curl Batch file - Stack Overflow
- powershell equivalent windows - PowerShell equivalent of curl - Super User