Run event commands from Telegram

Use Telegram commands to create events, publish, manage discount codes, and more — all from a linked chat.

Once a chat is linked, you can run event management commands from it. The bot replies to your commands — it does not proactively send notifications (for example, new-order alerts are not delivered to linked chats).

Commands

  • /help — show all available commands
  • /tools — list available tools with their risk level
  • /dryrun <tool> <json> — preview what a tool would do without making any changes
  • /run <tool> <json> — execute a tool run (requires OWNER or OPERATOR role)
  • /confirm <runId> — approve a high-risk action that requires explicit confirmation before it runs

Typical workflow

  1. 1Send /tools to see what tools are available and their risk level.
  2. 2Send /dryrun create_event {...} to preview the result before committing.
  3. 3Send /run create_event {...} to create the event.
  4. 4For high-risk tools like publish_event, the bot replies with a runId. Copy it and send /confirm <runId> to approve.

Still need help?

Contact our support team — we typically respond within 1 business day.