Time Delay Node

Pauses the flow for a set amount of time before continuing — useful for spacing messages out naturally, or scheduling a follow-up a fixed time after an event (e.g. “check back in 1 hour” or “remind them tomorrow if they haven’t replied”).


How to Use

  1. Drag a Time Delay node onto the canvas and connect it between the two nodes you want to space apart.
  2. Set the delay using Days, Hours, and Minutes (minutes are selectable in 5-minute steps).
  3. That’s it — when the flow reaches this node, it pauses here and resumes automatically once the delay elapses, continuing to whatever’s connected next.

Validation

  • The total delay must be greater than 0 and no more than 30 days.

Summary

  1. Add the node between the two steps you want to separate.
  2. Set the delay duration (up to 30 days).
  3. The flow pauses here — no server or app needs to stay open for this, it resumes automatically on schedule and continues to the next node.