Skip to main content
The Date Check node evaluates the current date and routes the flow based on whether it matches configured criteria. It can also pause execution with an interruptible wait.

Behavior

  • Checks whether the current date matches the configured date criteria
  • Routes to True (match) or False (no match)
  • Optionally waits for a configured duration with an interruptible DTMF key
  • Can play a message while waiting

Configuration

ParameterTypeDefaultRange / OptionsDescription
durationnumber51–300Duration to wait
unitenum"seconds"seconds, minutesTime unit for the duration
interruptiblebooleantrueAllow interruption via DTMF
interruptKeystring"#"DTMF key to interrupt
playMessagebooleanfalsePlay a message during the check
waitMessagestring""Message to play

Output handles

HandleDescription
MatchCurrent date matches the configured criteria
No MatchCurrent date does not match

Use cases

Check if today is a promotional date. On match, play a special offer TTS before the main menu.
Route differently during holiday seasons. Combine with Time Check for full schedule control.
On event dates, route callers to a dedicated event information line instead of the standard menu.