Hi,
I have a homey (early 2019) running on 10.0.6 and want to send a local http webhook to homey.
From what I read so far in the forum, the url should be:
http://192.168.178.XX/api/manager/logic/webhook?event=myevent&tag=mytag
But I am getting back:
{“code”:404,“error”:“not_found”,“error_description”:“Not found: GET /api/manager/logic/webhook”}
Am I doing something wrong or are local webhooks not supported on that device?