Ifttt SMS sensor values

Hi, I can send a predefined SMS if a sensor LUX value is reached but I would like to send the value of the LUX included in the SMS.

How can I add sensor values to ifttt SMS commands please?

Many thanks

I would write a function to that instead of using ifttt - either way you write a specific ifttt handler that copies the sensor value (seems a bit more work) or just add a custom thread for this.

Thanks dbelam
Is there an example ‘thread’ I could refer to? My coding skills are very basic and I try to modify existing as much as possible.

If your coding skills are basic I would suggest copying an ifttt handler and modify that. Don’t try to dig in deep stuff.