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
Open BotFather
In any Telegram app, search for @BotFather (the one with the blue verified checkmark) and open a chat with it.
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.
Step 2 — Connect in ChatterMate
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.