Telegram Integration
What it does
Import feedback from a Telegram group or channel, and let people message your bot directly.
How your data reaches Specky
Telegram has no history endpoint Specky can query, so data arrives only by webhook — Telegram tells Specky the moment something happens. That has one consequence worth reading twice:
Nothing that happened before you set the webhook up is recoverable. There is no backfill and no Sync button, because there would be nothing for it to fetch. Set the webhook up first, then generate the activity you care about.
What you'll need
Setup
Go to Settings → Integrations, find Telegram, and click Connect.
How to create a Bot
/newbot and follow the prompts to name your bot123456789:AA...)Finding your Chat ID
What Specky does with your bot
/book sends your booking link, anything else is logged as feedback with a thank-youData synced
After connecting
Everything Specky pulls in from Telegram shows up in Discovery alongside your other sources, and feeds synthesis, clustering, and the AI chat's answers about your product. You don't have to do anything with it directly — it's there so the rest of Specky has something to reason over.
Disconnecting Telegram removes both the connection and the signals it brought in.
Troubleshooting
See the Telegram integration page for what it's for and the questions people usually ask first, or the Integrations Overview for how integrations work in general.