研究筆記 - ThinkSpeak trigger IFTTT

最後編輯:2015-11-06 建立:2015-11-06 歷史紀錄

 

WUULONG SIFTTT Maker channel

 

Others share

 

Create IFTTT recipe

  • Choose Maker channel, setup event name (ex: PmHigh )
  • In the Maker channel , click How to Trigger Events to test your recipe

Create thinkhttp

  • URL: https://maker.ifttt.com/trigger/PmHigh/with/key/YOUR_KEY
  • Method:POST
  • Content Type:
  • HTTP Version:1.1
  • Host:maker.ifttt.com
  • Headers:
  • Body:{ "value1" : "%%channel_xxx_field_1%%" }
  • Parse String:

Create React

 

==> Result: it works, but I can't get the channel value. The self test in the IFTTT works. I guess the problem is %%channel_xxx_field_1%% didn't get replaced.