Block 1 - OpenAI Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
About this Template This n8n template automates the process of writing SEO guest post content using OpenAI, based on rules and topics provided in a Google Sheet. The generated articles are saved ...
@n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.gmail, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Juan de Dios Estrella Sáez.
Original n8n.io source✨ About this Template
This n8n template automates the process of writing SEO guest post content using OpenAI, based on rules and topics provided in a Google Sheet. The generated articles are saved into a separate sheet for outreach or publishing.
Use cases include:
SEO guest post generation
Content marketing automation for agencies
Outreach planning and editorial automation
💡 Good to Know
OpenAI API usage costs apply based on the selected model (e.g., GPT-4).
This automation uses Google Sheets and OpenAI; credentials are required to connect your accounts.
Status filtering ensures only content marked as “Start” is processed — making it safe to use in multi-user workflows.
⚙️ How It Works
Trigger the workflow manually (can be changed to schedule/cron or webhook).
Reads from a Google Sheet with guest post planning data.
Merges the writing prompt, brand guidelines, and posting rules.
Sends the merged data to OpenAI (via the AI Agent node) to generate a guest post in German.
Saves the result into another Google Sheet.
Updates the original row's status from “Start” to “Finished” to prevent duplicates.
▶️ How to Use
You must connect your Google Sheets and OpenAI accounts.
Customize the AI prompt, tone, or language by editing the input structure.
You can modify the filter to run only on certain months or categories.
The Gmail node is optional and only used to notify when no action was taken.
🧰 Requirements
OpenAI account (API key for GPT-4 or GPT-3.5)
Google account with access to the configured Sheets
Basic knowledge of how n8n expressions work (optional)
🛠️ Customising This Workflow
This guest post writer workflow can easily be adapted to other use cases:
Write social media content from a spreadsheet
Generate product descriptions from catalog data
Automatically translate or rewrite articles in different tones/languages
Create personalized outreach emails using AI
🎁 The workflow includes built-in explanations (sticky notes) to guide you through each part of the process.
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.
| Workflow | AI guest post generator with OpenAI & Google Sheets automation |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Content Creation, Multimodal AI |
| Author | Juan de Dios Estrella Sáez |
| Published | 20 Aug 2025 |
Use the JSON export at /data/workflows/7666/7666.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.
About this Template This n8n template automates the process of writing SEO guest post content using OpenAI, based on rules and topics provided in a Google Sheet. The generated articles are saved ...
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 Content Creation, Multimodal AI use case.