Skip to main content

Send a daily AI news digest email with Google News, OpenRouter, and Gmail

Workflow preview

Workflow preview
100%
Send a daily AI news digest email with Google News, OpenRouter, and Gmail preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow runs daily and pulls the latest AI related News from three Google News RSS searches, uses an OpenRouter LLM to pick and summarize the top items, then formats the result...

Best for

  • Social Media automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.merge, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.rssfeedread, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ravi Patel.

Original n8n.io source

1.1 Workflow description

Title
Send a daily AI news digest email with Google News, OpenRouter, and Gmail
Workflow name
Send a daily AI news digest email with Google News, OpenRouter, and Gmail

Quick overview

This workflow runs daily and pulls the latest AI-related News from three Google News RSS searches, uses an OpenRouter LLM to pick and summarize the top items, then formats the results into a styled HTML digest and sends it via Gmail.

How it works

  1. Runs every day at 9:00 based on the schedule trigger.
  2. Reads three Google News RSS feeds for “artificial intelligence”, “generative AI + LLM”, and “AI agents + automation tools” from the last 24 hours.
  3. Merges the RSS items, extracts key fields, removes duplicates by title, and keeps up to 15 articles.
  4. Sends the cleaned article list to an OpenRouter chat model to select the top 8 stories and return a JSON array with summaries and “why it matters” notes.
  5. Builds a formatted HTML email and subject line from the AI-generated JSON output.
  6. Sends the HTML digest to the configured recipient using Gmail.

Setup

  1. Add an OpenRouter API credential and select it in the OpenRouter chat model used by the summarization step,
  2. Add a Gmail OAuth2 credential and select it in the Gmail send step.
  3. Update the recipient email address in the Gmail node (and optionally adjust the schedule time and RSS feed URLs/queries to match your needs).

Requirements

  • OpenRouter account — free, no credit card needed, used for the Nemotron 120B AI model
  • Gmail account — used to send the daily digest via Gmail OAuth2
  • No other paid services, APIs, databases, or scraping tools required

Customization

  • You can change the three Google News RSS search queries in the RSS Feed nodes to track any topics beyond AI such as Web3, SaaS, fintech, geopolitics, or niche verticals relevant to your industry or clients.
  • The prompt inside the AI Chain node can be modified to change the number of selected stories, the summary style, the tone, or the output structure. You could also add a "Key Takeaway" field, change from 8 to 5 or 10 stories, or ask the AI to group articles by subtopic.
  • The HTML email template in the Build HTML Email code node is fully customisable you can change the color scheme, add your logo, include a header banner, add a footer with unsubscribe links, or reformat the article cards entirely to match your brand or client's newsletter style.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Merge All RSS Feeds

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 2 - Prepare Articles

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - AI Chain - Select & Summarize

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.4

Block 4 - Build HTML Email

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Send Email via Gmail

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 6 - OpenRouter Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 7 - Gen AI + LLM

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1

Block 8 - AI Agent

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1

Block 9 - Artificial Intelligence

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 10 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Schedule Trigger (9 AM)

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 18 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Send a daily AI news digest email with Google News, OpenRouter, and Gmail
Complexity advanced
Nodes 18
Categories Social Media, AI Summarization
Author Ravi Patel
Published 28 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15997/15997.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send a daily AI news digest email with Google News, OpenRouter, and Gmail do?

Quick overview This workflow runs daily and pulls the latest AI related News from three Google News RSS searches, uses an OpenRouter LLM to pick and summarize the top items, then formats the result...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, AI Summarization use case.