Having spent the best part of a weekend trying to add Webhook functionality via the front end and then via the configuration.yaml. all without success…
Help!
I want to trigger a POST webhook to an existing webhook url as an action of an automation.
Saying Home Assistant does not support it is not right. Technically speaking you cannot ‘do’ a webhook, so that is why it does not have an action with that name. It is a receiving mechanism, so it is in its nature reactive and not active.
You can do a webrequest (and Home Assistant supports it - is is named a rest_command), which is handled by a webhook on the receiving end. Home Assistant also supports webhooks, so it supports everything you need, it in both directions.