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

Sending GET request using Arduino, ESP8266 to IFTTT

So basically, I have created a recipe in IFTTT which make use of the MAKER. So IF maker, THEN send SMS. But apparently the GET request can't seem to get through. This is my GET statement, am I missing out anything? Button is my event name. KEY is my…
Jocelyn
  • 1
  • 2
0
votes
0 answers

Double posts using Java to move Photos and Text Files to Dropbox for IFTTT recipes

I'm using Java move a file into a dropbox folder, which if a new file or photo that gets added, will trigger an IFTTT.com recipe that will post it to twitter. I am using Apache Commons IO for the movefile method on File Utils to create a File, and…
Jayizzle
  • 532
  • 1
  • 6
  • 24
0
votes
1 answer

ESP8266 IFTTT failing

I have a setup which uses the ESP8266 12E and it opens a web server at a specific port 200. I have used the port forwarding to route the incoming data to this server .And I have used the duckdns to register the IP and call the duckdns domain to…
rahulmr
  • 681
  • 1
  • 7
  • 19
0
votes
1 answer

How to disable an android service using ifttt?

I'm new to IFTTT. I would like to know how I can use it to disable services. For example once I'm enabling Bluetooth I would like to disable internal BT service.
Moshe
  • 208
  • 4
  • 13
0
votes
1 answer

IFTTT recipe similar to zapier webhook

Does IFTTT has similar recipe to Zapier Webhook, to pool API Endpoint? Zapier Webhook
Vincent
  • 1
  • 2
0
votes
1 answer

How can I use the number range operator on Google Search if there's an extra character present?

I'm trying to find the most used recipes on ifttt.com I'd like to search for something similar to this: [amazon "From $40..$100"] (Which returns a range and works fine.) This is what I've been trying: [ifttt "23k..999k adds" ] But it seems that…
0
votes
1 answer

Retrieve event content object link in bolt

I'm writing an extension which send notifications to IFTTT when a content is published on my bolt install. Using callbacks in my extension, I can get the \Bolt\Content object linked to the raised event but how can I get its permalink ? Here is the…
Pierre-Yves Gillier
  • 507
  • 1
  • 4
  • 17
0
votes
1 answer

ifttt "Maker" Recipe: Optional Parameters are blank?

I am using the following Python Script to trigger a 'Maker' event on 'ifttt' like this: import requests from main import get_ifttt def trigger_event( event, key, json_data={} ): ca_certs = "/etc/ssl/certs/ca-certificates.crt" …
monojohnny
  • 5,894
  • 16
  • 59
  • 83
0
votes
1 answer

IFTTT: How to avoid URL shortening in Email-Channel?

We use IFTTT and the new Maker-Event from our local network for various automation tasks. It's a great service and it works. We have a receipe like IF Maker-Event THEN Email-Channel (Send me an email at xxx@yyy.com) The email body is specified as…
WeSee
  • 3,158
  • 2
  • 30
  • 58
0
votes
1 answer

How does "If This Then That" implement access to third party user accounts (so called "Channels")?

In the widely known If This Then That app (IFTTT) you can create workflows such as: If I get an email with an attachment, add that attachment to Evernote. For this to work you can authorize so called "channels" such as Gmail and Evernote. In…
kramer65
  • 50,427
  • 120
  • 308
  • 488
-1
votes
1 answer

How to send notifications through google assistant based on custom event?

I have a use case where i want send reminders to my google mini speaker based on events on my calendar. Example: google mini to remind 15 minutes before the event occurs using voice. trying to figure this out from a long time, without any success.…
Suresh Kumar
  • 333
  • 2
  • 10
-1
votes
1 answer

how can I fix this apple script shell script combo to accept quotation marks?

First, sorry that its a long post, I tried to explain it as best I could and be succinct. Read it at your own pace if you're bored or something, I'll be responsive to any replies. Importantly I want to say that I know nothing about scripting, and…
Toddd
  • 21
  • 1
  • 6
-1
votes
1 answer

Solve issue POSTING to webhook for IFTTT from Arduino MKR1010

I am aiming to make a post request to trigger a IFTTT webhook action. I am using the MKR1010 board. I am able to connect to the network and turn the connected LED on and off using the cloud integration. The code is as follows, but doesn't trigger…
user2916488
  • 81
  • 1
  • 2
  • 15
-1
votes
1 answer

How to make a web request to a public PHP url with IFTTT

I need to send some data to a public php url in a online server, im using IFTTT platform were when i post a tweet i need to send the information of the tweet (Username, Hashtag, Content...) to the php url for save it in a DataBase. i tried to do…
Batres35
  • 1
  • 2
-1
votes
1 answer

Authentication of ifttt

I want to do my own service on ifttt and I need oauth2 certification. First step based on oauth2 authentication: get code This is the value of code in my program: This is the value he demands to return But it prompts that I have failed to…
1 2 3
14
15