AI-Powered Telegram Assistant for Advanced Web Operations
detail.loadingPreview
Deploy a sophisticated AI assistant directly within Telegram, capable of understanding and responding to user queries. This workflow integrates advanced language models with powerful web automation and scraping tools, enabling your bot to perform complex online tasks and maintain intelligent conversations with memory.
About This Workflow
This robust n8n workflow creates an intelligent Telegram chatbot, leveraging the power of an AI agent and the Claude-3.7-Sonnet model via OpenRouter. What sets this assistant apart is its integration with a Bright Data MCP (Multi-purpose Capture Proxy) tool, allowing it to execute web searches, perform complex scraping, and automate browser actions directly from user prompts. The workflow ensures a seamless user experience by maintaining conversational memory for personalized interactions and displaying a "typing..." indicator during processing. It also includes robust error handling to keep your bot reliable and engaging.
Key Features
- Intelligent Telegram Chatbot: Interact with an AI assistant directly from your Telegram chats.
- Advanced Web Automation: Utilizes Bright Data MCP for sophisticated web search, scraping, and browser automation capabilities.
- AI-Powered Responses: Built on Langchain's AI Agent and the high-performance Claude-3.7-Sonnet LLM (via OpenRouter) for natural and insightful conversations.
- Contextual Memory: Maintains chat history per user, enabling personalized and coherent long-running conversations.
- Enhanced User Experience: Provides real-time "typing..." indicators and graceful error handling for a smoother interaction.
How To Use
- Telegram Bot Setup: Create a new bot with BotFather in Telegram and obtain your API token.
- Configure Webhook: Replace
<your-api-token>and<the url generated from your workflow>placeholders in the "Set Telegram Webhook" HTTP Request node. This registers your n8n workflow as the bot's endpoint. - OpenRouter Credentials: Add your OpenRouter API key as a credential in n8n for the "OpenRouter Chat Model" node.
- Bright Data MCP Integration: Set up your Bright Data MCP and host its SSE server (e.g., using Supergateway). Paste the SSE endpoint URL into the "MCP Client" node configuration, as hinted by the sticky notes.
- Activate Workflow: Once configured, activate the workflow in n8n. Your Telegram bot is now ready to respond to messages and perform web tasks.
Apps Used
Workflow JSON
{
"id": "74e03abd-6250-4fb1-9485-f91153ae45bd",
"name": "AI-Powered Telegram Assistant for Advanced Web Operations",
"nodes": 23,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 74e03abd-6250...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Related Workflows
Discover more workflows you might like
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
Google Sheets to Icypeas: Automated Bulk Domain Scanning
This workflow streamlines the process of performing bulk domain scans by integrating your Google Sheets data directly with the Icypeas platform. Automate the submission of company names from your spreadsheet to Icypeas for comprehensive domain information, saving valuable time and effort.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.