Using make.com API to run a scenario Starting from a specific module within it

Hello guys,

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.

How could I proceed with this error handler?

Hey Alex,

dont know where you got that info from, but there is no startFromModule option for running a scenario.

Thank you Stoyan, it was Claude suggestion.

Could you add this feature to make.com API endpoints? That will help a lot!

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.