IFTTT Maker Webhook is not working for Blynk - INDIA

The method of PUT/GET to update the virtual pins of the Blynk we can use the REST client like POSTMAN app on google chrome. Its working very fine with me But when I’m updating the same using IFTTT where :

  • Input is : Do Button (IF)

  • Action (THAT) is Maker Webhook.

After going through all the tutorials still not able to update the pin data through Webhooks.

Also I’ve tried to update the data of pins through “Thing HTTP” of Thingspeak Webhook & React of Ubidots but here also faced same problem.

Can anyone have solved it properly ? Need Help Urgently

1 Like

Hello. Could you please show us what you put to IFTTT?

I am also unable to run the ifttt receipe with blynk & Maker Webhook. Updating the Arduino pin works well with url in the browser but when ifttt receipe is triggered, activity log shows ‘activity skipped’. What IP we need to use for India? Please mention the exact format to use in Webhook fields… Thanks…

You need to ping blynk host in order to get IP. Request format is specified in docs - http://docs.blynkapi.apiary.io/#

Try this IP:
188.166.206.43

Brilliant Saurabh!! I got it working… Thanks a lot… :slight_smile: How on earth we get this IP?

1 Like

ping blynk-cloud.com

Thank you Costas!! :slight_smile: