Get notified when new episodes of your favorite shows become available !

Hi all ! Today we'll see how to get notified as soon a new episode of your favorite show is aired by a tv channel or made available by your favorite streaming service. Of course, you can do it multiple times, for each show you like.

To do that, we'll use something called an API. Don't worry, you don't need to know how to code, but if you want to know more, take a look at that video :

Ready ? Let's go !

First, you need to log into ifttt
Then, click on "new applet"
Search & click on "webhooks"
Click on "receive a web request"
Name your event "new_episode" then click on "create trigger"

Click on "+that"
Choose "SMS" and link your number

Finish it by adding the message you want to receive, with {{value1}} instead of the title of the series, and then creating the trigger.

Now, you need to go to webhook documentation to get your personnal key that will be used to trigger the API.

You now have to code the javascript code that will trigger your webhook. But don't worry you just have to complete the following code

VoilĂ  ! You've created your API ! Now, you'll receive SMS when your show is available to watch ! Pop-corn time !