Skip to main content
A delay step pauses the Automation for a specified duration before continuing to the next step. Common use cases:
  • Email sequences — Space out emails in an onboarding series.
  • Cooldowns — Prevent sending too many emails in a short period.
  • Follow-ups — Give users time to take action before sending a reminder.

How it works

You can configure a “Time Delay” duration using natural language.Automation
The maximum delay is 30 days.

Configuration

config.duration
string
required
The delay duration in natural language (e.g. "1 hour", "3 days"). Maximum: 30 days.
Example
{
  "key": "wait_1_hour",
  "type": "delay",
  "config": {
    "duration": "1 hour"
  }
}