Send an email if break does not resolve after n attempts

Will it be possible to do something like send an email or notify Slack if the error does not resolve after number of attempts I have set?

Like for example:

HTTP Module → Break (3 attempts) → Send email

It is not possible to put a send email after the break. This is great feedback and I would add it to Platform ideas and improvements.

Unless someone else has found away around this I would be interested also. :slight_smile:

You can use Make API to determine how many incomplete executions already exist for the scenario using the /dlqs endpoint. https://www.make.com/en/api-documentation/incomplete-executions.
If you’re able to pass the execution ID to a helper scenario you can likely monitor the scenario until it’s done then check if it has any incomplete executions. If so, then send off your notification email.

4 Likes