Delay types
Duration
Wait for a fixed amount of time.| Field | Required | Description |
|---|---|---|
| Amount | Yes | How long to wait |
| Unit | Yes | Minutes, hours, or days |
Until day
Wait until a specific day of the week and time.| Field | Required | Description |
|---|---|---|
| Day | Yes | Monday through Sunday |
| Time | Yes | Time of day (e.g., 9:00 AM) |
Until date
Wait until a specific calendar date and time.| Field | Required | Description |
|---|---|---|
| Date | Yes | A specific date |
| Time | Yes | Time on that date |
Timezone
All delay types are timezone-aware based on your browser’s timezone at the time you configure the delay. The exact resume timestamp is calculated and stored, so the workflow resumes at the correct time regardless of daylight saving changes.During the wait
While a workflow is waiting:- The execution status shows as Waiting
- The scheduled resume time is recorded
- The workflow automatically resumes when the wait period ends
Example
Drip sequence:- Trigger: Contact created
- Action: Send email — Welcome message
- Action: Wait 1 day
- Action: Send email — Getting started guide
- Action: Wait 3 days
- Action: Voice call with onboarding agent
