Telegram in your Sendio inbox

Add Telegram to the same inbox as WhatsApp and Discord: reply to text, files and stickers from one place. Connect your bot in a minute by pasting the token.

Key features

Telegram

Text and media messages
Stickers and GIFs
Groups and channels
Inline keyboards and buttons
Files up to 2GB
Real-time webhooks

TECHNICAL DETAILS — NEED AN API?

Send a message with a single call

One POST to /api/v1/messages/send/text. No complex SDKs.

Sendio lets you send Telegram messages via API with a single POST to /api/v1/messages/send/text. Integrate Telegram bots, send text, media, and stickers with native idempotency, signed webhooks, and a free plan with 500 messages/month.

cURL
curl -X POST https://api.sendio.dev/api/v1/messages/send/text \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "channelId": "8f14e45f-ceea-4f3a-9b5d-2c1e7a4d4173",
    "to": "@username",
    "payload": {
      "type": "text",
      "text": "Hello from Sendio!"
    }
  }'

View docs

Available on these plans

Free

$0/mo

Included

Developer

$19/mo

Included

Starter

$79/mo

Included

Professional

$229/mo

Included

Scale

$699/mo

Included

Try Sendio for free

500 free messages per month. No credit card required.

Telegram API — Sendio — Sendio