workflows.fit
Back to n8n workflows
n8n templateFreeBy Danielle Gomes

Daily news digest: summarize RSS feeds with OpenAI and deliver to WhatsApp

This n8n workflow collects and summarizes news from multiple RSS feeds, using OpenAI to generate a concise summary that can be sent to WhatsApp or other destinations. Perfect for automating your daily news digest. šŸ” ...

DevelopmentCore NodesAILangchainFilterSetMergeOpen Ai
Loading interactive preview...

Template notes

This n8n workflow collects and summarizes news from multiple RSS feeds, using OpenAI to generate a concise summary that can be sent to WhatsApp or other destinations. Perfect for automating your daily news digest.

šŸ” Workflow Breakdown: Schedule Trigger Start the workflow on your desired schedule (daily, hourly, etc.).

🟨 Note: Set the trigger however you wish.

RSS Feeds (My RSS 01–04) Fetches articles from four different RSS sources.

🟨 Note: You can add as many RSS feeds as you want.

Edit Fields (Edit Fields1–3) Normalizes RSS fields (title, link, etc.) to ensure consistency across different sources.

Merge (append mode) Combines the RSS items into a single unified list.

Filter Optionally filter articles by keywords, date, or categories.