Struggling with migrating templated service calls from YAML to NodeRED, specifically IFTTT

I have an automation that sends Value1 / 2 / and 3 to IFTTT based upon the data passed to the script from an automation. It’s for the Honeywell Thermostat and it uses the Maker app on IFTTT to bridge the gap between HA and MyTotalConnectComfort.

(Note: There’s no component for honeywell thermostats that require this service.)

When the script runs, those three values are sent.

I’m struggling to figure out how to achieve the same function in NodeRED. I have the IFTTT node trigger, but it’s a bit confusing.

Has anyone setup automations that go from HA --> IFTTT as opposed to the other way around?

I have since figured it out.

It would have been useful if you’d shared your resolution :wink:

There’s a node called IFTTT trigger that I use to send 3 values from node red to IFTTT. Super simple. All you need to do is fill in the 3 values and your IFTTT webhook key and you’re golden.