Get Telegram API Key

To use the Telegram node, you need a Bot Token. This guide describes how to create a Telegram Bot.


πŸ“‹ Prerequisites

  • βœ… Telegram App

πŸš€ API Key Issuance Steps

Step 1: Search BotFather

  1. Open Telegram
  2. Search for @BotFather
  3. Click "Start"

Step 2: Create New Bot

  1. Send /newbot command
  2. Enter Bot Name (displayed name, e.g., "My AI Helper")
  3. Enter Bot Username (unique ID, must end in bot, e.g., my_ai_helper_bot)

Step 3: Get Token

  1. If successful, BotFather sends a message containing the HTTP API Token
  2. Copy the token (123456:ABC...)

Step 4: Check Chat ID

  1. Send a message to your new bot
  2. Open browser and visit: https://api.telegram.org/bot<YOUR_TOKEN>/getUpdates
  3. Look for "chat":{"id":123456789...} in the JSON response
  4. Copy that number (Chat ID)

βš™οΈ CodeFreeAI Configuration

  1. Add Node: Drag "Telegram" node
  2. Enter Key: Paste Token into "API Key" field
  3. Enter Chat ID: Paste Chat ID into "Chat ID" field

🎯 Next Steps

results matching ""

    No results matching ""