Skip to main content
A delay step pauses execution for a fixed amount of time before continuing to the next step.

Configuration

configuration
object

Example

{
  "id": "wait-24h",
  "type": "delay",
  "duration": "24 hours",
  "next": "send-followup"
}

Use cases

  • Wait before sending a follow-up email after purchase
  • Add a cooling-off period before processing a refund
  • Space out notifications to avoid overwhelming customers

Next steps