Can one scenario automatically trigger or transition into another scenario when it finishes, or should I keep everything in one scenario?
Scenarios & Nodes
September 07, 2026
Can I connect or chain multiple scenarios together?
Best answer
Currently in TeleGo, each scenario operates independently based on its own entry triggers (such as /start, custom slash commands, or webhook events).
Best Practices:
- Combine Sequential Steps into One Scenario: If Step B must always happen right after Step A, place them as sequential nodes connected on the same scenario canvas. The visual editor is built to comfortably handle dozens of connected nodes.
- Use Commands or Buttons to Jump: If you want modular flows, you can place an inline button at the end of Scenario A that triggers a command (e.g.,
/catalog), which starts Scenario B. - Scenario Chaining in the Roadmap: Automatic scenario-to-scenario handoff nodes are planned in an upcoming update to make multi-scenario routing even easier.
Your answer
You need to log in to ask a question.
Log in