Iftt to integrate ultraloq into home assistant

Hi All:

Very new to home assistant. I have ultra-loqs (wifi, not z-wave). They don’t appear to natively integrate. I am trying to use IFTT as a middleman. Essentially, I want to:

If
Door is uunlocked
Then
Send webhook

Within home assistant then I want an automation where:

Trigger:
receive webhook
Action: Turn on downstairs light

I have duckdns setup (I think correctly as I can access home assistant via cell)

I setup iftt in home assistant and got

https://.duckdns.org:8123/api/webhook/

I was able to create the applet in IFTT. It appears to work (in log says applet run)

However, my automation does not run in home assistant.

I am unsure what I am doing wrong, and would love some help.

I am unsure if my webhook is set up correctly in IFTT

I have the URL

Method: post

content type: application/json

I don’t have anything in additional headers or body. Do I need something here? Also, I don’t really understand how they work.

Would love some help with setting up the webhook, or if anyone has an easier way to integrate my ultraloq into home assistant.

Thanks!