Hi, I have a workflow that trigger when an invoice has been updated. Then we do a few steps then email teh invoice. There is a 60 requests per minute limit on the API for the sending email step but occasionally we go over this.
I have added a delay before the send step but it doesn't work because each iteration is a separate workflow. Is there a better way to do it? is there a way to have a delay between on a step being ran between workflows?
I have added a delay before the send step but it doesn't work because each iteration is a separate workflow. Is there a better way to do it? is there a way to have a delay between on a step being ran between workflows?