With the advent of the ability to setup custom alerts for any channel on the new versions of WC I'd like to use the output of my second aux channel (which monitors the temp of my hot tub) to control a Wemo remote control. The thermostat on the hot tub is becoming a bit problematic/coarse, so despite being set to maintain the water at 40c it sometimes dips to 38 before turning on the heating element, and then often overshoots to 42 before turning off.
The proper way to fix it would be to get the thermostat control replaced. The geeky way is to have WC control the power to the hot tub via a Wemo instead.

Basically, I want to setup a rule that states "if aux temp 2 drops below 39.5 do X", and alternately, "if aux temp 2 rises above 40.1 do X"
The "X" would be something that triggers the wemo module to cycle on or off.
The Wemo units integrate nicely with IFTTT, so I have a multitude of options available to me for taking some sort of output from my mac and translating it to a on/off trigger for the Wemo unit - Twitter or email would do the job, for that matter. I have a private twitter account that I used to use for a similar automation setup which could be used with keywords to trigger the Wemo.
That said, I'm stumbling at the "Perform the following actions/launch" in WC. I'm guessing I'd want to program something in Applescript to launch upon trigger to quietly send a tweet or an email (or something else that integrates with IFTTT) in order to ultimately control the Wemo unit, but my Applescript skills are slim to none.
Any ideas?