Make Scenario Notifications

Hi there,

My goal is to create a simple scenario that as soon as there is an error in a scenario it triggers, the next step would be to forward the scenario and error details to a webhook for further processing. The aim is to create one scenario, that will be used to get notifications for any scenario and also maybe create another scenario to watch those that have turned off — instead of configuring each scenario individually.

I have tried using the Make app, but I didn’t find any specific module that works directly with errors or if a scenario has been turned off. For example, the output of the watch module does not contain sufficient information, and I’d have to use another to get the scenario details out. I also looked at the API, but there is no specific endpoint I can use for a trigger.

It should be ideally be an “event watcher”: if scenario error, if scenario off; thereafter providing all the details of the troubled scenario.

Possible duplicate of Scenario auto shutdown daily report - #4 by samliew

  1. Looks like Make does have an API endpoint to fetch a list of your notifications.
  2. From there you need to use another API endpoint to get the text content (details) of each notification. The body contains HTML links to the scenario.
  3. read more…
2 Likes


Zapier has this functionality, and it’s instant.

Hopefully Make will make something similar in the near future

That’s a great idea!

You can submit this suggestion to the Idea exchange, under App improvement ideas. Don’t forget to search for it first, just in case someone already suggested it!

2 Likes