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

IFTTT Webhooks - Not receiving email (but the response says that it was sent)

I'm following this tutorial to send email in App Inventor: https://www.hackster.io/taifun/trigger-ifttt-to-send-an-email-using-app-inventor-9df505 (You will have to scroll down on the page to view the tutorial) The tutorial is straight forward and…
3
votes
1 answer

Can I use cognito AccessToken get Cognito identity ID?

I now use cognito user pool as “account system”, and also created a identity pool, Use IOS app I can make user sign up , sign in , get the account identity id, sync dataset and other operations. Then I use Cognito user pool as Oauth2.0 server to…
Bruce Pan
  • 31
  • 3
3
votes
1 answer

Can I post an image in json request to URL in IFTTT Maker Trigger?

Recently, IFTTT introduce its Channel Maker. You can trigger an action by send post request to a specific URL with a json(three key:value elements). It means by making your own trigger URL, you can easily post { "value1": "your first value",…
Patrick
  • 93
  • 8
3
votes
0 answers

Publish applet with maker webhook

I want to publish my applet with a maker webhook to my raspberry pi. For some reason it doesn't allow me to publish the app when I use a maker webhook in it.I'm not sure why it doesn't allow me or if it's even possible at all. There isn't any error…
user5661230
3
votes
1 answer

IFTTT + Maker URL trigger not firing

I'm having some trouble getting the Maker applet to work properly in IFTTT. I've created a recipe and tried to fire it with https://maker.ifttt.com/trigger/EVENTID/with/key/SECRETKEY and I see Congratulations! You've fired the ####### event in the…
user2193193
  • 121
  • 1
  • 6
3
votes
4 answers

IFTTT recipe api - is there documentation to create recipe using API call

I have already created triggers and actions for IFTTT channel. Now I want to create a recipe using these triggers and actions, but I want to do it not through Maker, but using an API call. What would be the format of the API call (behind Maker UI)…
DOgl
  • 53
  • 2
  • 9
3
votes
3 answers

Delete part of src after a certain character

I am using IFTTT with Wordpress, so every time that I create a post on instagram, the recipe creates a post on Wordpress. The code that IFTTT creates:
mattia
  • 591
  • 2
  • 7
  • 22
2
votes
1 answer

Problem sending message with my ESP8266 using IFTTT

I am trying to make a simple project where the esp8266 sends an sms to my phone using IFTTT. I have tested my IFTTT applet/recipe and it works fine. I thought it might be a connection issue with my wifi, i have found that to not be the problem…
2
votes
0 answers

Can I define custom ingredients for an IFTTT applet triggered by Webhook?

I am writing an IFTTT applet that has a webhook with JSON payload as the trigger. In the filter code, I can parse the JSON and get any of the data out of it that I want. In my mapped action, however, I can only use the ingredients that came from the…
Rob
  • 103
  • 8
2
votes
1 answer

How to use REGEXEXTRACT for day and time?

I am using a third-party app that allows me to log in my day, time and location at the push of a button, on a google sheet. (source: imggmi.com) While the app catches these three elements (day, time, and location), I can only see day and location…
ASE
  • 145
  • 1
  • 1
  • 8
2
votes
0 answers

Google Assistant not working after integration with IFTTT

I connected IFTTT with Google Assistant in order to test some custom commands. The idea was to tell the assistant: Ok Google, this is, John And I wanted the Assistant to reply, saying: Hi John, nice to meet you! Note: this is an example of the…
diazwatson
  • 121
  • 5
  • 12
2
votes
0 answers

IFTTT Webhooks limit

Info I am using IFTTT to send temperature data from my Nordic Thingy 52 to google spreadsheets using a recipe I wrote. It works great and 13 rows have been written to my sheet. Error The temperature measurement interval was every 2 seconds which…
Gal Margalit
  • 5,525
  • 6
  • 52
  • 56
2
votes
1 answer

IFTTT webhook to google sheets

I am sending a request to a IFTTT webhook, which receives the request and saves it to a google sheets file. There are a few predefined available fields that I can use to send to IFTTT, which in turn get passed forward to the google sheets file…
Miguel Mesquita Alfaiate
  • 2,851
  • 5
  • 30
  • 56
2
votes
0 answers

IFTTT: How do I programatically trigger on/off a IFTTT applet?

How do I programatically trigger on/off a IFTTT applet? I want to trigger on/off using C# Program https://ifttt.com/applets/DKPUF3MH-turn-on-off-sonoff
NJS
  • 45
  • 4
2
votes
1 answer

Create a toggle between two actions in IFTTT

I have a simple device (Nordic Thingy 52) with a push button which can trigger the Maker Webhooks service in order to pass an event (button_press), which I am currently using to then trigger the Smart Life service's "Turn Off" or "Turn On" action.…
mheavers
  • 29,530
  • 58
  • 194
  • 315
1
2
3
14 15