Skip to content

TheThingBox/ttb-ifttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

License GitHub issues GitHub package.json version

ttb-ifttt

This node allow the user to use the channel Maker's trigger of IFTTT.

Usages

Provides a node for making an IFTTT Trigger.

The event generate by the node can have three optional values define by value 1, value 2 and value 3 :

  • event, have to be set without blankspaces
  • secret key, you can retieve your secret key here when you are logged in IFTTT.
  • value 1, 2 & 3, you can set values like this example :
    • value 1 : house-temperature
    • value 2 : 25
    • value 3 : 07-03-2015 14:25

All the information of this node can also be set by a function like that :

  • event with msg.event
  • secret key with msg.secretkey
  • value 1 with msg.value1
  • value 2 with msg.value2
  • value 3 with msg.value3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published