workflows.fit
Back to n8n workflows
n8n template$30By Muhammad Asadullah

WordPress blog generation with AI Research, Image Creation & Auto Publishing

How This N8n Workflow Works This is an automated blog post generation system that: 1. Researches topics using AI agents and web search tools 2. Writes complete blog posts with proper SEO structure 3. Generates custom ...

MarketingCore NodesDevelopmentAILangchainOutput Parser StructuredLm Chat Google GeminiIf
Open checkout
Loading interactive preview...

Template notes

How This N8n Workflow Works

This is an automated blog post generation system that:

1. Researches topics using AI agents and web search tools 2. Writes complete blog posts with proper SEO structure 3. Generates custom images for each post 4. Publishes directly to WordPress with images embedded

Setup Steps

1. API Keys & Credentials - Set in "API Keys" node: - tavily: Get from [tavily.com](https://tavily.com) (free tier available) - wavespeed: Get from [wavespeed.ai](https://wavespeed.ai) for image generation - wordpress-website-url: Your WordPress site URL

2. WordPress Authentication - Create WordPress Application Password: - Go to Users → Your Profile → Application Passwords - Create new password and save it - Set up WordPress API credential in n8n with: - Username: Your WordPress username - Password: The application password you created

3. Data Table Setup - Create an n8n Data Table with these columns: - title, topic, content, slug, excerpt, featuredimage, audience, category, author, status

4. AI Model Configuration - Configure AI models in these nodes: - Researcher Agent (uses OpenAI or Google Gemini) - Writer Agent (uses OpenAI or Google Gemini) - Image Prompts Writer (uses OpenAI)