Scenarios & Nodes September 07, 2026

Why does publishing a scenario fail or show validation errors?

When I click the Publish button in the Scenario Editor, it fails or shows validation warnings. What should I check to fix this?

Best answer

The TeleGo compiler validates your scenario before publishing to guarantee that users in Telegram never encounter dead ends or broken links.

Checklist for fixing publishing errors:

  1. Missing Start Node: Every active scenario must have at least one valid trigger node (typically the Start node) connected to a subsequent node.
  2. Disconnected / Orphan Nodes: If you placed nodes on the canvas that have empty input or output connections, either connect them to the flow or delete them if they are unused.
  3. Empty Required Fields: Nodes highlighted with a red outline or alert badge have unfilled required parameters:
    • Message nodes with an empty text card.
    • Input Question cards without a prompt or missing a variable name.
    • Condition nodes without defined comparison rules.
    • AI Agent nodes without a selected preset or model.
  4. Circular Loops Without User Interaction: Ensure your flow doesn't contain infinite automatic loops that would overwhelm Telegram's rate limits.

Your answer

You need to log in to ask a question.

Log in