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
1
vote
1 answer

IFTTT Webhook to Pinterest

I am trying to post an image to a Pinterest board via a webhook (Maker service), but every time I try I get a success response, but in IFTTT on actions, I see a Applet failed: There was a problem with the Pinterest service message. What can be…
jcboutkan
  • 63
  • 6
1
vote
2 answers

Can I set an alarm on Alexa or Google Home by sending a text message, through integration such as IFTTT?

Can I set an alarm on Alexa or Google Home by sending a text message, through integration such as IFTTT? From the ifttt website, the integration all seems to be driving actions through Alexa or Google Home, I am looking for ways to drive actions on…
1
vote
2 answers

Google sheets to IFTTT

I have a spreadsheet that contains data in columns from A to N. I've created an IFTTT applet so that it triggers everytime a new row is posted and auto posts into a subreddit. The applet works fairly fine, but it only pulls data from Columns A to J,…
1
vote
1 answer

IFTTT to WordPress issue

I'm using IFTTT to post new YouTube videos automatically to WordPress. Every time I upload new video, a new WP post should be generated with this HTML code: [vc_row row_height_percent="0" overlay_color="color-396201" overlay_alpha="100"…
SnowDragon
  • 21
  • 1
1
vote
0 answers

How to stop IFTTT adding single quote to Google spreadsheets formula

I have an IFTTT applet that adds formulas into a Google spreadsheet. A few days ago, it started prepending single quotes to the cells, making them text cells and rendering them useless for my calculations. Has anyone observed this behaviour, too,…
Cpt Reynolds
  • 119
  • 3
1
vote
0 answers

IFTTT always show "Please fill out all Applet defaults for the trigger"

I am working on IFTTT development,the service checklist always show "Please fill out all Applet defaults for the trigger". But I am sure that I fill out all Applet defaults correctly. If I delete the trigger , service checklist will pass. So the…
xiao.fang
  • 11
  • 1
1
vote
2 answers

Slack logon trigger

I want to create something in Slack that sends a message (starting by calling someone with '@') to a channel when specific users login. I've checked ifttt and zapier. I also checked the slack api to create something myself, but I couldn't really…
S.J.
  • 91
  • 1
  • 10
1
vote
2 answers

Python flask server won't receive anything when called from ifttt webhook

So i am pretty new to Python Web servers and was following this question How to setup a Raspberry Pi to receive webhooks to receive a webhook from Ifttt in order to control my TV and AC but my server does't show any message from the Ifttt server. I…
Sarthak Singh
  • 193
  • 3
  • 12
1
vote
0 answers

IOS App to react to IFTTT notification

I am trying to find a way from my IOS App (written in Swift) to react to an IFFT notification. I am using static and dynamic notifications in my code and this part is working (with a test notification). The issue is my app is not responding to or…
Rich
  • 11
  • 2
1
vote
0 answers

Suggestion for building portal with smart plug

I am trying to build a Web portal that can get the details of power consumption from the smart plug and for i have DLINK DSP W215 Plug and i want to fetch the data from this device to my own web portal and perform some actions and also use the…
1
vote
1 answer

Google Assistant keeps giving an error after connected to IFTTT

I have got an error issue. Every time I say OK Google it answers with: Something went wrong, try again in a few seconds or There was a glitch Now my Raspberry assist does not do anything anymore..... I searched the web and saw there was an issue…
Luc
  • 11
  • 1
1
vote
0 answers

Web request event driven Lua code

What i have seen and currently implemented in my Lua scripts running on my ESP8266 WiFi module, are polling the server page every few seconds and than checking whether the value has changed or not. If value has changed than take some action. Here's…
aditgupta100
  • 21
  • 2
  • 7
1
vote
1 answer

Custom Google Sheet Frozen Timestamp Formula

Prefacing this with the fact that I'm not especially versed in Google Sheet scripting, just fairly decent at Googling and making stuff work for me. I'm using IFTTT.com to automatically append a Google Sheet if I save an article in my RSS reader. …
Jeremy Niedt
  • 33
  • 1
  • 4
1
vote
1 answer

Assigning values to IFTTT Maker "ingredient" variables from a Python 'request'

According to documentation available on the Web, it should be possible to invoke a IFTTT Maker recipe with import requests payload = "{ 'value1' : 'P', 'value2' : 'Q', 'value3' :…
orome
  • 45,163
  • 57
  • 202
  • 418
1
vote
1 answer

Implementing OAuth2 with Amazon Cognito Userpools

We're building an IoT device with user authentication currently done via Amazon Cognito User Pools. We have a web app where the user signs in via their credentials and a JSON Web Token is returned, which in turn allows them to access API resources…