I’m trying to handle errors by add an HTTP request to error handler that POST a request to re-run the scenario starting from the previous module that caused the error. I tried url https://eu2.make.com/api/v2/scenarios/7495268/run and in the Body content { “startFromModule”: 7 } but I got Error: 400 Bad Request.
Yeah I dont think that’s viable. Modules require input from previous modules so I doubt they will ever introduce the ability to start a scenario from a random module.
You can try with the resume error handler or with a custom error handling path.