This n8n workflow automates the process of generating a summarized news report from emails received in Gmail. It starts with a schedule trigger that activates the workflow at specified intervals. The Gmail node fetches recent emails, which are then converted into Markdown format for easy reading. The Markdown content is fed into an AI language model (via Perplexity) to generate a concise news summary. In parallel, another language model (Title) creates an appropriate headline for the news. The summary and title are combined and processed further by a news reporting agent, which prepares the final report. The completed news summary is then sent via email, providing an automated way to curate and distribute news updates.
Automated News Summary via Email and AI
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.chainLlm, @n8n/n8n-nodes-langchain.lmChatOpenAi, gmail, markdown, scheduleTrigger, stickyNote |
Reviews
There are no reviews yet.