Skip to main content

Send scheduled RSS news digest emails with formatted HTML in Gmail

Workflow preview

Workflow preview
100%
Send scheduled RSS news digest emails with formatted HTML in Gmail preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Scheduled RSS News Digest Emails with Gmail Automatically send beautifully formatted news digests from any RSS feed (e.g., Prothom Alo) directly to your Gmail inbox on a schedule using this n8n ...

Best for

  • Social Media automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.xml, n8n-nodes-base.code, n8n-nodes-base.httprequest

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send scheduled RSS news digest emails with formatted HTML in Gmail
Workflow name
Send scheduled RSS news digest emails with formatted HTML in Gmail

📬 Scheduled RSS News Digest Emails with Gmail

Automatically send beautifully formatted news digests from any RSS feed (e.g., Prothom Alo) directly to your Gmail inbox on a schedule using this n8n workflow. Ideal for news curators, bloggers, media professionals, or anyone who wants a daily/weekly news summary in their email.


âś… Prerequisites

Before using this workflow, ensure you have the following:

  • An active Gmail account with OAuth2 credentials set up in n8n.
  • A public RSS feed URL (e.g., https://prothomalo.com/feed).
  • An instance of n8n running (self-hosted or via n8n cloud).
  • Basic familiarity with how n8n workflows function.

⚙️ Setup Instructions

1. Schedule Trigger

  • Triggers the workflow at your chosen interval (e.g., daily at 8 AM).
  • You can configure this under the interval section of the Schedule Trigger node.

2. HTTP Request – Get RSS from Prothom Alo

  • Fetches the latest RSS feed from your preferred news source.
  • Set the URL field to your desired RSS feed, such as https://prothomalo.com/feed.

3. Convert XML to JSON

  • Uses the XML node to parse the fetched XML into JSON format for further processing.

4. Code Node – Generate HTML News Preview

  • Transforms the parsed JSON into a styled HTML template.
  • Includes dynamic data like the article title, summary, author, category, and a “Read More” button.
  • The date is formatted to bn-BD locale for regional display.

5. Gmail Node – Send a message

  • Sends the generated HTML as an email.

  • Requires Gmail OAuth2 credentials to be configured.

    • Set the recipient address.
    • Use the generated HTML inside the message field.
    • Make sure to use Gmail OAuth2 credentials (you can set this under "Credentials").

đź›  Customization Options

  • RSS Feed Source: Replace https://prothomalo.com/feed with any RSS/Atom feed of your choice.
  • Email Design: Modify the embedded HTML/CSS in the Gmail node and code block to reflect your brand/theme.
  • Language & Locale: Adjust the date and formatting based on your preferred locale (e.g., en-US, bn-BD, etc.).
  • Email Frequency: Set your schedule to send digests hourly, daily, or weekly.

đź§ą Flow Overview

Schedule Trigger → HTTP Request → XML → Code (HTML Builder) → Gmail Send

đź’ˇ Use Cases

  • Daily Newsletters
  • Team Updates from Blogs
  • Industry Trends Monitoring
  • Client Briefings with Custom Feeds

This automated workflow ensures timely delivery of curated news in a mobile-responsive, branded HTML format. No manual copy-pasting — just scheduled insights, beautifully delivered.

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 - Send a message

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

Block 3 - Sticky Note

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

Block 4 - Convert XML to JSON

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

Block 5 - Generate HTML News Preview

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

Block 6 - Get RSS from Prothom Alo

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

3. Summary Table

Workflow Send scheduled RSS news digest emails with formatted HTML in Gmail
Complexity intermediate
Nodes 6
Categories Social Media
Author Sarfaraz Muhammad Sajib
Published 21 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6223/6223.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 scheduled RSS news digest emails with formatted HTML in Gmail do?

Scheduled RSS News Digest Emails with Gmail Automatically send beautifully formatted news digests from any RSS feed (e.g., Prothom Alo) directly to your Gmail inbox on a schedule using this n8n ...

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 use case.