Block 1 - Multi_Platform_Content_Generator
- Type / Role
- @n8n/n8n-nodes-langchain.agent - agent
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Automated Content Page Generator with AI, Tavily Research, and Supabase Storage ️ Self Hosted Disclaimer : This template requires self hosted n8n installation an...
@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.toolthink, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.supabase, n8n-nodes-base.code, n8n-nodes-base.executeworkflow, n8n-nodes-base.googledrive
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jameson Kanakulya.
Original n8n.io source> ⚠️ Self-Hosted Disclaimer: This template requires self-hosted n8n installation and external service credentials (OpenAI, Tavily, Google Drive, NextCloud, Supabase). It cannot run on n8n Cloud due to dependency requirements.
Transform simple topic inputs into professional, multi-platform content automatically. This workflow combines AI-powered content generation with intelligent research and seamless storage integration to create website content, blog articles, and landing pages optimized for different audiences.
Before setting up this workflow, ensure you have:
/images/ folder for content storageCREATE TABLE works (
id SERIAL PRIMARY KEY,
title TEXT NOT NULL,
content TEXT NOT NULL,
image_url TEXT,
category TEXT,
created_at TIMESTAMP DEFAULT NOW()
);
Create a Google Sheets document with the following columns:
Example format:
TITLE | IMAGE_URL
AI Chatbot Implementation | https://drive.google.com/file/d/your-file-id/view
Digital Marketing Trends 2024 | https://drive.google.com/file/d/another-file-id/view
Import the workflow JSON into your n8n instance
Configure all credential connections:
Update the Google Sheets Trigger node:
Test each node connection individually before activating
The workflow references an error handler workflow (GWQ4UI1i3Z0jp3GF). Either:
Each execution generates:
Workflow not triggering:
Content generation errors:
Image processing failures:
Database storage issues:
This template is designed for self-hosted n8n environments and requires technical setup. For issues:
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 | Generate multi-platform content with OpenAI, Tavily Research & Supabase Storage |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Content Creation, Multimodal AI |
| Author | Jameson Kanakulya |
| Published | 27 Aug 2025 |
Use the JSON export at /data/workflows/7947/7947.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.
Automated Content Page Generator with AI, Tavily Research, and Supabase Storage ️ Self Hosted Disclaimer : This template requires self hosted n8n installation an...
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.