Recommended method to retry HTTP request on a schedule when initial response is empty?

Use a combination of the HTTP module Advanced Setting and Error Handler.

Like this.

More about error handler

​I would recommend you use an error handler (prefer Break) to automatically handle errors, reattempt run and store the incomplete execution for your manual fix. Just right-click on the module and select add an error handler (then select break).

Learn more about error handlers here: https://www.make.com/en/help/errors

Learn about the break: https://www.make.com/en/help/errors/retry#using-the-break-directive

Watch this video to see how to implement Break in your scenario: Create Project Folders | Make - 4 November 2022 | Loom

2 Likes