Skip to main content

Create daily Israeli economic newsletter using RSS and GPT-4o

Workflow preview

Workflow preview
100%
Create daily Israeli economic newsletter using RSS and GPT-4o preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Daily Economic News Brief for Israel (Hebrew, RTL, GPT 4o) Overview Stay ahead of the curve with this AI powered workflow that delivers a daily economic summary tailored for professionals tracking ...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.emailsend, n8n-nodes-base.function, n8n-nodes-base.merge, n8n-nodes-base.html, n8n-nodes-base.aggregate, n8n-nodes-base.set, 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 Elay Guez.

Original n8n.io source

1.1 Workflow description

Title
Create daily Israeli economic newsletter using RSS and GPT-4o
Workflow name
Create daily Israeli economic newsletter using RSS and GPT-4o

Daily Economic News Brief for Israel (Hebrew, RTL, GPT-4o)

Overview

Stay ahead of the curve with this AI-powered workflow that delivers a daily economic summary tailored for professionals tracking the Israeli economy. At 8:00 PM Israel Time, this workflow:

  • Retrieves the latest articles from Calcalist and Mako via RSS
  • Filters duplicates and irrelevant stories
  • Uses OpenAI’s GPT-4o to identify the 5 most important stories of the day
  • Summarizes each article in concise, readable Hebrew
  • Generates a fully styled, responsive HTML email (with proper RTL layout)
  • Sends it to your inbox using your preferred SMTP email provider

Perfect for economists, analysts, investors, or policymakers who want an actionable and personalized news digest -- no distractions, no fluff.

Setup Instructions

Estimated setup time:

  • 10 minutes

Required credentials:

  • OpenAI API Key
  • SMTP credentials (for email delivery)

Steps:

  1. Import this template into your n8n instance.
  2. Add your OpenAI API Key under credentials.
  3. Configure the SMTP Email node with: Host (e.g. smtp.gmail.com) Port (465 or 587) Username (your email) Password (app-specific password or login)
  4. Set your target email address in the last node.
  5. (Optional) Customize the GPT prompt to adjust tone or audience (e.g. general public, policy makers).
  6. Activate the workflow and receive daily updates straight to your inbox.

Customization Tips

  • Change the RSS sources to pull from other Hebrew or international news websites
  • Modify the summarization prompt to fit different sectors (e.g. tech, health, politics)
  • Add integrations like Notion, Airtable, or Telegram for logging or distribution
  • Apply your branding to the HTML output (logos, footer, colors)

Why Use This?

This is more than a news digest. It’s an intelligent economic assistant that filters noise, highlights what matters, and keeps you informed-automatically.

You can set it up in 10 minutes and benefit every single day.

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 - Data Collection

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

Block 2 - Data Processing

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

Block 3 - AI Selection

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

Block 4 - Email Generation

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

Block 5 - Send Daily News

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

Block 6 - Get Date

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

Block 7 - Merge

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

Block 8 - Create HTML

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

Block 9 - Aggregate

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

Block 10 - Clean Text

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

Block 11 - Extract Text

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

Block 12 - Fetch HTML

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

Block 13 - Split Out

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

Block 14 - ChatGPT 4o

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 15 - Clean List

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

Block 16 - Sort List

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

Block 17 - Remove NaN

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

Block 18 - Merged RSS

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

Block 19 - Edit Fields - Mako

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

Block 20 - Edit Fields - Calcalist

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

Block 21 - RSS - Calcalist

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

Block 22 - RSS - Mako

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

Block 23 - Schedule Trigger

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

3. Summary Table

Workflow Create daily Israeli economic newsletter using RSS and GPT-4o
Complexity advanced
Nodes 23
Categories Social Media, AI Summarization
Author Elay Guez
Published 15 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3564/3564.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 daily Israeli economic newsletter using RSS and GPT-4o do?

Daily Economic News Brief for Israel (Hebrew, RTL, GPT 4o) Overview Stay ahead of the curve with this AI powered workflow that delivers a daily economic summary tailored for professionals tracking ...

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.