messaging
Telegram integration
Bot publishing, channel broadcasts, and inbox replies.
Overview
Create bots, broadcast to channels, and handle one-to-one conversations from the same inbox you use for every other platform.
Quick start
blazto.tsTypeScript
import { Blazto } from "@blazto/node";
const blazto = new Blazto(process.env.BLAZTO_API_KEY);
// Read the unified inbox
const threads = await blazto.inbox.list({ platform: "telegram" });
// Reply to a Telegram conversation
await blazto.inbox.reply({
threadId: threads[0].id,
text: "Thanks for reaching out — how can we help?",
});What you can do
- ✓Send messages to channels and groups
- ✓Receive inbound messages via webhook
- ✓Inline buttons and media support
Key endpoints
POST
Send a Telegram message./telegram/messagesPOST
Receive inbound messages./webhooks/telegramBuilt for
Community broadcasts
Push announcements to your Telegram channel from your CMS.
Related integrations
Ship the Telegram integration today
One API key, one SDK, every platform you need.
Start for free