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

IFTT to Discord webhook trying to tigger other bots

im using alexa to post in to a discord via ifttt and webhooks, is it possible to get the webhook to trigger a bot like atlast. {"content":"Party time guys, @here join voice. a!play don't stop me now"} That is the content of the body and a!play…
0
votes
1 answer

Trigger spreadsheet script after change by IFTTT

Is there a way to make a google spreadsheet script run if the sheet is edited by IFTTT instead of by a person via the sheets browser? Background: IFTTT put a value in a specific cell. My google spreadsheet script says if the cell is not empty;…
0
votes
1 answer

What is the simplest way to create a custom google assistant action that returns a piece of date from a web page

I want to develop a custom google assistant action that will get a web page, extract a piece of information, and read it aloud. I'm looking for pointers for relevant sources. If it's possible through services such as ifttt it's even better (though…
Ophir Yoktan
  • 8,149
  • 7
  • 58
  • 106
0
votes
1 answer

IFTTT play store review applet

This question may sound naive but any pointers would be appreciated. I have to integrate playstore reviews with slack. I could do it easily for AppStore because AppStore was already present in IFTTT. However, I am unable to do it for Google Play…
A_G
  • 2,260
  • 3
  • 23
  • 56
0
votes
0 answers

IFTTT weekly out of office reply

I'm a complete programming noob but I'm trying to figure out how to create a recipe in platform.ifttt.com to send a Gmail out of office reply every Thursday from 5pm to Friday 11:59pm. I wrote some code (which isn't working...) that I hoped would…
0
votes
1 answer

Trigger apps script when a new line is added to extract a number from a string

I am currently using an IFTTT trigger to add a new line to a spreadsheet when an email arrives with a certain label which works great, however, on the new line that's imported I need to then extract a number from a string in a cell. Right now I…
RustyTones
  • 69
  • 8
0
votes
1 answer

Python HTTP POST/GET trigger for Google Assistant (IFTTT)

I recently discovered, that you can add custom commands to Google Assistant with IFTTT. You can set it to make a GET/POST request (webhooks) containing specific words from your command. I'm trying to create an IoT style device (using a Pocket…
Dave12311
  • 29
  • 5
0
votes
1 answer

How to use IFTTT and Plivo to automatically send sms?

I want to make a recipe on IFTTT that sends an SMS via Plivo when there is a missed call on my Android phone. So I chose my Android phone as a trigger and tried using a webhook to POST it to Plivo. But it's not working. Here is what I put in the…
user141975
  • 11
  • 2
0
votes
1 answer

How can I push messages from WhatsApp to Twitter automatically

I've got a WhatsApp group that we use as an alert system. It is limited to 256 members. I want to enable more users to receive the alerts, so trying to determine how to get the messages from WhatsApp into another service (hopefully, Twitter)…
David La Puma
  • 31
  • 2
  • 3
0
votes
1 answer

predefined python function failing to run with if name = main

I'm a beginner programmer and my goal is to design a utility that can accept an sms command and run a corresponding function on my main pc remotely. I'm using a variety of tools to do this (IFTTT, Dropbox, Twilio, Task Scheduler), but I've run into…
0
votes
1 answer

Connecting Reddit to Ifttt - Why are login credentials required?

I want to trigger an Ifttt receipe on keywords appearing in a subreddit. When building a receipe Ifttt starts connecting the Reddit service and requires to enter credentials of the Reddit account. Since I don't have a Reddit account I want to read…
WeSee
  • 3,158
  • 2
  • 30
  • 58
0
votes
1 answer

Python socket.error

I found this script on aaronbell.com with which I´m trying to use my Dashbutton to connect to IFTTT. My Pi is throwing this error: Traceback (most recent call last): File "dash.py", line 30, in rawSocket =…
leonheess
  • 16,068
  • 14
  • 77
  • 112
0
votes
1 answer

IFTTT : Trying to run a php script using Maker webhooks

Good day, I have created an IFTTT receipe that if a "myfox" alarm system is armed, a php script is executed on my NAS (192.165.x.x). The php script is supposed to trigger a stored procedure in my mysql database. The following PHP script has been…
Laurent
  • 711
  • 2
  • 12
  • 30
0
votes
0 answers

IFTTT Maker Filter for Twitter URL

One of my favorite IFTTT recipes is to save the links from Tweets that I favorite to my Pocket account. Unfortunately, the default recipe for this also saves the text of Tweets I favorite that don't have links. Recently IFTT offered a new "maker"…
Kerim
  • 411
  • 4
  • 8
0
votes
0 answers

when i call ajax what does it actually do with the data i give it?

So I'm trying to recreate an ajax function in normal JS, but i don't know how to do it. The function activates an ifttt function, and i want to use normal JS instead of jQuery. Note, this is different from other questions is because this involves…
sparpo
  • 99
  • 2
  • 4
  • 11