Skip to main content
The Wait node pauses flow execution for a configurable duration. Optionally, it can play a message while waiting and allow the caller to interrupt with a DTMF key press.

Behavior

  • Pauses execution for the configured duration
  • Optionally plays a message during the wait
  • Can be interrupted by the caller pressing a DTMF key
  • Emits WAIT.COMPLETE when the wait finishes or WAIT.ERROR on failure

Configuration

Output handles

Use cases

Add a 2-second wait between a TTS message and a Transfer node to give the caller time to hear the full message.
Set duration: 30, unit: "seconds", playMessage: true, and waitMessage: "Please hold while we connect you." to play a hold message.
Wait 60 seconds with interruptKey: "*". If the caller presses *, skip the wait and proceed immediately to the next node.