How can I start a complex automation with IFTTT?

Hi Guys,

I love IFTTT, because I can use my Google Home to reach a HA action. BUT how can I start a complex automation?
Because I can use 1 type of action, like switch or light.

So when I have switches:

IF THIS OK Google, good night
THAN THAT: (http://prntscr.com/h2mtob)
URL:
http://MYADDRESS.duckdns.org:8123/api/services/switch/turn_off?api_password=MYPASSWORD
json:
{"entity_id":"switch.room1,switch.room2,switch.kitchen,switch.gallery"}

But this is my switch type things! What if I have lights type things too and me actions? I can use one type of URL same time with one entity ID.

Best solution would be If I can activate automation trough IFTTT. Is it possible?