This n8n workflow automatically retrieves recent Reuters news articles related to a user-specified keyword, summarizes the main findings using Google Gemini, formats the output into styled HTML, and sends a clean email report to a specified address. π What It Does - Collects news data from Bright Data's Reuters dataset. - Sorts and filters top 10 most recent news articles by publicationdate. - Sends structured news data to Gemini Flash for summarization. - Converts Gemini's response (in Markdown

This n8n workflow automatically retrieves recent Reuters news articles related to a user-specified keyword, summarizes the main findings using Google Gemini, formats the output into styled HTML, and sends a clean email report to a specified address. π What It Does - Collects news data from Bright Data's Reuters dataset. - Sorts and filters top 10 most recent news articles by publicationdate. - Sends structured news data to Gemini Flash for summarization. - Converts Gemini's response (in Markdown) into styled HTML. - Delivers a concise news briefing via email, including clickable source links and topic highlights. π οΈ Step-by-Step Setup 1. User Form: Accepts a keyword from the user via an n8n form trigger. 2. Bright Data API: Posts a discovernew request to Bright Data's Reuters dataset using the keyword. 3. Snapshot Polling: Waits and checks for dataset readiness using the snapshot ID. 4. Data Retrieval: Downloads the news data once the snapshot is complete. 5. Parsing: Filters and sorts the latest 10 articles using a Python Code node. 6. AI Analysis: Google Gemini summarizes the filtered content into one briefing. 7. Markdown β HTML: Converts AI response into styled HTML using Markdown + Code node. 8. Email Delivery: Sends the briefing as an email to a predefined recipient. π§ How It Works - Polling Control: Uses Wait and If nodes to handle Bright Data snapshot readiness. - Date Sorting: Publication dates (ISO 8601 format) are parsed and used for sorting. - AI Summarization: Gemini condenses multiple articles into one cohesive summary. - Formatting: Clean HTML with readable styles is generated dynamically before sending. π¨ Final Output The email includes: - A brief summary of the most important developments - Date range of the collected news - Topics covered π Credentials Used Bright Data API (replace YOURAPIKEY in the HTTP nodes) Google Gemini (Flash) API Email SMTP (configured in Email Send node) β οΈ Notes - You must replace all YOURAPIKEY placeholders in Bright Data request headers with your actual Bright Data API key. - You can customize the keyword prompt and output style freely. - I would recommend to keep the sort = relevance option for best chronological results - sorting by date is handled later.
Download the workflow JSON file after purchase.
Open n8n β click the menu β Import from File.
Select the downloaded JSON and import.
Set up credentials for each node that requires them.
Click Execute Workflow to test, then activate.
Setup guide included
Purchase to unlock the full step-by-step guide
No reviews yet
Be the first to buy and share your experience.
Leave a review
Sign in to share your experience with this workflow.
Create a free account to purchase workflows.
Need help setting this up?
Book a 3-hour live setup session with an Agility consultant.