Run modules after error handling

How can you run actions after an error-handling module?

I have a scenario in which I send data to hubspot. I am not happy with my error handling, but I don’t know a better setup.

What I want is this:
When data isn’t valid I want to run a webhook with a 400 error and I want a Slack message.
I also want the scenario marked as erroneous / invalid.

In my scenario the error-handling works and the last two modules force the scenario as invalid. But there must be a better way to set this up with Make.com’s own error modules.

Since you want to receive a slack message for for errors, what function do you want the last 2 modules to provide?

Hey there,

since you can receive emails when a scenario breaks, you can configure a mailhook to be sent to trigger a Make scenario to send the Slack message instead. This way you don’t have to have the hack to break a scenario and force an error.