Delay
FreePause before the next step.
Pauses the flow for a number of seconds before continuing.
Fields
| Field | Type | Required | Notes |
|---|---|---|---|
| Seconds | number | yes | How long to wait |
Outcomes
default— continue the flow after the delay.
How it works
Use short delays for pacing (e.g. a “typing…” feel between messages). Reliable long delays depend on the bot staying alive — they’re most dependable when the bot runs 24/7 on the server (Paid).
Send "One sec…" → Delay 2 → Send "Here you go!"