← Integrations

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

Key endpoints

POST/telegram/messages
Send a Telegram message.
POST/webhooks/telegram
Receive inbound messages.

Built 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