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

Input

Description

duration

The amount of time to wait

unit

The time unit: seconds, minutes, hours, or days



Pro tip: Use delays inside loops to avoid rate limiting when processing large batches of data through external APIs.