Skip to main content

Send a daily AI news RSS digest with GPT-4o, Gmail, and Microsoft Excel

Workflow preview

Workflow preview
100%
Send a daily AI news RSS digest with GPT-4o, Gmail, and Microsoft Excel preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow runs on a daily schedule, pulls articles from one or more RSS feeds, filters out items already stored in Microsoft Excel, uses OpenAI to generate an HTML newsletter fro...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.gmail, n8n-nodes-base.set, n8n-nodes-base.splitout, n8n-nodes-base.rssfeedread, n8n-nodes-base.removeduplicates, n8n-nodes-base.microsoftexcel, n8n-nodes-base.code

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send a daily AI news RSS digest with GPT-4o, Gmail, and Microsoft Excel
Workflow name
Send a daily AI news RSS digest with GPT-4o, Gmail, and Microsoft Excel

Quick Overview

This workflow runs on a daily schedule, pulls articles from one or more RSS feeds, filters out items already stored in Microsoft Excel, uses OpenAI to generate an HTML newsletter from the newest links, and emails the digest (or a “no new articles” notice) to recipients.

How it works

  1. Runs on a Schedule Trigger at the configured hour and loads a list of RSS feed URLs.
  2. Reads each RSS feed and removes duplicate articles by link.
  3. Reads existing rows from a Microsoft Excel worksheet and keeps only articles whose links are not already in the sheet.
  4. If new articles exist, limits the batch, appends the new items to Microsoft Excel, and reduces the data to title/link pairs.
  5. Sends the new article list to OpenAI (GPT-4o-mini) to generate a complete HTML email newsletter.
  6. Sends the generated digest via Gmail to the configured recipients, or sends a fallback email stating that no new articles were found.

Setup

  1. Add credentials for OpenAI, Gmail, and Microsoft Excel (Microsoft account) used by the workflow.
  2. Update the RSS feed URL list in the “urls” field so it contains your news sources.
  3. Select your target Excel workbook and worksheet, and ensure the sheet has a “link” column so existing articles can be detected.
  4. Set the schedule time, and replace the placeholder recipient addresses (and sender address for the fallback email) in the email nodes.

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - Send a message

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

Block 8 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - Split Out

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

Block 10 - RSS Read

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

Block 11 - Remove Duplicates

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

Block 12 - Get rows from sheet

Type / Role
n8n-nodes-base.microsoftExcel - microsoftExcel
Config choices
Version 2.2

Block 13 - Compare Links

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

Block 14 - Send an Email

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

Block 15 - Limit

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

Block 16 - Code Reduce Fields

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

Block 17 - Edit Fields1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 18 - New Articles

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.3

Block 19 - New Articles2

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 20 - Append data to sheet

Type / Role
n8n-nodes-base.microsoftExcel - microsoftExcel
Config choices
Version 2.2

Block 21 - Schedule Trigger

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

3. Summary Table

Workflow Send a daily AI news RSS digest with GPT-4o, Gmail, and Microsoft Excel
Complexity advanced
Nodes 21
Categories Content Creation, Multimodal AI
Author Prakash Software
Published 15 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16369/16369.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 RSS digest with GPT-4o, Gmail, and Microsoft Excel do?

Quick Overview This workflow runs on a daily schedule, pulls articles from one or more RSS feeds, filters out items already stored in Microsoft Excel, uses OpenAI to generate an HTML newsletter fro...

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 Content Creation, Multimodal AI use case.