Block 1 - Send a document
- Type / Role
- n8n-nodes-base.telegram - telegram
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Overview This workflow allows users to send any newspaper or article link to a Telegram bot. The workflow then: 1. Validates the URL 2. Scrapes the webpage (title, description, full text, images...
n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.splitout, n8n-nodes-base.httprequest, n8n-nodes-base.noop, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.documentdefaultdataloader
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mehedi Ahamed.
Original n8n.io sourceThis workflow allows users to send any newspaper or article link to a Telegram bot. The workflow then:
Perfect for: β News researchers β Students β Journalists β Telegram-based AI assistants β Automated media monitoring
A custom n8n Code node fetches the webpage and extracts:
Returns everything as structured JSON.
A Vision-Language Model analyzes the scraped content and outputs:
{
"news_summary": {
"headline": "",
"source_url": "",
"published_date": "",
"key_points": "",
"summary": "",
"extracted_images_url": ""
}
}
.txt report.Converts the summary into embeddings.
Stores the vector in an in-memory store.
Provides the user with a chat interface:
You receive:
β Telegram message summary
β Downloadable summary .txt file
β Extracted images (if available)
β Chat-based Q&A agent to explore the newspaper details
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | Chat with news articles using AI analysis in Telegram with vector search |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | Document Extraction, AI RAG |
| Author | Mehedi Ahamed |
| Published | 19 Nov 2025 |
Use the JSON export at /data/workflows/10996/10996.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Overview This workflow allows users to send any newspaper or article link to a Telegram bot. The workflow then: 1. Validates the URL 2. Scrapes the webpage (title, description, full text, images...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI RAG use case.