✨ Daily tech news curation with RSS, GPT-4o-Mini, and Gmail delivery

1,112 views · ✨ AI & LLMs

Description

How it works

This workflow automatically curates and sends a daily AI/Tech news digest by aggregating articles from premium tech publications and using AI to select the most relevant and trending stories.

🔄 Automated News Pipeline

  1. RSS Feed Collection - Fetches articles from 14 premium tech news sources (TechCrunch, MIT Tech Review, The Verge, Wired, etc.)
  2. Smart Article Filtering - Limits articles per source to ensure diverse coverage and prevent single-source domination
  3. Data Standardization - Cleans and structures article data (title, summary, link, date) for AI processing
  4. AI-Powered Curation - Uses Google Vertex AI to analyze articles and select top 10 most relevant/trending stories
  5. Newsletter Generation - Creates professional HTML newsletter with summaries and direct links
  6. Email Delivery - Automatically sends formatted digest via Gmail

🎯 Key Features

Setup Steps

1. 🔑 Required API Access

2. ☁️ Google Cloud Setup

  1. Create or select a Google Cloud Project
  2. Enable the Vertex AI API
  3. Create a service account with these permissions:
    • AI Platform Developer
    • Service Account User
  4. Download the service account JSON key
  5. Enable Gmail API for the same project

3. 🔐 n8n Credentials Configuration

Add these credentials to your n8n instance:

Google Service Account (for Vertex AI):

Gmail OAuth2:

4. ⚙️ Workflow Configuration

  1. Import the workflow into your n8n instance
  2. Update node configurations:
    • Google Vertex AI Model: Set your Google Cloud Project ID
    • Send Newsletter Email: Update recipient email address
    • Daily Newsletter Trigger: Adjust schedule time if needed
  3. Verify credentials are properly connected to respective nodes

5. 📰 RSS Sources Customization (Optional)

The workflow includes 14 premium tech news sources:

To customize sources:

6. 🚀 Testing & Deployment

  1. Manual Test: Execute the workflow manually to verify setup
  2. Check Email: Confirm newsletter arrives with proper formatting
  3. Verify AI Output: Ensure articles are relevant and well-summarized
  4. Schedule Activation: Enable the daily trigger for automated operation

💡 Customization Options

Newsletter Timing:

Content Focus:

Email Recipients:

Article Limits:

🔧 Troubleshooting

Common Issues:

Performance Tips:

This workflow transforms daily news consumption from manual browsing to curated, AI-powered intelligence delivered automatically to your inbox.

🔗 Nodes Used

RSS Read, Gmail, Schedule Trigger, OpenAI

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup