Flic Hub, Webhook and HTTPS

Hi!

I am trying to use a webhook in the flic hub.

  1. I use internet request in the flic app
  2. I put https://hassio.local:8123/api/webhook/flictest in the URL
  3. Select POST method

My automation looks like this:

- alias: 'flic test'
  trigger:
    platform: webhook
    webhook_id: flictest
  action:
    service: light.turn_on
    entity_id: light.lightstrip_kontor

Can anyone tell me what I am doing wrong?

Did you get it working? I recently bought my hub but im having trouble getting it to work.

Im also trying to figure that out too. Did either of you work it out?

I got this working. Similar automation setup as yours.
In flic i created an internet request and selected POST.
URL: http://homeassistant:8123/api/webhook/testpin
Headers I left blank
Body -X
Content type needed a space to save it, don’t know why?
Validate certificates false