Global Error Handler

:bullseye: What is your goal?

Implement a Global Error Handler or Scenario-level Fallback to execute a specific action if ANY module fails.

:thinking: What is the problem & what have you tried?

I am building complex scenarios with many modules. Currently, to ensure reliability, I have to manually attach an error handler route to every single module individually. This is very time-consuming and hard to maintain.

I want to know if there is a feature to set up a single ā€œGlobal Fallbackā€ action (like sending an email or webhook) that triggers automatically if an error occurs in ANY part of the scenario. I haven’t found a global setting for this in the scenario settings. Is there a native way to do this without adding routes to each module?

:clipboard: Error messages or input/output bundles

N/A (This is a general question about functionality/best practices, not a specific bug).

No native global error handler in Make right now, you still have to add error routes per module or use structured patterns (routers, sub, scenarios, try/catch, style handlers). So yeah, sadly there’s no one, click ā€œglobal fallbackā€ option yet.

1 Like

Thank you very much :slightly_smiling_face:

While there is no global error handler, what you can do is add a user to your account that catches all the error emails from Make itself. Use a mailhook as email address for that user, then you have a scenario as a kind-of global error handler.

Cheers,
Henk

P.S. Here is the feature request: https://www.make.com/en/platform-ideas/p/error-handleres-global-error-handler

2 Likes