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
3 answers

Parsing a song title from /r/listenToThis for an IFTTT applet

I have an array of song titles, coming from this subreddit, looking like this: [ "Lophelia -- MYTCH [Acoustic Prog-Rock/Jazz] (2019)", "Julia Jacklin - Pressure to Party [Rock] (2019)", "The Homeless Gospel Choir - I'm Going Home [Folk-Punk]…
Hugo
  • 349
  • 3
  • 6
  • 23
1
vote
1 answer

Clarification on API RESTful request

Im trying to create an applet in IFTTT however i need to obtain an auth token to allow the lights to call the service each time. Im trying to obtain an auth token via the below: Account information GET Request auth…
NewbAPIer
  • 11
  • 2
1
vote
1 answer

Parse new URL into IFTTT

The RSS reader in IFTTT doesn't like https://rss.art19.com/the-daily. I am using python to extract a new link and schedule it for every morning at 06:30. I, however, find it extremely difficult to parse a new url into an IFTTT applet. I am using…
mexitaw
  • 119
  • 12
1
vote
1 answer

IFTTT - Exclude Twitter Retweets

I am using IFTTT (https://ifttt.com/) to fetch Twitter Tweets using the search function with #hashtag to my Discord server. Is there any way to exclude Retweets? Currently the whole server gets spammed with popular tweets, since it also fetches all…
Rohtaz
  • 21
  • 7
1
vote
2 answers

How do I share a video from Instagram to Twitter using IFTTT

I am wondering how to share video from Instagram to Twitter, so that it shows up as a native twitter video. There are multiple apps on IFTTT, but they only work for pictures and not videos. Has anyone else had this same issue? I've tried e-mailing…
1
vote
0 answers

IFTTT ASUS Trigger, Device Connected dropdown list shows only 1 device and duplicated in the entire list

I have linked my IFTTT service ASUS successfully to my ASUS RT-AC88U which is on AIMESH mode with a RT-AC66U as a node. However when I want to create a trigger using the ASUS IFTTT when a specific devices connects to my router, it only shows a…
AnthonyZ
  • 11
  • 1
1
vote
0 answers

Live Internet Audio Stream --> Smart Outlet Manipulation... Is It Possible?

I've been trying to think of a solution to this idea for ages, and after several bouts of research I'm still pretty clueless. I run a college radio station with an online stream (in mp3 and m3u). We have over 100 DJs and from time to time, the…
1
vote
1 answer

IFTTT & Raspberry pi: Assigning value from terminal to IFTTT web request

I made a Webhook Applet in IFTTT, which would send me a mail when "print" action triggers In the URLs JSON body I can give values like this curl -X POST -H "Content-Type: application/json" -d '{"value1":"9"}'…
Athul
  • 429
  • 2
  • 5
  • 19
1
vote
1 answer

Send file attachment with outgoing webhook in Slack

I want to upload any file that is uploaded in slack channel to the linked google drive account. So as and when a user uploads a file in slack channel, that file should get uploaded in Google Drive also. I am thinking of using slack outgoing web…
RKD
  • 29
  • 4
1
vote
0 answers

Run script from GET/POST action on nginx server

Is there any way to run a script/program on a GET/POST action on a nginx server? I'm running public server with nginx on RasPi and would like to run a .py program via webhook. I got the secure server running but have hit a bit of a wall. Is it…
1
vote
0 answers

IFTTT Access-Control-Allow-Origin

I'm trying to create a 'POST' request to the IFTTT webhook service. Using: function deleteRow(ID){ $.ajax({ type: 'POST', url: 'https://maker.ifttt.com/trigger/delete_row/with/key/{key}', data: '{"value":"'+ID+'"}', contentType:…
George
  • 73
  • 4
  • 15
1
vote
0 answers

How to keep Google Assistant Behavior but also trigger IFTTT

I know you can make custom Google Assistant triggers that will invoke IFTTT. But I want to make a custom trigger that will do something but /also/ keep the default Google Assistant behavior. Is there a way to do this? Description of my actual goal:…
Kyle
  • 11
  • 2
1
vote
2 answers

IFTTT webhooks maker basic authentication

Creating an ifttt applet to call a web service api. But failing if i use username and password in the url. Anyone passed username and password in wehooks ifttt?
1
vote
4 answers

Google Home and FHEM?

I don't really like having to use IFTTT etc to control my smarthome. Everything is connected using fhem, and I don't want to change anything at that. But the Google Home / Google Assistant can't really control fhem. Only using IFTTT, external…
1
vote
0 answers

Get notified if all files in Dropbox folder is older than 24h?

I would like to get notified if there are no files newer than 24h in a specific Dropbox folder. IFTTT has a few Dropbox triggers, but they only trigger when new files are uploaded. So how could this be done? Do I have to use Dropbox's API and create…
Daniel Hjertholm
  • 177
  • 1
  • 2
  • 16