Dear,
I’m working a lot with webhooks.
I looked into other topics, but it doesn’t solve my issue.
I will upload 2 images (1st image is my config that I used; 2nd image is the event trigger).
When I manually run it or scan the QR code, My server (with the webhook) gets no request.
Could anyone help me resolve this issue.
Kind Regards,
Matt
Are you using a custom component for this type of webhooks? Because I am not aware of any built in way to use a webhook the way you appear to have configured it.
Sorry for the late response.
What do you mean with custom component?
I just want to send an HTTP(s) webhook to a web server from home-assistant.io to another server.
What I mean is that the webhook YAML configuration you showed us is not a documented feature - as far as I know.
And in your automation you fire an internal event, and I am wondering which component is listening for that event?
If it’s not built into Home Assistant the it would usually be a custom component that you may have installed.
Other that that, the only built-in integration that may be able to call an external webhook is the rest command.