What This Workflow Does
In today's fast-moving business landscape, staying updated on AI developments, market trends, or your specific industry can consume hours each week. Manual news browsing is inefficient and often leads to information overload or missed critical updates.
This n8n workflow solves that problem through complete automation. It runs on a schedule (weekly by default), automatically fetches recent articles from thousands of sources via NewsAPI based on your custom topics, uses GPT-5.1 to intelligently select the 5 most relevant non-overlapping stories, enriches each with additional context via Tavily search, and delivers a clean, readable newsletter directly to your Telegram—in your preferred language.
The result is a personalized, AI-curated news briefing that arrives automatically, saving you research time while ensuring you never miss important developments in your field.
How It Works
The workflow follows a sophisticated pipeline that transforms raw news data into actionable intelligence.
1. Schedule Trigger & Topic Configuration
The automation begins with a schedule trigger (set to weekly Sundays at 9:00 by default). A configuration node lets you set comma-separated topics (like "AI,startups,LLMs" or "web dev,TypeScript") and your preferred output language.
2. News Aggregation via NewsAPI
An HTTP Request node calls the NewsAPI with your topics converted to search queries. It fetches the most relevant articles from the past 7 days, sorted by relevance, from thousands of reputable publications.
3. AI-Powered Relevance Filtering
GPT-5.1 analyzes all retrieved articles against your specified topics. It selects the 5 most relevant, non-overlapping stories, extracting title, summary, source, and URL for each—already formatted in your chosen language.
4. Content Enrichment with Tavily Search
Each selected article passes through an AI Agent node that uses Tavily to find 2-3 additional reliable sources on the topic. The agent updates titles if needed and creates concise 1-3 sentence summaries combining information from all sources.
5. Delivery to Telegram
The final step aggregates all enriched articles into a clean Markdown-formatted message and sends it to your specified Telegram chat or channel via a bot. You receive a professional-looking digest with titles, summaries, and source links.
Who This Is For
This automation delivers exceptional value for several professional profiles:
Executives & Decision-Makers: Stay informed on market trends, competitor moves, and industry developments without time-consuming research.
Marketing & PR Professionals: Track brand mentions, campaign coverage, and industry news to respond quickly to opportunities or crises.
Researchers & Academics: Monitor publications, funding announcements, and breakthrough developments in your specific field.
Investors & Analysts: Receive curated intelligence on portfolio companies, market sectors, and emerging technologies.
Content Creators & Journalists: Discover story ideas, track trending topics, and gather background research efficiently.
Any professional who needs to stay informed but values their time will benefit from this automated curation system.
What You'll Need
- NewsAPI Key: Free account from newsapi.org provides access to thousands of news sources.
- Tavily API Key: Generous free tier available from app.tavily.com for web search and enrichment.
- OpenAI API Key: Required for GPT-5.1 access to power the AI selection and summarization.
- Telegram Bot & Chat ID: Free setup via BotFather and your personal/group/channel ID for delivery.
- n8n Instance: Self-hosted n8n or n8n.cloud account to run the workflow.
Pro tip: Start with broad topics and refine based on what the AI selects. The system learns from your implicit feedback—if you consistently click certain types of articles, adjust your topics accordingly.
Quick Setup Guide
Getting your automated news digest running takes about 15 minutes:
- Download & Import: Click the download button above and import the JSON file into your n8n instance.
- Configure Credentials: Set up credentials for NewsAPI, Tavily, OpenAI, and Telegram in n8n's credentials management.
- Customize Topics: Open the "Set topics and language" node and enter your comma-separated interests and preferred language.
- Set Delivery Channel: In the Telegram node, enter your bot token and the chat ID where you want digests delivered.
- Adjust Schedule: Modify the schedule trigger to your preferred frequency and time (daily, weekly, etc.).
- Test & Activate: Run the workflow once manually to verify everything works, then activate it to run automatically.
Key Benefits
Save 2-5 hours weekly previously spent manually scanning news sources, aggregating information, and determining relevance.
Never miss critical updates with systematic, scheduled monitoring that works while you sleep or focus on other tasks.
Reduce information overload through intelligent AI filtering that delivers only the most relevant 5 stories rather than hundreds of headlines.
Gain competitive intelligence by tracking specific competitors, technologies, or market developments automatically.
Multi-language support lets you receive digests in any language, with AI handling translation and localization automatically.
Complete customization allows you to control sources, topics, frequency, and delivery channel to match your exact needs.