Actions
| Name | Description |
|---|---|
send_text_messageSend a message through a Telegram bot | Send a message through a Telegram bot |
send_mediaSend a media message through a Telegram bot | Send a media message through a Telegram bot |
get_chat_memberGet member info (or null) for provided chat id and user id | Get member info (or null) for provided chat id and user id |
get_fileGet file information and download a file from Telegram | Get file information and download a file from Telegram |
create_invite_linkCreate an invite link for a chat | Create an invite link for a chat |
request_approval_messageSend an approval message to a chat and wait until the message is approved or disapproved | Send an approval message to a chat and wait until the message is approved or disapproved |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_telegram_messageTriggers when Telegram receives a new message | Triggers when Telegram receives a new message |
Quick Start
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.