Scenarios & Nodes September 07, 2026

How do I make the bot wait for a user reply before sending the next message?

My bot sends multiple messages at once without waiting. How do I pause the scenario after a message and only send the next message once the user replies?

Best answer

To pause a scenario until the user responds:

  1. Open the Message Node that contains your message.
  2. Click Add Card → Input Question.
  3. Set the Answer Mode to Open (or Options if using buttons).
  4. Connect the output connector of this Message node to the next message.

Why this works:

Standard text cards inside a Message node are sent immediately. An Input Question card tells the execution engine to pause execution and await user action. The engine will not trigger subsequent linked nodes until the incoming user message satisfies the question card.

Your answer

You need to log in to ask a question.

Log in