Control onboard RGB with IFTTT

Interested to know if anyone has had any luck controlling the on board RGB Led

using RGB.control(true); and RGB.color, 255,255,255

via IFTTT

Is it possible to control RGB values using a function or do i need to setup predefined color mixes as variables?

Edit: i should mention i am using the Particle (Spark) Core device

Yup, it’s perfectly possible to control the RGB LED from a Particle.function().
I’ve done this in that ancient project on the Core
Extended Android Spark Tinker App (RGB LED & RX/TX pins, configurable API server)
see the video.

But how the IFTTTing would look like is not my domain :blush: