Send your shopping list, reminders, directly to your phone, from any equipment with internet. No need to move from your desktop if your phone is way too far !
Made with IFFT and Pushbullet, require less than 5 seconds to set up. No need of any coding skills.
You can edit the note name, and the note body with new elements such as dates, requirements,...
Log In safely on your Pushbullet accounts througth IFFT. No needs to send credentials to anyone.
Make a post request to your iftt webhooks, including the values containing the name and the text of the note.
Once the IFFT Webhook is triggered, it will automatically catch up your demand, and will send it to your pushbullet.
Enjoy ! Your new note is now in your phone thanks to pushbullet.
The element {{key}} refers to your IFFT webhooks key. Please refers to the "Build your webhook" section to get one.
In order for your note to be send to your phone you have to make a post request to Inotify send your note to your phone.
POST https://maker.ifttt.com/trigger/inotify/with/key/{{key}}
body : {
"Value1": "Note title",
"Value2": "This is the note text"
}
The body of your request must contains two keys:
This will trigger the Inotify API which will send your note to your phone through the pushbullet App.
Curl line to trigger the webhook:
curl -d '{"Value1":"Note title", "Value2":"This is my first inotify note"}' -H "Content-Type: application/json" -X POST https://maker.ifttt.com/trigger/inotify/with/key/{{key}}
In order to build your own api, register and create an applet on ifft.com
The "this" part of your applet must be webhook. Select it, and click on "Receive a Web Request".
Name your event name "inotify"
The "that" part of your applet must be pushbullet. Connect your pushbullet account to your iftt one.
Select "push a note".
Now enter {{Value1}} for the title
And {{Value2}} for the message, as shown on the left picture.
Click on save. Get your API Key here (in the "documentation" at the top-left of the screen).
Congrats ! Your Inotify API is ready to work
Unfortunatly, no one build a nodeJS server with our API implemented :( I order to use it you have to follow the "how to build your API" steps for the moment.
You can customize the content of your note on IFTT ! For example you can add the date in the note content, using the {{OccuredAt}} ingredient
Start to build your own Inotify platform right now.
*Need an IFTT and Pushbullet account.
MAKER'S LAB EM LYON