I would like to be able to trigger a webhooks by opening a bookmark. Such as:
https://homeassistant.example.com/api/webhook/somelonghexstring
But since you can’t call a HA webhook just by opening up a URL, I’m forced to use a workaround like using IFTTT. The following will accept a GET request which then calls my HA webhook above with POST.
https://maker.ifttt.com/trigger/call_my_ha_webhook_with_post/with/key/anotherlongexstring
It would be nice to eliminate IFTTT from the equation.