Automated News Summarizer with GPT-4o + Email Delivery
Fetches top news headlines every 10 minutes via NewsAPI, summarizes them with GPT-4o into bullet points, and emails a digest to recipients from a Google Spreadsheet.
This n8n workflow automates news monitoring and delivery by triggering every 10 minutes with a Cron node to fetch top headlines from NewsAPI via an HTTP Request. The raw news data is structured using a Set node, then passed to an AI Agent powered by OpenAI's GPT-4o model to generate a concise 5-bullet summary, making complex news digestible in seconds.
Next, it reads a list of email recipients from a Google Spreadsheet using the Email List node. The summarized content is formatted and sent as a
Platform
n8n
Category
Media & Entertainment
Price
$14.99
Creator
Maxim Luong
news summarizer
GPT-4o
NewsAPI
email automation
Google Sheets
OpenAI
cron trigger
AI agent
Gmail
content generation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.