Automated AI News Newsletter Curation
detail.loadingPreview
Automate your content curation with this n8n workflow, designed to gather the latest AI news from an RSS feed, intelligently filter and summarize articles, and compile them into a personalized HTML newsletter sent directly via Gmail. Save time and ensure your audience always receives relevant, high-quality content.
About This Workflow
This powerful n8n workflow streamlines the entire process of creating and distributing a curated AI news newsletter. It starts by fetching the newest articles from a specified RSS feed (e.g., all-ai.de). Articles are then processed, and intelligently filtered based on a 'rating' (implying an AI/LLM-powered assessment for relevance or quality) and summarized for brevity. The selected articles are dynamically formatted into a clean, professional HTML email. Finally, the personalized newsletter is automatically sent to your subscribers via Gmail, delivering valuable insights without manual effort. Perfect for staying informed or keeping your community updated effortlessly.
Key Features
- Automated RSS Feed Processing: Automatically reads and extracts key information (title, link, content, date) from any RSS feed.
- Intelligent Content Filtering: Filters articles based on predefined criteria, such as a 'rating' threshold (e.g., rating 7+), ensuring only the most relevant content is included.
- Dynamic Summarization: Extracts or generates concise summaries for each selected article, enhancing readability and engagement.
- Custom HTML Newsletter Generation: Automatically formats curated content into a professional and customizable HTML email body.
- Seamless Gmail Integration: Sends the compiled newsletter directly through your Gmail account to your target audience.
How To Use
- Configure RSS Feed: In the
RSS Readnode, replace the default URL with your desired RSS feed URL (e.g., a tech news blog, industry journal). - Define Content Structure: The
Reduce informationsnode extractstitle,link,isoDate,content, andword_count. Adjust these or add more fields if your RSS feed provides them. - Integrate LLM/AI (Implied): While not explicit in this snippet, the workflow implies an upstream process (or a hidden node) for generating
ratingandsummary. You'd typically integrate an LLM node (e.g.,ChatGPT,OpenAI,Custom LLM) here to process article content and output a rating and summary. - Set Filtering Logic: Adjust the
Rating 7+Ifnode's condition (leftValue: '={{ $json.rating }}',rightValue: 7) to match your desired relevance threshold for articles. - Customize HTML Output: Modify the
Format HTML EMailCodenode's JavaScript to tailor the newsletter's look and feel, adding your branding or preferred layout. Ensure the variables (item.json.title,item.json.summary, etc.) match your data structure. - Set Up Gmail Credentials: In the
Send Email Newsletternode, connect your Gmail account and configure the recipient email address(es), subject, and sender details.
Apps Used
Workflow JSON
{
"id": "69a7a5d8-b898-4023-bb14-668d21ee9f1d",
"name": "Automated AI News Newsletter Curation",
"nodes": 17,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 69a7a5d8-b898...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.
Automate Getty Images Editorial Search & CMS Integration
This n8n workflow automates searching for editorial images on Getty Images, extracts key details and embed codes, and prepares them for seamless integration into your Content Management System (CMS), streamlining your content creation process.