Delay
The Delay node pauses your workflow for a specified duration before continuing to the next step.
When to Use
Use Delay when you need to add a pause between workflow steps. Common uses include spacing out API calls, waiting before follow-up actions, or adding natural timing to outreach sequences.
Inputs
Pro tip: Use delays inside loops to avoid rate limiting when processing large batches of data through external APIs.