Skip to main content

AI-curated Indian marketing newsletter with RSS feeds and Gmail delivery

Workflow preview

Workflow preview
100%
AI-curated Indian marketing newsletter with RSS feeds and Gmail delivery preview
Open on n8n.io

Important notice

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

1. Workflow Overview

How it works This workflow automatically generates a daily Indian marketing & advertising newsletter. It fetches articles from Campaign India and Economic Times BrandEquity feeds, merges them, and ...

Best for

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

Tools used

n8n-nodes-base.emailsend, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.splitinbatches, n8n-nodes-base.merge, n8n-nodes-base.if, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.rssfeedread

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
AI-curated Indian marketing newsletter with RSS feeds and Gmail delivery
Workflow name
AI-curated Indian marketing newsletter with RSS feeds and Gmail delivery

How it works

This workflow automatically generates a daily Indian marketing & advertising newsletter. It fetches articles from Campaign India and Economic Times BrandEquity feeds, merges them, and evaluates each story using an AI relevance filter. Only meaningful updates, such as brand launches, marketing campaigns, and changes to digital media, are retained.

Relevant stories are stored in an n8n Data Table and later used to build a clean HTML newsletter. Every day at 7:30 PM IST, the workflow composes the email and sends it via Gmail, with an optional SMTP fallback if Gmail fails. After sending, processed entries are removed to keep the next day’s digest fresh.

Set up steps

  • Add your Gmail and (optional) SMTP credentials.
  • Update the recipient email inside the Gmail/SMTP nodes.
  • Confirm the Data Table exists or let n8n create it automatically.
  • Adjust schedule timing if you want the newsletter at a different time.
  • Add or remove RSS feeds as needed (inside the brown “RSS Fetching Block”).

(Full explanations for each block are included as sticky notes inside the workflow.)

By Deepak Singh

If you need help or want custom automations: [email protected]

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 - Send Email

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

Block 2 - AI Agent

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

Block 3 - Loop Over Items

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

Block 4 - Merge

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

Block 5 - If

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

Block 6 - Schedule Trigger

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

Block 7 - Code

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

Block 8 - EconomicTimes Top Stories1

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

Block 9 - EconomicTimes Business of Brands

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

Block 10 - EconomicTimes Digital Marketing

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

Block 11 - Campaign India

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

Block 12 - Send a message

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

Block 13 - OpenAI Chat Model

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

Block 14 - Insert row

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

Block 15 - Get row(s)

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

Block 16 - Delete row(s)

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

Block 17 - Limit

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

Block 18 - Merge Feeds-1

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

Block 19 - Merge Feeds-2

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

Block 20 - Merge Feeds-All

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

Block 21 - Sticky Note6

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

Block 22 - Sticky Note7

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

Block 23 - Sticky Note8

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

Block 24 - Sticky Note9

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

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

3. Summary Table

Workflow AI-curated Indian marketing newsletter with RSS feeds and Gmail delivery
Complexity advanced
Nodes 25
Categories Social Media, AI Summarization
Author Deepak Singh
Published 27 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11281/11281.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 AI-curated Indian marketing newsletter with RSS feeds and Gmail delivery do?

How it works This workflow automatically generates a daily Indian marketing & advertising newsletter. It fetches articles from Campaign India and Economic Times BrandEquity feeds, merges them, and ...

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.