Hi everyone! I’m trying to add an error handler to my scenario in Make. Specifically, I want it to handle 400 errors from Mailgun. What I would like to achieve is that, even when a 400 error occurs, the scenario pauses for a brief moment and then continues with the email sending process. Could anyone guide me on how to set this up or if there’s a better way to handle this?
Hey there,
you can read a bit more on error handling here: https://www.make.com/en/help/errors/how-to-handle-errors-in-make/overview-of-error-handling-in-make
From your explanation, it sounds like you are looking for a Break error handler.
1 Like
What is the best way to handle a 400 error in the email sending process, ensuring that the system pauses briefly and then continues sending the email? What are the best error-handling practices for this scenario? The mailgun is the last module of my automation flow.
The Break module. You can configure it to wait a set amount of time and retry a set amount of times. For example - 5 retries every 2 minutes.
1 Like