Skip to main content

Curate and send weekly AI newsletters with Tavily, Gemini, and Gmail

Workflow preview

Workflow preview
100%
Curate and send weekly AI newsletters with Tavily, Gemini, and Gmail preview
Open on n8n.io

1. Workflow Overview

What this workflow does Automatically curates and sends a weekly newsletter by combining your internal blog posts with external news. The workflow researches your topic using Tavily, has Gemini wri...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.gmail, n8n-nodes-base.code, @tavily/n8n-nodes-tavily.tavily, n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.lmchatgooglegemini

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by AI Sales Agent HQ.

Original n8n.io source

1.1 Workflow description

Title
Curate and send weekly AI newsletters with Tavily, Gemini, and Gmail
Workflow name
Curate and send weekly AI newsletters with Tavily, Gemini, and Gmail

What this workflow does

Automatically curates and sends a weekly newsletter by combining your internal blog posts with external news. The workflow researches your topic using Tavily, has Gemini write professional newsletter content, and delivers a beautifully formatted HTML email via Gmail.

How it works

  1. Weekly Trigger - Runs on a configurable schedule (default: every 7 days at 9:30 AM)
  2. Dual Research - Tavily searches your company blog for internal updates AND external sources for market news in parallel
  3. AI Writing - Gemini generates a complete newsletter with warm intro, product updates section, and curated news
  4. Email Assembly - Merges AI content with a professional HTML template
  5. Delivery - Gmail sends the formatted newsletter to your subscribers

Setup steps

  1. Open the Set newsletter config node to customize:
  • Topic (what Tavily searches for)
  • Newsletter name, author, email title
  • Logo URL, blog URL, subscribe URL
  1. Add your Tavily API credentials (get a key at tavily.com)
  2. Add your Google Gemini API credentials
  3. Add your Gmail OAuth credentials
  4. Update the recipient email in the Send newsletter node
  5. Test with manual execution before enabling the schedule

API keys required

Service Purpose Cost
Tavily Web search for blog + news Free tier available
Google Gemini Newsletter writing Free tier available
Gmail Email delivery Free

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 - Weekly schedule trigger

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

Block 2 - Set newsletter config

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

Block 3 - Generate newsletter content

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

Block 4 - Send newsletter (Gmail)

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

Block 5 - Load email template

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

Block 6 - Build final email

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

Block 7 - Search company blog (Tavily)

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

Block 8 - Search external news (Tavily)

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

Block 9 - Combine search results

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

Block 10 - Aggregate all articles

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

Block 11 - Gemini 1.5 Flash

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

Block 12 - Extract news results

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

Block 13 - Extract blog results

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

Block 14 - Sticky Note

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

Block 15 - Sticky Note1

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

Block 16 - Sticky Note2

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

Block 17 - Sticky Note3

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

3. Summary Table

Workflow Curate and send weekly AI newsletters with Tavily, Gemini, and Gmail
Complexity advanced
Nodes 17
Categories Social Media, Multimodal AI
Author AI Sales Agent HQ
Published 14 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12714/12714.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 Curate and send weekly AI newsletters with Tavily, Gemini, and Gmail do?

What this workflow does Automatically curates and sends a weekly newsletter by combining your internal blog posts with external news. The workflow researches your topic using Tavily, has Gemini wri...

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