Generate Structured Article Summaries with Telegram, Claude AI & Jina Reader

Go to Workflow
0 views
Built by Dahiana Dahiana
Created on June 15, 2026

Description

Article summarizer bot

Send any URL to your Telegram bot and get an AI summary instantly.

What it does

Receives URLs via Telegram
Fetches clean article content (removes ads, navbars)
Generates AI summary
Sends formatted summary back to Telegram


How to set up

Create Telegram bot
Message @BotFather on Telegram
Run /newbot and follow prompts
Copy your bot token
Add credentials to n8n

Get API keys (optional but recommended)
Jina AI: Sign up at jina.ai/reader
Add keys to nodes

Configure AI model and output parser format


Requirements

Telegram bot token
OpenRouter API key or any other LLM you have


How to customize

Change summary format: Edit prompt in "Summarize Article" node
Update Output Parser schema (title, tags, etc)
Save to database: Enable Google Sheets node or add Notion/Airtable
Different language: Modify prompt to force specific language

Nodes Used (6)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Google Sheets
n8n-nodes-base.googleSheets
HTTP Request
n8n-nodes-base.httpRequest
OpenRouter Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenRouter
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured
Telegram
n8n-nodes-base.telegram