NEVER FORGET A BIRTHDAY AGAIN : HOW ?

We will be using IFTTT's Webhooks to build the API and then we can code it



  1. Create a new IFTTT applet and click on "+this" to select your trigger
  2. Search and select "Webhooks"
  3. Click on the "Connect" button (this should appear only the first time using Webhooks)
  4. Click on "Receive a web request"
  5. Name your event "birthday_reminder" then click on "Create Trigger"
  6. Click on "+that" to select the action to accomplish
  7. Type and select "Email" (not "Email Digest")
  8. Click on "Send me an email"
  9. Click on "Create action" (whitout modifying anything)
  10. Click on "Finish"




CODING THE AUTOMATIC REMINDER

The user has to give a list of birthdays and a list of names





In order for the API to check every day the birthday list, the script must be runned every day. Therefore, we use an online cronjob such as Webcron that runs the program every day.
With a price of 0.0005eur a day, it only cost approximately 0.19eur per year never to forget a birthday again !




LINKS TO USEFUL DOCUMENTATION