Summarize Private Equity & M&A News from RSS Feeds to Gmail with GPT-4

Go to Workflow
0 views
Built by Ali Muthana Ali Muthana
Created on June 09, 2026

Description

Who’s it for
This template is for professionals, students, and investors who want a simple daily finance briefing. It is useful for anyone who follows private equity, mergers & acquisitions, and general market news but prefers short summaries instead of reading long articles.

How it works
The workflow runs twice a day using a schedule trigger (default 09:00 and 15:00). It pulls articles from three RSS feeds: NYT Private Equity, DealLawyers M&A, and Yahoo Finance. The items are merged and limited to the five most recent stories. A code node formats them into a clean block of text. An AI Agent rewrites each article into a short, engaging 5–6 sentence summary. The results are delivered directly to your inbox via Gmail.

How to set up
Add your Gmail credential and replace {{RECIPIENT_EMAIL}} with your email.
Insert your OpenAI API key.
(Optional) Replace the RSS feed URLs with your preferred sources.
Adjust the schedule times if needed.

Requirements
n8n v1.112+
Gmail credential
OpenAI API key

How to customize
You can add more feeds, increase the number of articles, or translate summaries into another language. You can also deliver the summaries to Slack, Notion, or Google Sheets instead of email.

Nodes Used (4)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
Gmail
n8n-nodes-base.gmail
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi