This n8n workflow automates the process of fetching the latest news headlines, summarizing them using AI, and sending personalized email digests to subscribers. The workflow begins with a scheduled trigger every 10 minutes, which triggers an API request to NewsAPI to retrieve top headlines from the US. The headlines are then sent to an AI agent powered by OpenAI’s GPT-4 to generate concise five-bullet summaries. Next, it pulls subscriber emails from a Google Sheet and sends customized news summaries via Gmail. This setup is ideal for newsletter creators, organizations, or content curators who want to deliver timely news updates effortlessly and automatically.
Automated News Digest with AI Summarization
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmChatOpenAi, gmail, googleSheets, httpRequest, scheduleTrigger, stickyNote |
Reviews
There are no reviews yet.