Webhook / URL / logic


14h

I have designed a flow in Node-RED, where a webhook is created using mobile IP (fritz.box -> device presence check). With method “get” the URL is sent to homey.
With homee it works perfect since months without any problems.
How exactly does the URL have to be structured in order to work with “logic - a webhook has been received” with homey?
My sample URLs: (event = anwesend, abwesend / tag = anwesend, abwesend
https://homey-cloud-id.connect.athom.com/api/manager/logic/webhook/anwesend?tag=anwesend
https://homey-cloud-id.connect.athom.com/api/manager/logic/webhook/abwesend?tag=abwesend
Where is my mistake :slight_smile: