Block 1 - Ollama Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOllama - lmChatOllama
- Config choices
- Version 1
This workflow automatically converts incoming RSS/news articles into structured, AI enriched content records. It uses a local AI model to summarize articles, extract metadata, and classify content ...
@n8n/n8n-nodes-langchain.lmchatollama, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.postgres, n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.noop, n8n-nodes-base.linkedin, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jyothish S L.
Original n8n.io sourceThis workflow automatically converts incoming RSS/news articles into structured, AI-enriched content records. It uses a local AI model to summarize articles, extract metadata, and classify content before storing it in PostgreSQL. A human-in-the-loop approval step via Telegram ensures only validated content is published to LinkedIn, maintaining quality and brand safety.
⚙️ How it works Fetch RSS feed articles → AI summarizes content using Ollama → Extracts category, keywords, sentiment, and key points → Stores structured data in PostgreSQL → Sends content to Telegram for human approval → User approves or rejects → Approved content is marked in database → Automatically publishes approved posts to LinkedIn
📦 Requirements
n8n (latest version) PostgreSQL database Telegram Bot API credentials LinkedIn Developer App (OAuth2) Ollama (local AI runtime) with model like qwen2.5:3b RSS feed source (e.g., Ars Technica or any news feed)
📊 Database Table Required: rss_feed_articles
Stores AI-processed articles, metadata, and approval status for controlled publishing workflow.
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 32 workflow blocks. Download the JSON for the full node graph.
| Workflow | Publish LinkedIn posts from RSS using Ollama, PostgreSQL and Telegram approval |
|---|---|
| Complexity | advanced |
| Nodes | 32 |
| Categories | Social Media, AI Summarization |
| Author | Jyothish S L |
| Published | 14 May 2026 |
Use the JSON export at /data/workflows/15720/15720.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.
This workflow automatically converts incoming RSS/news articles into structured, AI enriched content records. It uses a local AI model to summarize articles, extract metadata, and classify content ...
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 Social Media, AI Summarization use case.