IFTTT just introduced a new channel called Maker. This channel is used send HTTP request to..... Domoticz

Link : http://blog.ifttt.com/post/121786069098 ... er-channel
Example : Recipe to trigger Domoticz when a SMS is received
THIS part : If SMS is received (for example)
THAT part : Add "Maker" and configure it that way :
- URL : <domoticz public IP>:8080/json.htm?type=command¶m=udevice&idx=<id>&nvalue=0&svalue={{ContactName}}
- Method : GET
- Content-Type : text/plain
- Body : Nothing
Make sure to create your virtual device before doing this
Seb