Retry a workflow after an error

I have set up a SendGrid node to send email. I want to add a flow such that if the send email flow fails, we notify regarding error and then trigger the send email workflow again after a time lapse.

Is it possible to trigger the workflow again after an error has occured, if possible, please help regarding this.

Thanks in advance.

Hi @ayush10, welcome to the community :tada:

This isn’t a setting n8n offers on a workflow level I am afraid. However, you can configure the relevant nodes in your workflow to retry their action after hitting an error. To do so, click on the litte cog in the node details view and enable the “Retry On Fail” setting:

image

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.