Skip to main content

Authentication Method

  • bot_token - Telegram bot token

Bot Token Setup

Step 1: Create a Telegram Bot

  1. Open Telegram and search for @BotFather
  2. Start a chat and send /newbot
  3. Follow the prompts to choose a name and username for your bot
  4. BotFather will send you a token like 123456789:ABCdef...
  5. Copy and store it securely
Storing Credentials:

Webhook Setup (Optional)

Telegram webhooks use a secret token for verification.
  1. Generate a random secret string
  2. Store it as the webhook signature:
  1. Register the webhook URL with Telegram:

Required Credentials Summary

For general information about how Corsair handles authentication, see Authentication.