Telegram
Telegram is the fastest channel to go live — no review, no approval. You create a bot with Telegram’s @BotFather, paste its token into ChatterMate, and your AI agent answers every message the bot receives.What you’ll need
- A Telegram account (to talk to @BotFather).
- Two minutes.
Step 1 — Create a bot and copy the token
1
Open BotFather
In any Telegram app, search for @BotFather (the one with the blue verified checkmark) and open a chat with it.
2
Create the bot
Send
/newbot. BotFather asks for:- a display name (e.g. “Acme Support”) — what customers see.
- a username ending in
bot(e.g.acme_support_bot) — must be unique.
3
Copy the token
BotFather replies with a token that looks like
123456789:AAF.... Copy it — this is the only credential ChatterMate needs.Step 2 — Connect in ChatterMate
1
Open the Telegram card
Go to Settings → Integrations and click Connect on the Telegram card.
2
Paste the token and pick an agent
Paste the bot token, choose the AI agent that should answer, and confirm. ChatterMate validates the token with Telegram, then registers the webhook automatically — there’s nothing to configure on Telegram’s side.
Self-hosting: Telegram delivers messages via webhook, so it needs to reach your backend over public HTTPS. Make sure
BACKEND_URL is your public domain (not localhost) before connecting — ChatterMate surfaces Telegram’s exact error if the webhook can’t be set.