How can i send an url request from a nuki opener to perform an action?

Hi
for instance i would like to send a url request when i open my opener. Where i can set the url to hit at a certain condition?

Hi @Matteo_Hary1!

You can use a callback in the Bridge API to trigger a POST to an URL any time the Opener state changes. There can be no additional conditions set on the Bridge itself, so you would have to filter out the correct condition based on the sent payload on the receiving system.

1 Like