eavz
Telegram Bot

Telegram Bot

Build chatbots for Telegram

7 actions
1 trigger

Actions

Name
send_text_message

Send a message through a Telegram bot

send_media

Send a media message through a Telegram bot

get_chat_member

Get member info (or null) for provided chat id and user id

get_file

Get file information and download a file from Telegram

create_invite_link

Create an invite link for a chat

request_approval_message

Send an approval message to a chat and wait until the message is approved or disapproved

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_telegram_message

Triggers when Telegram receives a new message

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'telegram-bot',
  actionName: 'send_text_message',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Telegram Bot to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Telegram Bot support?

Telegram Bot supports 7 actions including Send Text Message, Send Media, Get Chat Member, Get File, Create Invite Link, and more.

Can I use Telegram Bot with AI agents?

Yes. Add Telegram Bot to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Telegram Bot use?

Telegram Bot uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Telegram Bot integration cost?

The Telegram Bot integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Telegram Bot support?

Telegram Bot supports 1 triggers including New message.

Connect Telegram Bot in 2 minutes

Get 1,000 free actions every month. No credit card required.