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. š ...
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.