This n8n workflow automates the process of transforming RSS feed content into a personalized newsletter draft. It begins by polling an RSS feed for new articles every hour. When new content is detected, the workflow extracts key information from the article, such as the snippet, title, and full content, using a language model node with a custom prompt. The extracted content is then processed by an OpenAI language model to generate a personalized newsletter message, tailored in a specific tone and style. The final step involves creating an email draft in Gmail, ready to be sent. This automation is ideal for content creators, marketers, or newsletter managers who want to streamline content curation and newsletter drafting based on latest news content automatically.
Automated RSS Feed to Personalized Newsletter Workflow
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.informationExtractor, @n8n/n8n-nodes-langchain.lmChatOpenAi, @n8n/n8n-nodes-langchain.openAi, gmail, rssFeedReadTrigger, stickyNote |
Reviews
There are no reviews yet.