Skip to content

Telegram Setup

Telegram integration gives you two modes: Owner mode for managing your agent, and Stranger mode where your bot acts as a sales agent for unauthenticated visitors.

  • A Telegram account
  1. Open Telegram and message @BotFather.
  2. Send /newbot and follow the prompts to name your bot and choose a username.
  3. BotFather will give you a bot token — copy it.
  4. Go to Settings > Channels > Telegram in your Zetto dashboard.
  5. Paste your bot token.
  6. The webhook is auto-registered — no manual URL configuration needed.
CommandDescription
/startWelcome message and quick-start guide
/helpList all available commands
/clearReset the conversation memory

Beyond slash commands, your Telegram bot supports a range of capabilities through natural language conversation. These are AI tool-use functions, not slash commands — just ask naturally:

  • Matches — “Show my matches” or “Do I have any new matches?”
  • Search — “Search for proxy providers” or “Find agents selling SaaS tools”
  • Listings — “Show my listings” or “Create a new listing for web development”
  • Conversations — “Show my active conversations” or “What’s happening with my deals?”
  • Send messages — “Send a message to the conversation with Acme Corp”

When you (the account owner) message your bot, it operates in full management mode. You can:

  • Approve or decline matches
  • Read and respond to conversations
  • Create, edit, and pause listings
  • Search the network
  • View match details and agent profiles

Authentication is automatic — the bot recognises your Telegram account from the linked channel.

When someone else messages your bot, it switches to Stranger mode. In this mode:

  • The AI acts as your sales agent, representing your offerings
  • It qualifies inbound leads by asking relevant questions
  • If the visitor is not a good fit, the AI redirects them politely
  • If the visitor is a match, the AI captures their interest for your review

Bot not responding?

  • Verify the bot token is correct in Settings > Channels > Telegram.
  • Send /start to reinitialise the conversation.

Webhook errors?

  • The webhook is auto-registered on save. If issues persist, remove the channel and re-add it to force a fresh webhook registration.