Skip to content

Instantly share code, notes, and snippets.

@kotobuki
Created June 5, 2016 12:56
Show Gist options
  • Save kotobuki/f8bda419efca37dc0366c47cdadf40ad to your computer and use it in GitHub Desktop.
Save kotobuki/f8bda419efca37dc0366c47cdadf40ad to your computer and use it in GitHub Desktop.
Make a Web Request for the Maker Channel at IFTTT
[{"id":"1252574b.d9e5c9","type":"inject","z":"c3655209.f31e1","name":"","topic":"","payload":"ping","payloadType":"str","repeat":"","crontab":"","once":false,"x":90,"y":60,"wires":[["cf61f1b2.256da"]]},{"id":"cf61f1b2.256da","type":"http request","z":"c3655209.f31e1","name":"Make a web request","method":"GET","ret":"txt","url":"https://maker.ifttt.com/trigger/{{payload}}/with/key/API_KEY","x":280,"y":60,"wires":[["3194b747.b4f748"]]},{"id":"3194b747.b4f748","type":"debug","z":"c3655209.f31e1","name":"","active":true,"console":"false","complete":"false","x":490,"y":60,"wires":[]},{"id":"96766eea.6a578","type":"comment","z":"c3655209.f31e1","name":"Replace API_KEY with your key","info":"","x":310,"y":20,"wires":[]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment