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
2
votes
1 answer

Silence google home

I've recently got a Google Home and have created some simple applets. I've created one to run when I go to bed (it's in the living room). So when I say "Good night", I want it to turn the central heating off, turn the lights out and go silent (it…
PedroKTFC
  • 745
  • 10
  • 28
2
votes
0 answers

How to receive JSON data from a HTTP POST web request using WebHooks IFTTT

basically I want to know how to receive the JSON data from IFTTT when sending a web request to a specific URL on my web server. I know that IFTTT will send a web request with the JSON data to my .php file which is a public hosted web page…
S.Q
  • 155
  • 2
  • 15
2
votes
1 answer

IFTTT Filter code for Pinterest RSS feed

I am using IFTTT to post to Facebook page from pinterest RSS. Here is the url of RSS Feed - Link What I want to do is replace all 236x string with 564x in the RSS feed result. As I am not a programmer I wrote this code to replace 236x with 564x in…
2
votes
1 answer

run bash script in raspberry pi via IFTTT

I have a raspberry pi running Alexa (amazon echo) that can instantly push a trigger to IFTTT, for an example I say "Alexa, trigger email to blablabla" and I immediately receive an email. My Goal I want to execute a bash script on the same raspberry…
kuruvi
  • 641
  • 1
  • 11
  • 28
2
votes
2 answers

How to use HTTPS post request in NodeMCU HTTP module

I am using following code with HTTP module of the NodeMCU firmware. As per the documentation both HTTP and HTTPS URLs should work. https://nodemcu.readthedocs.io/en/master/en/modules/http/#httppost Though I am getting error when I use 'https'.…
MarsTelnet
  • 471
  • 7
  • 18
2
votes
1 answer

Web Request through Maker Channel of IFTTT not sending any data

I have a simple IFTTT recipe that triggers whenever an instagram photo is posted with the hashtag #dog (used as an example since it triggers nearly every second and makes it easy to troubleshoot). This works fine. The associated action is with Maker…
Stuart Clarke
  • 395
  • 4
  • 19
2
votes
1 answer

Parse out http link from email and open it for download

I'm trying to automate a task I do every night. An email is sent to my inbox with a html link in it. The text can be a little different each day but there is always one link. I need to then download this file from the link and put it in Dropbox.…
erotsppa
  • 14,248
  • 33
  • 123
  • 181
1
vote
1 answer

AWS Lambda function in Step function returns "Runtime.HandlerNotFound"

Problem: When I try to run a Step Function (with Lambda functions) I am given this error message: Runtime.HandlerNotFound in step: SolarEdgeOvervie Cause > { "errorType": "Runtime.HandlerNotFound", "errorMessage": "index.handler is undefined or…
user16394154
1
vote
0 answers

Google Assistance Web URL request and get speaker reply IFTTT?

I would like to use my google assistance to manage my home automation. The objective is to communicate with my local system via Google assistance, URL-API to my home automation and IFTTT I know how to use Google Assistant in IFFTT, to send URL…
1
vote
1 answer

How can I automate creating a new branch using a file and then a pull request?

I have a static blog setup and every time I want a new post I have to commit and push a .md file. This is part of a group, so I was wondering if there is a way to automate the commit and push part every time a new .md file is saved to a google drive…
Mihai Anca
  • 75
  • 10
1
vote
1 answer

Why Wemos D1 not respond after working for a while

I’m trying to build a feeder machine on a pig farm by using the Infrared photoelectric switch Sensor E18-D80NK to control relay then send notifications to line and mqtt broker when it’s working. I have been testing for 2 days, it’s working normal,…
kati
  • 29
  • 3
1
vote
1 answer

Smart Life + IFTTT + Google Assistant trigger via Webhooks

Problem I bought these LED's lights off Amazon that you setup with Smart Life, which has Google/Alexa/IFTTT integration. Which is great but when I go to IFTTT and I try to setup a webhooks to trigger the lights turning on IFTTT says the devices are…
HuXu7
  • 317
  • 3
  • 13
1
vote
1 answer

How can I apply a formula to a Google Sheet row only after a row has been updated?

I'm using IFTTT to add rows to a Google Sheet based on new Google Calendar Events. When a Google Calendar Event is added, IFTTT adds a new row to a Google Sheet. Column A is the StartTime from the Google Calendar Event, which is formatted as "March…
1
vote
0 answers

Ifttt filter replace string

I have url encode with & https://myurl.c/photo.jpg?width=1000px&height=500px&compress=none inside ifttt filter use javascript filter I need replace & into & var foto = GoogleSheets.newRowInSpreadsheet.ColumnG; var res =…
hendra
  • 83
  • 7
1
vote
0 answers

How to integrate a webhook with google assistant without using ifttt?

Im doing a project where i use a node mcu board to control lights in my house and im using a service called Blynk which provides an app like environment to interact , turn the lights on and off with virtual buttons and for each button we have a…
1 2
3
14 15