Create AI news digests from RSS feeds with Groq and send via Gmail
Go to WorkflowDescription
How it works
RSS feeds from The Verge and TechCrunch are fetched on manual trigger
Articles are merged, sorted newest-first, and prepared for AI processing
Groq AI Agent 1 summarises articles in batches of 3 using a memory-buffered loop
Groq AI Agent 2 assembles all summaries into a polished newsletter
Newsletter is converted from Markdown to HTML and sent via Gmail
Set up steps
Estimated time: ~5 minutes
Add your Groq API key to both Groq Chat Model nodes
Connect Gmail via OAuth2 in the Send node
Set your recipient email address in the Send node
Optionally add a Schedule Trigger for automatic weekly delivery
Click Execute Workflow to generate your first newsletter
Nodes Used (4)
AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Gmail
n8n-nodes-base.gmail
Groq Chat Model
@n8n/n8n-nodes-langchain.lmChatGroq