Telegram
Send messages, manage chats, and run bot commands.
Auth: API keyCatalog preview
Tools
What your agent can do with Telegram
TELEGRAM_SEARCHSearch across Telegram records and content.
TELEGRAM_CREATECreate a new item in Telegram with validated fields.
TELEGRAM_UPDATEUpdate an existing Telegram item by id.
TELEGRAM_LISTList and filter Telegram items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Telegram from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "TELEGRAM_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'