IFTTT experiment

IFTTT experiment with BOLT is not working .

1 Like

@Priaynak: Please describe the issue in detail. You will need to tell what steps you have done.

Also, we are no more offering support for IFTTT as their UI keeps changing often which becomes very tough for us to support.

Could you let me know what you are trying to Build?

I have followed all the steps as mentioned in the training. We just want to trigger the event through ifttt.

You will have to work around the IFTTT on your own as the UI has been changed by IFTTT. Which event do you want to trigger?

https://platform.ifttt.com/docs/api_reference4

Also, you may refer to above link. They will have predefined URLs that you can use and call from javaScript methods after replacing with you IFTTT api key and event etc.

We just want to send an email when the pin 4 is high.

I suggest you use Bolt APIs and Mail Gun.

How to remove this error

What is the error message you are getting?

Expected an indented block

No module named requests

@priyankachikane95 ,
First, install python request library .
You are using Ubuntu then type the following command in the terminal.

sudo apt-get upgrade python-requests .

Ok
And how to install twilio module

How to remove this indented error?

Hi, Python is very strict for code indentation.
Never mix tabs and space. Indent your code blocks with 4 spaces.
Please read this guideline https://google.github.io/styleguide/pyguide.html?showone=Indentation#Indentation

Error name β€˜dat’ is not defined

How to install json ?

How to remove this error