Challenge: "Content was not posted" notifier

Challenge: "Content was not posted" notifier

The problem

We already discussed this automation in a previous lesson where we're talking about how a filter shapes an automation.

Imagine we have created an automation that tracks whether any content was posted during the last two consecutive days on a list of Instagram profiles.

Here is how the automation works:

  1. Retrieves the last 10 posts from each of the 40+ Instagram profiles.
  2. Checks if any of these posts were made during the last two consecutive days using the filter panel of make.com.
  3. Updates the spreadsheet with "True" if a post was found, otherwise "False".

Here is the result of that automation:

Client NamePosted yesterday?Posted today?
Rahul VaidhyaTrueTrue
Jon BrosioFalseFalse
JenniferTrueFalse
Hudson VTrueTrue

After reviewing the updated spreadsheet, my client requested another automation—one that checks if a post wasn't made for two consecutive days.

If no post was made yesterday and today, it’s a serious issue for my client.

So, he wanted to receive a Slack notification whenever this happened.

The Challenge

To automate the above-mentioned problem, I want you to build a system that:

1) Checks if posts were made yesterday and today using the filter panel in Make.com.

2) If the values of "Posted Yesterday" and "Posted Today" are false, my client gets an instant notification with the profile and client details.

This is a great example of a multi-condition check, where both conditions must be met (using the "and" rule) for the action (notification) to be triggered.

You already have everything you need to build the automation:

  1. You know how to add modules and configure them
  2. You know how to set up a filter by adding complex condition checks
  3. You know how to run the automation and inspect the results

So, you just have to put the pieces together and build the automation with the help of the following spreadsheet:

Post Tracker - Sheet1Download

You can import the spreadsheet into Google Sheets or Airtable.

You can either use Slack or Telegram to receive the notification:

Content was not posted for [Client name] for the last two days. 

That's all for the direction.

Come on, go ahead and implement the automation and let me know how it goes.

Proceed forward to the next lesson only if you implement this exercise.