Skip to main content
Telegram is the quickest channel to connect. You create a bot on Telegram, copy the one token it gives you, and paste it into Callivox. There is no webhook to configure and no developer account to register — Callivox wires up the rest for you. Anyone who messages your bot on Telegram shows up as a conversation in the inbox.

The Telegram connect dialog asks for a display name and the bot token, nothing else.

Before you start

You need a Telegram account. That is the whole list.

Create the bot

1

Message @BotFather

Open Telegram and search for @BotFather — the official bot for creating bots. Start a chat with it.
2

Run /newbot

Send /newbot. BotFather will walk you through two questions.
3

Give it a name and a username

First the display name, which is what people see at the top of the chat — “Acme Support” works well.Then the username, which must be unique across Telegram and must end in bot — for example acme_support_bot. If the name is taken, BotFather asks again.
4

Copy the token

BotFather replies with a token that looks like 1234567890:ABC.... Copy it.
Treat the bot token like a password. Anyone who has it can read and send messages as your bot. Do not paste it into a group chat, a ticket, or a shared document.
5

Polish the bot (optional)

Still in BotFather, /setuserpic sets the bot’s profile picture and /setdescription sets the text people see before they start the chat. Both are worth doing — they are the first thing a customer sees.

Connect it to Callivox

1

Open the connect dialog

Go to Settings → Channels, click + Connect channel and pick Telegram.
2

Fill in the two fields

Display name — how the channel appears in your inbox and settings.Bot token — paste the token from BotFather. The field is masked; use Show to check it pasted cleanly. Leaving it empty returns “Bot token is required.”
3

Click Connect

You will see the toast “Telegram channel connected” and the channel appears in the list as Active. Callivox registers the webhook with Telegram automatically, so there is nothing to copy back — no callback URL, no verify token.
4

Send it a message

Open your bot in Telegram and send it anything. It should appear in your inbox within seconds.
The connect dialog reminds you of the whole flow in one line: “Don’t have a bot yet? Message @BotFather on Telegram, run /newbot, and paste the token it gives you here.”
For BotFather’s own documentation, see Telegram’s guide to creating a bot.

Next steps

AI agents

Put an AI agent on the channel to answer automatically.

Managing channels

Rename, reconnect and delete channels.