Team messaging
When a visitor asks for a human, Anhora opens a forum topic in your Telegram group. You bring your own bot from BotFather — paste the token in the Dashboard, then bind each Site to a forum-enabled supergroup. A site uses Slack or Telegram, not both. This is messaging handoff, not the chat widget or knowledge sync.
BYO BotFather token
Anhora does not ship a shared public bot for sales. Each project creates its own bot with BotFather, pastes the token in Dashboard → Integrations → Team messaging → Telegram. Anhora registers the webhook automatically — you do not paste a webhook URL into BotFather.
Open Telegram, talk to @BotFather, and run /newbot. Choose a display name and a username ending in Bot (for example AcmeShopBot). Copy the HTTP API token — treat it like a password.
Telegram → @BotFather
/newbot
Name: Acme Handoff
Username: AcmeHandoffBot
→ copy the token (123456:ABC…)Open https://app.anhora.net → Project → Integrations → Team messaging → Telegram. Paste the token and save. Anhora calls getMe, then setWebhook on your API. The webhook URL is unique per connection and uses a secret header — do not share the token or reuse it on staging and production.
Dashboard checklist:
1. Integrations → Team messaging → Telegram
2. Paste BotFather token
3. Save & register webhook
4. Confirm @username appears as connected
Webhook (registered automatically):
https://api.anhora.net/api/v1/handoff/telegram/webhook/{connectionId}The same bot can accept private DMs and run the same shopping assistant as the website widget (catalog cards, /human to escalate). Leave this off if the bot is only for the team inbox.
Dashboard → Telegram connection
→ Enable DMs
Customer commands:
/start /help
/human → open a team topic (Slack or Telegram)Telegram = live team inbox (forum topics) and optional customer DMs. Widget & knowledge live on /integrate. Prod URLs use https://api.anhora.net — self-hosted APIs substitute your PUBLIC_API_URL. Dashboard: https://app.anhora.net → Integrations → Team messaging. One bot token cannot serve two webhook URLs — do not share staging and production.
Knowledge emerging from light
Open your project, add a BotFather token under Team messaging, bind a forum group, and run a handoff smoke test.