Skip to main content

Daily newsletter service using Excel, Outlook and AI

Workflow preview

Workflow preview
100%
Daily newsletter service using Excel, Outlook and AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template builds a newsletter ("daily digest") delivery service which pulls and summarises the latest n8n.io template in select categories defined by subscribers. It's scheduled to run once...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.microsoftexcel, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.aggregate, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.chainllm

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Daily newsletter service using Excel, Outlook and AI
Workflow name
Daily newsletter service using Excel, Outlook and AI

This n8n template builds a newsletter ("daily digest") delivery service which pulls and summarises the latest n8n.io template in select categories defined by subscribers.

It's scheduled to run once a day and sends the newsletter directly to subscriber via a nicely formatted email. If you've had trouble keeping up with the latest and greatest templates beign published daily, this workflow can save you a lot of time!

How it works

  • A scheduled trigger pulls a list of subscribers (email and category preferences) from an Excel workbook.
  • We work out unique categories amongst all subscribers and only fetch the latest n8n website templates from these categories to save on resources and optimise the number of API calls we make.
  • The fetched templates are summarised via AI to produce a short description which is more suitable for our email format.
  • For each subscriber, we filter and collect only the templates relevant to their category preferences (as defined in the Excel) and ensure that duplicate templates or those which have been "seen before" are omitted.
  • A HTML node is then used to generate the email newsletter. HTML emails are the perfect format since we can add links back to the template.
  • Finally, we use the Outlook node to send the email digest to the subscriber.

How to use

  • Populate your Excel sheet with 3 columns: name, email and categories. Categories is a comma-delimited list of categories which match the n8n template website. The available categories are AI, SecOps, Sales, IT Ops, Marketing, Engineering, DevOps, Building Blocks, Design, Finance, HR, Other, Product and Support.
  • To subscribe a new user, simply add their email to the Excel sheet with at least one category.
  • To unsubscribe a user, remove them from the sheet.
  • If you're not interested in paid templates, you may want to filter them out after fetching.

Requirements

  • Microsoft Excel for subscriber list
  • Microsoft Outlook for delivering emails
  • OpenAI for AI-generated descriptions

Customising the workflow

  • Use AI to summarise the week's trend of templates types and use-cases
  • This template can be the basis for other similar newsletters - just pull in a list of things from anywhere!

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 - Schedule Trigger

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

Block 2 - Get Subscribers

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

Block 3 - Get Unique Categories

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

Block 4 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 5 - Aggregate

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

Block 6 - Collect Fields

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

Block 7 - Categories to Items

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

Block 8 - For Each Category

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

Block 9 - Workflows to Items

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

Block 10 - Workflow Summarizer

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

Block 11 - Merge

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

Block 12 - Fetch Latest 10 per Category

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - No Operation, do nothing

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

Block 14 - Get Relevant Workflows

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

Block 15 - Flatten Workflows

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

Block 16 - Remove Already Seen

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

Block 17 - Workflow to Items

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

Block 18 - Combine Workflows

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

Block 19 - Has New Workflows?

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

Block 20 - With User Reference

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

Block 21 - Generate HTML Template

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

Block 22 - Parse Rows

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

Block 23 - Send Daily Digest

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

Block 24 - Append Category

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

Showing the first 24 of 33 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Daily newsletter service using Excel, Outlook and AI
Complexity advanced
Nodes 33
Categories Social Media, AI Summarization
Author Jimleuk
Published 06 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3446/3446.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 Daily newsletter service using Excel, Outlook and AI do?

This n8n template builds a newsletter ("daily digest") delivery service which pulls and summarises the latest n8n.io template in select categories defined by subscribers. It's scheduled to run once...

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.