Questions tagged [ifttt]

For programming related questions around the IFTTT service and IFTTT Maker.

IFTTT is a free web-based service that allows users to create chains of simple conditional statements, called "Applets" which are triggered based on changes to other web services such as Gmail, Facebook, Instagram, and Pinterest. IFTTT is an abbreviation of "If This Then That."

Remember that questions on Stack Overflow should be about programming. With regards to IFTTT, your question should be about programming your custom endpoint or about Maker and not about Applets on IFTTT

217 questions
24
votes
6 answers

Error 404 while accessing api method on telegram bot

I just created a bot of telegram to finish a task for the school regarding the integration of ifttt and telegram. My problem is that trying a browser to use a method of Telegram api it returned to me the following string: {"ok": false, "error_code":…
Francesco Rossetti
  • 343
  • 1
  • 2
  • 6
8
votes
3 answers

How to pass data to IFTTT WebHook?

I have a task to add row into Google Sheet when WebHook received. Now I'm trying to setup IFTTT but have some problem It says that I should use URL like https://maker.ifttt.com/trigger/{event}/with/key/{my_key} and that is ok I can do it. But it…
GhostKU
  • 1,898
  • 6
  • 23
  • 32
6
votes
1 answer

How to make local area network HTTP request from Google Assistant?

I want to make HTTP requests to a server (such as Node-red or Arduino) on my LAN directly from my Google Assistant. I would like to reproduce the behavior of this widget which, however, does not work from google assistant. Using the IFTTT with…
6
votes
2 answers

server.args() ESP8266 Arduino

I am using the ESP8266 with Arduino IDE and have set up a server at port 200 . The IP is also defined as the same as 192.168.1.100. ESP8266WebServer server(200); IPAddress ip(192, 168, 1, 100); //Node static IP IPAddress gateway(192, 168, 1,…
rahulmr
  • 681
  • 1
  • 7
  • 19
5
votes
1 answer

How does Google Assistant's integration with IFTTT work?

I mean, from a technical perspective. How does the assistant know that it should send the request to IFTTT servers? When I created my own actions on Google Assistant I used the actions SDK and uploaded a manifest file into my account. This manifest…
4
votes
0 answers

IFTTT How to create and configure applet programmatically via API

I am working on a project that would require every user to instantiate an existing IFTTT applet and configure it. Rather than providing a user guide, I would like to automate the process with a wizzard but for this to work I need to figure out how…
quiet-ranger
  • 489
  • 1
  • 4
  • 12
4
votes
2 answers

How to get IFTTT Maker Applet API Key for AWS IoT Button

I'm trying to connect my AWS IoT Button to do an IFTTT Maker Trigger, and it's asking for the API Key. I've looked in the settings of the IFTTT Maker Applet I created, and I don't see anything about an API Key. Any ideas of where else to look inside…
Ian Davis
  • 19,091
  • 30
  • 85
  • 133
4
votes
1 answer

Using IFTTT to check JSON content and send Email or Text Message

I am trying to learn how to use the new WebHooks service on IFTTT, and I'm struggling to figure out how it is supposed to work. Most of the projects I can find online seem to refer to a deprecated "maker" service, and there are very little…
Parseltongue
  • 11,157
  • 30
  • 95
  • 160
4
votes
1 answer

Making a ifttt enabled home automation system with raspberry pi

Hi everyone I am trying to make a relatively simple home automation system with ifttt and my raspberry pi model b+. My goal is to create a python script which hosts a web server which can be posted to by ifttt maker channel. The pi needs to be able…
4
votes
1 answer

Turn Philips HUE Lights on When the Ambient Light is Below X

I have Philips HUE Lights throughout my office and I've been trying to find a way to get them to turn on when it gets below a set lux / ambient light luminous so we don't have to wait till some realises its way too dark and turn them all on. It…
Trent
  • 429
  • 1
  • 5
  • 19
4
votes
0 answers

IFTTT - retweet if hashtag

I am trying to create an IFTTT recipe which should make a retweet from an account if any tweet from someone has a specific hashtag in it.If I try to create one myself like this: It gives me an error: Twitter does not support use of this Trigger…
Emil Sivro
  • 41
  • 3
4
votes
2 answers

Why does PIR sensor stay high with nodeMCU/ESP8266 board?

I have a PIR sensor attached to a Amica nodeMCU board routing 5v from VIN and attached via USB port for testing. When motion is deteted it connects to the internet and sends data to IFTTT which i receive a notification on my phone. When I power up,…
Dom
  • 2,057
  • 1
  • 14
  • 17
3
votes
2 answers

How to authenticate a Firebase user to an IFTTT service?

I'm trying to build an IFTTT service and connect it to my Firebase backend. I need to authenticate user as indicated in the IFTTT docs: https://platform.ifttt.com/docs/api_reference#service-authentication IFTTT’s protocol supports OAuth2…
3
votes
1 answer

ifttt: redirect message (text, photo and video) from telegram to email

There is an applet which allows to send text messages from telegram to some email. Unfortunately there is a limitation: it only works with text. I would like to have the same functionality, but for images, video and may be audio. I suppose media…
doubts
  • 1,763
  • 2
  • 12
  • 19
3
votes
0 answers

IFTTT Service disconnect does not clean up the Oauth Bearer token in my spring security auth server

am using spring security. I am able to get the authentication and authorization flow successfully completed using IFTTT. Also the trigger and actions are working and am able to create applet and it works fine. When the Connect Service i.e Oauth flow…
s4vicky
  • 43
  • 4
1
2 3
14 15