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 tha
I am running the following Javascript code: const httpPost = (title, msg, trigger, key) => { const URL = `https://maker.ifttt.com/trigger/${trigger}/with
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 c