Google assistant and IFTT

Hi! I want to add my own phrases to controll HA with google assistant. I tried to add IFTT (webhook) to do this but can’t get it to work. I have created a applet that has my phrases as trigger a webhook. It look like this.
URL https://myduckdns.org/api/services/input_boolean/turn_on?/api_password=password from hass.io
Method: post
content type: application/json
body: {"entity_id":"input_boolean.morning" }

But i can’t get it to work. Google assistant don’t trigger my input_boolean when usingmy phrase. My hass.io runs on a duckdns adress with ssl certifcate. Please help :slight_smile:

So you don’t have the direct Google Assistant component setup in hass.io? Because the input boolean is directly supported with no need for IFTTT.

What version of Home Assistant are you using? API password is depreciated now and you should use the IFTTT integration to setup an access token instead of an API password.

I have but in Sweden i can’t use routines. So my hope is that iftt can create more simple phrases.

How and where do I setup the iftt component?