Webhook (Flic app)

Im trying to get the Flic app working, but the webhooks wont make Homey react. How do i troubleshoot this?

https://webhooks.athom.com/webhook/XXXX/?id=CKYZh2UiSf&action=click&flic=1

This is the kind of webhook that Flic-app use. If i post it in the browser, it just says OK and nothing happens.

Thanks!

Edit It can also be used locally if the sending device is on the same local network.

http://local_IPaddress_of_Homey/api/manager/logic/webhook/event_x?tag=tag_x


Try this:
https://YourAthomID.connect.athom.com/api/manager/logic/webhook/event_x?tag=tag_x

YourAthomID can be found as ‘cloudId’ here:
https://tools.developer.homey.app/tools/system

You can also copy the text from the information icon of the webhook recieved card than only replace the event name by the event you want to react to. You can test is by lasting the url in a browser as adres and press enter. Worked for me.

Thanks for the help!

1 Like