Last week I posted a screenshot on Reddit of my smartphone where you could see that I received a notification when a FACEIT CS:GO match was found and a notification when a FACEIT CS:GO match is ready to join. It didn’t go unnoticed. Many people wanted to know how I had done this. This is the reason why this post was written. Below a number of steps will be taken to set it up.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-0

Requirements

  • An account on FACEIT (and logged in)
  • An account on IFTTT (and logged in)
  • The IFTTT application downloaded

Set up the notifications

We are going to make the “match created” notifications. You can repeat the same steps for the “match ready” notications.

Go to https://ifttt.com/my_applets and click the “New applet” button on the right.

Click on ”+ this”, search for “Webhooks” and select it.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-1

Then we need to choose a trigger (This one is easy because there is only one option). Take “Receive a web request”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-2

Now we need to fill in an event name. Take something that is easy to remember. I took “faceit-match-created”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-3

After this we need to setup the action it will take. Click on ”+ that”. Search for “notifications”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-4

Now we need to choose an action. There are two types of notifications (basic and rich). Basic notifications will only have a title. A rich notification will have a title, message, url and an image. I took rich notifications because a like to have an extra message. So take “Send a rich notification from the IFTTT app”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-5

The next the title. I took “FACEIT - A match has been found!”. Next up is the message. I took “Click to accept”. Finally fill in the Link URL (this is the click action). I filled in the URL to the FACEIT homepage, https://www.faceit.com/en/home, so I can mannualy accept the match from my phone (most of the time I use FACEIT enhancer).

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-6

After filling in the notification values click “create action”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-7

At last give the applet a nice name (something like FACEIT - Match Ready) so it is easy to recognise and click “Finish”. Let’s get the events from the FACEIT developers API.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-15

Receiving events from FACEIT

Go to https://developers.faceit.com/ and log in. Select the second menu item (3 hexagons). This is the Application studio. Click on “New”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-8

Fill in the form (only 2 fields are required) and click on “save”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-9

Once it is created navigate to the “Webhooks” tab and click on the ”+ button” to create a new subscription.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-10

First we need to choose a subscription type. Take “User” so you will only receive notifications about your account. After this click “next”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-11

If you have multiple FACEIT accounts take “Organiser” and add the other accounts via the “Collaborators” tab. I didn’t test it but I assume this works. Let me know if you tried!

Next up select the entities. Take “My user” and click “next”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-12

After this we need to select the events we want to subscribe to. Select “Match Created” and click “next”.

If you choose multiple events at this step you will receive the same notification for every event.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-13

Now it’s time to fill in the callback URL. This is the IFTTT webhook URL. Open up a new browser tab and navigate to https://ifttt.com/my_services and search for “Webhooks”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-15

On the top right corner click on “documentation”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-16

Replace “{event}” with the earlier chosen event name (in my case faceit-match-created) and copy the full URL.

If you want to test the nofitication press the “test it” button.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-17

IMPORTANT: YOUR WEBHOOK KEY IS SHOWN. MAKE SURE YOU DON’T SHARE THIS KEY. IF PEOPLE HAVE THIS KEY THEY CAN PREFORM WEBHOOKS UNDER YOUR ONS ON YOUR SMARTPHONE.

Go back to the FACEIT developers page and paste the URL at “Callback URL” and click “create”.

2019-05-06-ifttt-notifications-about-faceit-queues-and-matches-18

Repeat the same proces for the “match ready” notification. You don’t have to create a new application. You can use the same application. You can create multiple webhook subscriptions.

Now you are all set! Go queue for a match and test it out! GLHF!