Automate your daily news consumption using this n8n workflow. It pulls data from multiple APIs, summarizes it with Google Gemini, and delivers a concise briefing via Telegram.
Download this n8n workflow template and start using it instantly.
This robust automation addresses the need for curated, timely information delivery. By leveraging the power of n8n, this system runs daily, pulling news from both NewsAPI and GNewsAPI. The merged raw data is then fed into a powerful AI Agent, powered by the Google Gemini Chat Model, which is instructed to create a concise, high-quality summary or briefing. This entire process, built as a specialized n8n workflow, saves significant time and ensures users stay updated effortlessly. It's a prime example of how an n8n node can handle complex data flows, from external HTTP requests to sophisticated AI processing, culminating in a simple Telegram message delivery. This n8n template showcases advanced integration capabilities.
ExtractAllNews and ExtractAllNews1) to standardize the format.To implement this n8n workflow, follow these steps:
Schedule Trigger (Trigger workflow at 6am everyday): This serves as the primary n8n trigger, initiating the entire n8n workflow at a fixed time daily (6:00 AM in the specified timezone).
DateTime (Substract Current date by one): A core logic n8n node used to calculate a dynamic date range, ensuring the news fetch targets articles published yesterday.
HTTP Request (News Source: NewsAPI / GNewsAPI): Two parallel n8n nodes responsible for fetching raw JSON data from external news aggregators. Key configuration involves API endpoints, query parameters (like search terms and date filters), and API key credentials.
Set (ExtractAllNews / ExtractAllNews1): Used to normalize the structure of the data coming from the two different API sources before merging, simplifying downstream processing in the n8n workflow.
Merge: This crucial n8n node combines the item lists from both NewsAPI and GNewsAPI into a single payload, ensuring the AI Agent has all data points to work with.
Google Gemini Chat Model: Provides the necessary LLM connection and configuration, acting as the foundational AI intelligence engine for the Langchain Agent n8n node.
AI Agent (Langchain Agent): The primary processing n8n node. It receives the merged news data, uses the Gemini model, and executes reasoning steps to generate the final summarized text according to the internal prompt.
Telegram: The final action n8n node, configured to send the comprehensive AI-generated news briefing to the target recipient or group via Telegram. This finishes the execution of the n8n template.
Implement a powerful n8n workflow to deliver scheduled or on-demand weather reports from OpenWeatherMap directly to Telegram. Use this n8n template today for seamless weather monitoring.

Automate company data extraction from DNB using Bright Data scraping, OpenAI LLMs (GPT-4o-mini), and a structured JSON schema within this advanced n8n workflow. Deploy powerful n8n templates for data enrichment.

Automate daily cyber threat intelligence gathering from 10+ RSS feeds, use Gemini AI via an n8n workflow to summarize, deduplicate, and generate high-signal daily and viral topic digests.

Automate a daily AI news digest using this advanced n8n workflow. Scrape Hacker News, summarize articles with GPT-5, and deliver a styled email digest right to your inbox. Use this n8n template for content curation.

Use this powerful n8n workflow to automate the curation and summarization of the latest AI industry news. It utilizes RSS feeds and OpenAI's GPT models to draft engaging, review-ready LinkedIn content daily.

Ph.D. in Machine Learning from the University of Toulouse. Experienced automation consultant specializing in optimizing workflows for Content creation and Marketing teams.







































