Telegram Bot: Client Guide
A Telegram bot is your personal assistant that will send you notifications about new applications, reports, or errors directly to your messenger.
To set up the integration (for example, through n8n), you need to create a bot and provide us with its API Token.
Part 1: Creating a Bot via @BotFatherโ
All bots in Telegram are created through one "main" bot called BotFather (Father of Bots).
- Find BotFather: Search for
@BotFatherin Telegram (it should have a blue checkmark) or go to: t.me/BotFather. - Start it: Click the Start button.
- Create a new bot: Send the command
/newbot. - Give it a name: Enter your bot's name (e.g.,
My Business Notifications). This is what users will see. - Choose a username: Enter a unique bot address that must end with
bot(e.g.,my_business_1it_bot).
BotFather will send you a message with your HTTP API Token.
It looks something like this: 723456789:ABCDefghIJKLmnOPqrstUVWXYZ12345.
Part 2: How to Share Access with the Developerโ
API Token is the key to your bot. Anyone who has this key can send messages on behalf of the bot.
- Copy the token: Just click on it in Telegram, and it will be copied to the clipboard.
- Share it with us: Send this code to your manager or developer through a secure communication channel.
Never publish this token in public groups or social networks. If you accidentally exposed the token โ just send the /revoke command to BotFather, and it will issue a new one.
Part 3: How to Get Your Chat IDโ
For the bot to know exactly who in Telegram to send messages to, the system needs your Chat ID (unique number of your profile).
- Start your bot: Go to the link of your newly created bot and click Start.
- Write to it: Send any message to the bot, for example, the word "Hello".
- Find out your ID: * The easiest way: forward any message (yours or from the bot) to the special bot
@userinfobot.- It will send you a number (e.g.,
123456789). This is your Chat ID.
- It will send you a number (e.g.,
Part 4: What to Do Next?โ
After you provide the API Token and Chat ID, our specialist will:
- Connect the bot to your system (n8n, CRM, or website).
- Set up message sending scenarios.
- Run a test (you'll receive a message: "Test notification: Telegram connection established").
If you want notifications to go not only to you but also to your colleagues:
- Create a group in Telegram.
- Add your bot there.
- Send
/startin the group. - Our specialist will help you find the ID of this group for setting up the distribution.