Closed ArthurGarnier closed 1 year ago
Hi there! šš¼ As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! š
I guess it does get posted, but not in the correct format. If you want the message to be a JSON payload you need to use:
generic://<myhost>/api/webhook/<mytoken>?template=json
See the generic docs.
Hi,
You're right, my bad. I expected HomeAssistant to show an event log at least.
Thank you !
Describe the bug
Hi,
I'm trying to send a notification with generic+https to an HomeAssistant webhook and I don't receive the POST.
If I use curl to trigger the webhook it works
curl -v -H "Content-Type: application/json" -d '{"message": "test", "title": "testmessage"}' https://<myhost>/api/webhook/<mytoken>
Steps to reproduce
Expected behavior
Receive a POST on the webhook
Screenshots
Here my full env configuration ("Run once" is just here for the debug)
Environment
Debian 12.1 - x86_64 Docker version 24.0.4, build 3713ee1 watchtower version : 1.5.3 (latest docker tag)
Your logs
Additional context
No response