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

Test fail in IFTTT with "returns at least three items"

I'm creating my own service and in the endpoint test fails here and this error is shown: "returns at least three items" This error comes from the trigger part. Can somebody share a sample value of output with three items in it. Please help
sandeep
  • 13
  • 4
1
vote
1 answer

IFTTT Webhook not triggering

I have the following applet: Applet It reads "If Maker Event "event1", then Send a notification from the IFTTT app". Then, I go to https://maker.ifttt.com/trigger/event1/with/key/[key] and it reads "Congratulations! You've fired the event1…
1
vote
1 answer

IFTTT JavaScript filter - How to make case insensitive searches + How to search Include and Exclude sets of terms

First off I'm a total novice for Javascript, so please go gently. I'm aware of how people feel about having to now pay for IFTTT, but it's perfect for what I need. I am using a more expansive version of this code below to capture certain keywords…
1
vote
1 answer

Using IFTTT web hook with values; values doesn't get through

I am running the following Javascript code: const httpPost = (title, msg, trigger, key) => { const URL = `https://maker.ifttt.com/trigger/${trigger}/with/key/${key}` const data = { value1: title, value2: msg } …
cabcookie
  • 51
  • 5
1
vote
0 answers

How to put Bearer Token into IFTTT Webhooks

I am trying to create a new automated api request and using IFTTT to it, to send an auto post request to Firebase Cloud Messaging service, but there is expected a Bearer Token as authentication in the header, and in IFTTT Weebhooks I can't change…
Otavio Miguel
  • 334
  • 1
  • 5
  • 15
1
vote
0 answers

Trying to use IFTTT to send string to IoT module

Currently I am trying to use IFTTT to connect my google assistant to an IoT device I made. The google assistant command is triggering a webhook to send the string and I have the IP address and port that it should be able to communicate to. I have…
Meg
  • 11
  • 1
1
vote
1 answer

Google Sheets: Auto update using script - not working

I've created a sheet which IFTTT automatically adds a row to when the air quality in my house changes. That part is working correctly. I'm trying to implement a script that adds a timestamp to the new row, and then another column calculates the…
1
vote
0 answers

Use Paypal Here Credit Card scanner to play a sound in Processing 3

I'm trying to make an art project. The basic concept right now is where I use the free PayPal Here card scanner to charge a credit card $0.01 and then by either webhooks or some sort of email receipt solution, have processing take the name of the…
Matanya
  • 183
  • 1
  • 9
1
vote
2 answers

How does raspberry pi receive trigger events from webhooks with IFTTT?

What I am trying to do is a quite basic task: to send event triggers from different services to Raspberry pi and do some tasks when these triggers are received, in other words to make "home automation". I searched for many websites and links but all…
Baacus
  • 21
  • 1
  • 7
1
vote
1 answer

IFTTT, Send an image from Dropbox to Telegram

On IFTTT I am trying to build an applet that monitors a dropbox folder specified by the user, the trigger is adding a new image to the folder; then the image shall be sent to a telegram group chosen by the user. I built it as best as I can; I keep…
smiley_py
  • 23
  • 4
1
vote
0 answers

Using IFTTT with Google Assistance and Dropbox to open Spotify with Powershell

I used this code in Powershell to Open Spotify using IFTTT but I have to manually enter it and then it starts running and opens spotify when I use Google Assistant. I use it with the Task Scheduler which in theory should run the code as soon as the…
Fastrack
  • 11
  • 1
1
vote
0 answers

Publish in wordpress when a Wix site is updated

What I need is somewhat peculiar, on my Wordpress Web I want to publish a series of news copied from another Web (this is already agreed and the source of the news will be shown). I know how to create posts and how to extract HTML with PHP, but I…
angelvilu
  • 27
  • 3
1
vote
1 answer

Is there a way to get ifttt to trigger from wind forecast?

I am trying to create a good wind surfing alarm so I want to create an ifttt rule that takes wind forecast and emails me if the wind is going to be greater than (say) 10 mph. I can create a rule in weather underground that does this for the current…
Richard_xd
  • 11
  • 1
1
vote
0 answers

Is it possible to Web Request from a Raspberry Pi Google Assistant to a socket (http://192.168.X.X:8000) using IFTTT (WebHooks)?

This is a huge project that my group is working on right now. We are very inexperienced with IoTs and Web stuffs. First, we created an android app and with it, we're sending a message to the socket with port 8000 (192.168.X.X:8000) with a press of a…
karll
  • 21
  • 3
1
vote
2 answers

IFTTT doesn't trigger on new row for Google Sheets service

I'm creating an Applet that will trigger as follows: If New row added to, then Send an email from myemail@gmail.com This is Applet version ID 100348625. Notice the "to," which sounds to me like a bug. I've verified that everything is done properly…
Emmanuel
  • 16,791
  • 6
  • 48
  • 74