Hi guys,

I have a ssmart keyturner (nuki) sending callbacks (webhooks) to an URL to be defined but it uses a post statement for this as it also sends the update information as data in a non editable format.

I just like to have a button pressed in pimatic in case the URL is adressed. But it seems as if this works only if it would use a GET Statement. Correct?

Is there an easy workaround? Can I get the pimatic API also to function if eg. the URL below is called with a POST?
http://192.168.0.110/api/device/Sec/buttonPressed?buttonId=keyturnerupdate

br
Mike