> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nedzo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Wait action

> Pause a workflow for a fixed duration or until a specific date and time. Use delays to space out follow-ups, throttle messages, or schedule future actions.

Pause the workflow before continuing to the next step. Use delays to time your follow-ups, avoid sending messages too quickly, or schedule actions for specific days.

## 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 |

**Ranges:** 1 minute minimum, 60 days maximum.

**Example:** Wait 2 hours after a call before sending a follow-up SMS.

### 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) |

If the specified day/time has already passed this week, it waits until next week.

**Example:** Wait until Monday at 9:00 AM to start outbound calls for the week.

### Until date

Wait until a specific calendar date and time.

| Field | Required | Description       |
| ----- | -------- | ----------------- |
| Date  | Yes      | A specific date   |
| Time  | Yes      | Time on that date |

**Example:** Wait until a product launch date before sending announcement emails.

## 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:**

1. Trigger: Contact created
2. Action: Send email — Welcome message
3. Action: Wait 1 day
4. Action: Send email — Getting started guide
5. Action: Wait 3 days
6. Action: Voice call with onboarding agent
