To make this more useful in a broder range of use cases I would like to request a generic webhook service type, where the user can specify a URL of their choosing.
The service would then simply call this configured url (using POST) with either a JSON or a form data payload.
My specific use case would be to get the current apple watch battery life into HomeAssistant to run automations from there.
This is a super interesting use case I hadn't thought about, I'll see what I can do in the next couple of days. I am in the middle of a really big move right now, so things will probably be slow
First thanks a lot for all your efforts.
To make this more useful in a broder range of use cases I would like to request a generic webhook service type, where the user can specify a URL of their choosing. The service would then simply call this configured url (using
POST
) with either a JSON or a form data payload.My specific use case would be to get the current apple watch battery life into HomeAssistant to run automations from there.