Skip to content

Quick Start

Follow these steps to launch your first Telegram support bot in about 10 minutes.

Overview

  1. Register & login → 2. Create a project → 3. Activate Bot Token → 4. Create commands → 5. Build flows → 6. Publish → 7. Chat with users

Step 1: Create a project

  1. Open Projects from the sidebar.
  2. Click New Project, enter a name (required) and optional remark.
  3. Accept the terms and click Agree & Continue.

Projects

New project

Step 2: Activate the bot

  1. Choose Activate Bot Token from the project menu.
  2. In Telegram, open @BotFather and send /newbot.
  3. Paste the API Token into the activation dialog and click Activate.

Project details

Activate bot

See Activate Bot for details.

Step 3: Create and publish commands

  1. Open Command Builder from project details.
  2. Edit the default start command or add a new one.
  3. Add steps in the builder and click Publish.

Command builder

Step 4: Start serving users

  • Chat Sessions — reply to users in real time.

Chat sessions

  • Bulk Messaging — create campaigns for your bot subscribers.

Bulk messaging

TG-Staff