Skip to main content

Create AI intelligence briefs from newsletters with Gemini, Slack, and Notion

Workflow preview

Workflow preview
100%
Create AI intelligence briefs from newsletters with Gemini, Slack, and Notion 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 automatically processes your industry newsletters and creates AI powered intelligence briefs that filter signal from noise. Perfect for busy professionals who need to stay informe...

Best for

  • Market Research automation workflows
  • AI RAG automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.gmail, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.scheduletrigger, n8n-nodes-base.filter, n8n-nodes-base.code, n8n-nodes-base.slack, @n8n/n8n-nodes-langchain.lmchatopenrouter

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create AI intelligence briefs from newsletters with Gemini, Slack, and Notion
Workflow name
Create AI intelligence briefs from newsletters with Gemini, Slack, and Notion

This n8n template automatically processes your industry newsletters and creates AI-powered intelligence briefs that filter signal from noise. Perfect for busy professionals who need to stay informed without information overload, it delivers structured insights directly to Slack while optionally saving content questions to Notion.

Who's it for

Busy executives, product managers, and content creators at growing companies who subscribe to multiple industry newsletters but lack time to read them all. Ideal for teams that need to spot trends, generate content ideas, and share curated insights without drowning in information.

How it works

The workflow runs daily to fetch labeled emails from Gmail, combines all newsletter content, and sends it to an AI agent for intelligent analysis. The AI filters developments through your specific business lens, identifies only operationally relevant insights, and generates thought-provoking questions for content creation. Results are formatted as rich Slack messages using Block Kit, with optional Notion integration for tracking content ideas.

Requirements

  • Gmail account with newsletter labeling system
  • OpenRouter API key for AI analysis (costs approximately $0.01-0.05 per run) or API key for a specific LLM
  • Slack workspace with bot permissions for message posting
  • Notion account with database setup (optional, for content question tracking)
  • Perplexity API key (optional, for additional AI research capabilities)

How to set up

1 Connect your Gmail, OpenRouter, and Slack credentials through n8n's secure credential system. 2. Create a Gmail label for newsletters you want analyzed and setup in the "Get Labeled Newsletters" node. 3. Update the Slack channel ID in the "Send to Slack" node.

The template comes pre-configured with sample settings for tech companies, so you can run it immediately after credential setup.

How to customize the workflow

  • Edit the "Configuration" node to match your industry and audience - change the 13 pre-defined fields including target audience, business context, relevance filters, and content pillars.
  • Adjust the cron expression in the trigger node for your timezone.
  • Modify the Slack formatting code to change output appearance, or add additional destination nodes for email, Teams, or Discord.
  • Remove Notion nodes if you only need Slack output.

The AI analysis framework is fully customizable through the Configuration node, allowing you to adapt from the default tech company focus to any industry including healthcare, finance, marketing, or consulting.

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 - Get Labeled Newsletters

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

Block 2 - Combine All Newsletters

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

Block 3 - AI Newsletter Analyst

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 4 - Daily Morning Trigger

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

Block 5 - Filter Out Empty Results

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

Block 6 - Format for Slack

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

Block 7 - Send to Slack

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

Block 8 - OpenRouter Chat Model

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

Block 9 - Output Parser Model

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

Block 10 - Split Out Questions

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

Block 11 - Save Questions to Notion

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

Block 12 - Perplexity Research Tool

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

Block 13 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 14 - Conversation Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 15 - Configuration

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

Block 16 - Sticky Note

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

Block 17 - Sticky Note1

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

Block 18 - Sticky Note2

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

Block 19 - Sticky Note3

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

3. Summary Table

Workflow Create AI intelligence briefs from newsletters with Gemini, Slack, and Notion
Complexity advanced
Nodes 19
Categories Market Research, AI RAG
Author Harry Siggins
Published 04 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8266/8266.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 Create AI intelligence briefs from newsletters with Gemini, Slack, and Notion do?

This n8n template automatically processes your industry newsletters and creates AI powered intelligence briefs that filter signal from noise. Perfect for busy professionals who need to stay informe...

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 Market Research, AI RAG use case.