Skip to main content

Wait

The Wait node pauses the flow for a specified amount of time before continuing.

It is useful for creating delays in your flow, such as when you want to give the user time to read a message before proceeding.

Empty Wait Node

Properties

It has only one property, Duration, which allows you to set the amount of seconds to wait before continuing the flow.

Wait Node Settings

Best Practices

Rules of thumb
  1. Use the Wait node to create delays in your flow.
  2. Keep the wait time short to maintain user engagement.
  3. Use the Wait node sparingly to avoid frustrating users with long delays.