← Back to blog

AI auto-reply on WhatsApp and Telegram

2026-05-22 · 8 min read

Total time from sign-up to first auto-reply: about ten minutes. Add your LLM keys in Settings → AI keys (OpenAI, Anthropic, or Gemini — any one is enough). Link a Telegram account via api_id/api_hash + SMS code. Link WhatsApp by scanning the Baileys multi-device QR.

Create a persona with name, role, biography, and a system prompt. The system prompt is the most load-bearing field. Upload knowledge-base files — PDF, DOCX, TXT, or Markdown. Max 50 KB per file, 5 files per persona.

On the persona edit page, pick the messenger accounts this persona should answer on. One persona can answer across many accounts. One account is answered by one persona at a time.

At runtime, a message arrives, gets pushed onto a Redis stream, the auto-reply consumer reads it, joins it with the linked persona, replays recent conversation history, calls the LLM with your API key, and posts the reply back on the same channel. Typical latency: 1–3 seconds end to end.

Optional voice reply via Cartesia, ElevenLabs, or OpenAI TTS. Toggle persona.voice_reply_enabled. Group chats are DMs-only by default — flip account.respond_in_groups per-account.

Start free trial → · All features →


Related