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.