This n8n workflow automates the process of gathering the latest news headlines from multiple sources, analyzing them with AI, and sending a curated newsletter via email. The process begins with a schedule trigger set to run periodically, which prompts the AI agent to generate a detailed news gathering prompt. The AI agent then interacts with various web scraping tools and GPT models, utilizing Bright Data’s Web Unlocker API to fetch news from websites like Bright Data blog and The Guardian. The AI processes and summarizes these headlines, leveraging memory buffers for context. Once the news data is collected and analyzed, the workflow formats the results into an email and dispatches it to subscribers. This setup is ideal for publishers, digital marketers, or organizations wanting to deliver timely news updates automatically.
Automated News Collection and Daily Newsletter Workflow
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.chatTrigger, @n8n/n8n-nodes-langchain.lmChatOpenAi, @n8n/n8n-nodes-langchain.memoryBufferWindow, emailSend, n8n-nodes-mcp.mcpClientTool, scheduleTrigger, set, stickyNote |
Reviews
There are no reviews yet.