Marketing
Automatic Newsletter🚀 Email Newsletter -> Research -> Personal Newsletter (in Notion)
This n8n workflow automatically generates an AI newsletter weekly. It fetches recent AI news emails, uses AI to clean, filter the top 5 most important stories, and researches them with web search. It then finds relevant images, crafts a compelling subject line, and writes the…
Built · ~11 hours saved per week
AI-Powered Autonomous Newsletter Creation
Overview This workflow automates the entire process of creating a weekly "This Week in AI" newsletter. It begins by collecting recent articles from other popular AI newsletters, uses multiple AI agents to select the most important stories, research them further, find relevant images, write compelling copy, and generate a catchy subject line. The final, fully-formatted newsletter is then saved as a new page in Notion, ready for review and publishing. This automation transforms a time-intensive content creation process into a hands-off, scheduled task.
Technologies Used - n8n: The core automation platform coordinating the entire workflow. - Gmail: To fetch source material from specified newsletter subscriptions. - OpenAI (GPT-4o, GPT-4o-mini, etc.): Used for multiple AI-driven tasks including data cleaning, summarization, content filtering, copywriting, and subject line generation. - LangChain: To build a sophisticated AI agent capable of using tools for research. - Perplexity AI: Used as a web search tool by the AI agent for real-time, sourced research. - SerpApi: To perform Google Image searches and find relevant cover images for news articles. - Notion: As the final destination for the drafted newsletter content. - ConvertKit (Disabled): An alternative output for posting the newsletter as an email broadcast.
AI Integration AI is the cornerstone of this workflow, acting as an autonomous content creation team. 1. Data Cleaning: An initial OpenAI call parses unstructured text from multiple emails and standardizes it into a clean, usable format. 2. Content Curation: A second OpenAI node acts as an editor, analyzing all the cleaned news items and selecting the top 5 most revolutionary and important stories for a non-technical audience. 3. Autonomous Research: A LangChain agent, powered by an OpenAI model, takes the top 5 stories and uses external tools (Perplexity AI for web search, SerpApi for image search) to conduct in-depth research, find sources, and gather visuals for each story. This mimics a human researcher's process of validating and enriching information. 4.
Tags: Content Creation, AI Automation, Google, OpenAI, Notion
Integrations: Email, OpenAI, HTTP, AI Agent, Schedule, Notion