Blynk + IFTTT - details Guide how to connect both

Hi @Dmitriy and Community:

Using IFTTT to make a web PUT request to an Arduino UNO for a Button.
When i just push the button on my phone, it stops as expected when I let go. Perfect!
With the Web request, the button stays On for random amounts of time, often forever.

In IFTTT:
Request Code http://blynk-cloud.com:8080/AUTHCODE/pin/D9
JSON body is [“1”]

I’ve seen the Debounce threads but can’t find any answer for this.
Hope you have a hack to to fix this!

Thanks in advance, Alex

@alexplus100 this is how IFTTT works. It has big delay. I my case this is usually 10-15 minutes.

Thanks so much @Dmitriy !
@Lichtsignaal suggested I use a VPin instead?
What you think? Will also see if we can get IFTTT to betterfy!

@alexplus100 there is one workaround. You can connect directly to service you need with HTTP API or WebHooks without IFTTT. However it depends on service you need.

Understood. This is for Twitter though and I broke my brain trying to do SSL for their APIs. Even tried TI LaunchPad, which can do crypto - but their forked Arduino IDE made my brain explode.

I can’t get my ifttt to work. I have tried the URL with the “blynk cloud” and using the IP address is confusing? what is the IP address to enter into the URL?

3 posts were split to a new topic: Which IP to use with IFTTT

A post was split to a new topic: I have a problem to set the Webhook