Block 1 - Structured Output Parser
- Type / Role
- @n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
- Config choices
- Version 1.3
AI Newsletter Automation Workflow Brief Overview (How It Works) This workflow automates the complete process of generating and sending AI powered newsletters. It starts with a form submission...
@n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.splitout, n8n-nodes-base.aggregate, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Pratyush Kumar Jha.
Original n8n.io sourceThis workflow automates the complete process of generating and sending AI-powered newsletters. It starts with a form submission where the user provides a brand name, website, and topic query. The system then fetches relevant news, analyzes the brand’s visual identity (colors & logo), and uses AI to generate structured newsletter topics and content. Finally, it converts everything into a beautifully styled HTML email, saves it to Google Sheets, and sends it to all subscribers via Gmail.
👉 Demo & Setup Video 👉 Sheet Template 👉 Course
On Form Submission (Trigger)
Entry point for brand details and query input
HTTP Request (Tavily API)
Fetches latest news based on the query
Generate Draft Topics (AI)
Creates newsletter title + 3 key topics using LLM
Split Topics
Breaks topics into individual items for processing
Generate Newsletter Content (AI)
Writes detailed content for each topic with sources
Merge Content Pieces
Combines all sections into one dataset
AI Agent (Brand Analyzer)
Extracts brand colors from website HTML
Information Extractor
Extracts logo URL from brand website
Convert Newsletter to HTML (AI)
Formats content into styled email HTML using brand theme
Google Sheets
Saves generated newsletter drafts
Gmail Node
Sends newsletter to all subscribers
OpenAI API Key
Used for all AI content generation (GPT-4.1-mini)
Tavily API Key
For fetching real-time news data
Google Sheets OAuth
To store newsletter drafts & manage subscribers
Gmail OAuth
To send emails to subscribers
AI Automation, n8n Workflow, Newsletter Automation, Email Marketing, GPT Integration, LangChain, Tavily API, No-Code AI, Content Generation, Marketing Automation, GenAI Workflow, AI Agents
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | Generate and send AI newsletters with OpenAI, Tavily, Google Sheets and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | Social Media, Multimodal AI |
| Author | Pratyush Kumar Jha |
| Published | 28 Mar 2026 |
Use the JSON export at /data/workflows/14412/14412.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
AI Newsletter Automation Workflow Brief Overview (How It Works) This workflow automates the complete process of generating and sending AI powered newsletters. It starts with a form submission...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.