Skip to content

Messengers

Connect chat platforms as inbound triggers or outbound channels. Wire a messenger to an AI Agent and it becomes a responsive bot; wire it to a Worker for full control.

BlockType IDPlatformDescription
Telegram AI Botai.telegram_botTelegramTurnkey AI bot — system prompt + LLM auto-replies, and a host for Telegram Mini Apps (see below).
Telegram (manual)messenger.telegramTelegramRaw Bot API — send/receive, you control the logic.
Telegram Channelmessenger.telegram_channelTelegramAuto-publish content to channels.
Telegram Readermessenger.telegram_readerTelegramParse public channels via a user-account reader.
WhatsAppmessenger.whatsappWhatsAppWhatsApp Business via the Meta Cloud API.
Discordmessenger.discordDiscordBot messages, notifications, commands.
Matrix Messengermessenger.matrixMatrixVoIP calls + chat over the Matrix protocol.

Turn any block into a Telegram Mini App

The Telegram AI Bot is more than a chat bot — it's also a host for Telegram Mini Apps. It has two independent slots, and you can use either or both at once:

  • Chat agent — wire an LLM (Claude, ChatGPT, Grok, DeepSeek, Groq) and the bot answers free-text messages.
  • Mini App — wire any viewable block (a Persona Twin, a Monitor, a Journal, a dashboard…) and publish it as a Telegram Mini App.

How to publish a Mini App:

  1. Drag an edge from a viewable block into a Telegram AI Bot.
  2. A blue "Make Mini App" pill appears in that block's header — click it.
  3. The block goes live as a Telegram Mini App with its own URL. Your users open a real, interactive view of that block right inside Telegram.

One bot, two roles

Wire a Persona Twin and an LLM agent to the same bot: users chat with the persona in free text and tap to open a rich Mini App view — all from a single Telegram bot. This is the "talk to a character" pattern.

Because the Mini App is just a published block, anything you can render on the canvas — a live call monitor, a persona dashboard with a 3D avatar, a data view — can become a shareable in-Telegram app without writing any front-end code.

How they connect

FromToWhat happens
Telegram AI BotClaude AgentThe bot answers Telegram messages using Claude
Persona TwinTelegram AI BotThe persona becomes a Telegram Mini App
MonitorTelegram AI BotThe dashboard is published as an in-Telegram Mini App
WorkerTelegramctx.telegram sends messages via the bot

NodeGraph Documentation