Hello everyone,
I try to connect my project with IFTTT. I found many tutorials how to do that and almost each of them has different answer. (For example here it is said that I can use either PUT or GET and many said it has to be GET - I disagree.
https://blynkapi.docs.apiary.io/#reference/0/get-pin-value/write-pin-value-via-get )
I tried various options in my project but something is still wrong and miss the error.
I want to turn ON/OFF a LED light bulb. I use no relay module for now, I will change the LED into regular bulb after it works with LED. Does it make a change? The Blynk construction works perfectly fine.
I use pin D7.
IFTTT settings:
URL: https://139.59.206.133/AuthToken/update/D7
Method: PUT
Content: application/json
Body: [“0”] for ON and [“1”] for OFF
After typing the URL I get the message: Wrong request format.
• NodeMCU ESP8266
• Smartphone with iOS
• Blynk server 139.59.206.133
Thanks for help