Automate WordPress Blog Publishing with n8n & OpenAI

Struggling to manage content scheduling and publishing on WordPress efficiently? This unique n8n workflow leverages Google Sheets, OpenAI, and XML-RPC to automate blog post creation and publication, saving hours weekly and reducing errors.
googleSheets
lmChatOpenAi
httpRequest
+7
Workflow Identifier: 2163
NODES in Use: set, scheduleTrigger, manualTrigger, googleSheets, code, lmChatOpenAi, if, chainLlm, httpRequest, stickyNote
Automate WordPress blogs with n8n and OpenAI

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

What This Automation Does

This workflow automates publishing blog posts on a WordPress site using n8n.

It reads draft posts and scheduling info from Google Sheets.

Then, it uses OpenAI to generate blog content for each post type based on prompts stored in a config sheet.

The workflow normalizes the AI output, converts it to XML-RPC format, and sends it to WordPress for publishing.

It records all actions and results back to Google Sheets for easy tracking.

This automation saves time and reduces errors by replacing manual post publishing steps.


Workflow Inputs, Processing, and Outputs

Inputs

  • Google Sheets Schedule Sheet: List of blog posts with drafts, titles, status, and publish dates.
  • Google Sheets Config Sheet: Prompts and settings for generating AI content per post type.
  • OpenAI API Key: Used to request blog content generation.
  • WordPress Credentials: Username and application password for XML-RPC publishing.

Processing Steps

  • Fetch config and schedule data from Google Sheets.
  • Match config prompts to posts by type.
  • Fill prompts with blog data by replacing placeholders.
  • Check if posts need action based on status and prompt availability.
  • Send prompts to OpenAI to generate blog content.
  • Parse and clean AI output to prepare for WordPress.
  • Convert post data to XML-RPC request format.
  • Send XML-RPC request to WordPress to publish posts.
  • Record success or errors back in Google Sheets logs.
  • Update post status as “publish” after successful posting.

Outputs

  • Published blog posts on WordPress site.
  • Logging entries in Google Sheets for tracking.
  • Status updates in the schedule sheet.

Who Should Use This Workflow

This workflow fits content managers or editors who post regularly on WordPress.

It helps users who track post ideas and schedules in Google Sheets and want AI help creating content.

The workflow is good for non-technical users who want to avoid manual copy-pasting and formatting errors.


Tools and Services Used

  • Google Sheets: Stores blog schedule and AI prompt configs.
  • OpenAI API (via OpenRouter): Generates blog text from prompts.
  • WordPress XML-RPC API: Publishes posts remotely.
  • n8n Automation Platform: Runs the workflow and connects all parts.
  • Optional Hosting: Use self-host n8n services to run safely and reliably.

Beginner Step-by-Step: How to Use This Workflow in n8n

Importing the Workflow

  1. Download the workflow using the Download button on this page.
  2. Open the n8n editor.
  3. Use the Import from File option to load the downloaded workflow JSON.

Setting Credentials and IDs

  1. Add or update Google Sheets credentials with OAuth2.
  2. Enter the OpenAI API Key for accessing AI services.
  3. Configure WordPress username and application password in the Settings node.
  4. Update Google Sheets URL, sheet tab names, and WordPress subdomain in the Settings node as needed.

Testing and Activation

  1. Run the workflow manually using the ManualTrigger node to check connectivity and logs.
  2. Review logs in the Google Sheets Log tab for success or errors.
  3. Activate the ScheduleTrigger node to have the workflow run automatically per set interval.
  4. Save the workflow to enable production use.

How the Workflow Works Inside n8n

1. Inputs

Google Sheets nodes fetch blog schedules and prompt config data.

Credentials and settings come from the Settings node.

2. Processing

The Code nodes prepare prompts by filling template placeholders.

Conditional If nodes check if blog posts need AI generation and publishing.

The Langchain node connects to OpenAI, sending prompts and receiving generated content.

Another Code node cleans AI output into usable formats.

The workflow builds XML-RPC post requests and sends them via the HTTP Request node.

3. Outputs

Posts appear on WordPress site.

Status and logs update in Google Sheets.


Customization Options

  • Change post status handling by updating the Settings node values (like “publish” or “draft”).
  • Switch AI models in the Config sheet to control tone and length of generated text.
  • Add links or keywords to prompts by editing the Config sheet and passing fields through Code nodes.
  • Adjust the time interval in the ScheduleTrigger node to control publishing frequency.

Troubleshooting Common Issues

  • XML-RPC post failures: Check WordPress username and application password in Settings node.
  • Google Sheets access errors: Ensure OAuth2 credentials are valid and sheets are shared with the right account.
  • OpenAI API errors: Validate the API key and review prompts for syntax mistakes.
  • Malformed AI output: Check prompt templates for correct placeholders and good formatting.

Pre-Production Checklist

  • Verify Google Sheets URLs, tab names, and IDs in Settings node.
  • Test OpenAI API with a simple prompt in the Langchain node.
  • Manually test WordPress XML-RPC posting outside n8n to confirm credentials.
  • Check placeholder replacements by reviewing output from PreparedData node.
  • Run a manual test of the entire workflow and review logs in Google Sheets Log tab.

Deployment Guide

Once tested, activate the ScheduleTrigger node for automated runs.

Monitor operations in n8n and check logs in Google Sheets for any errors.

Adjust trigger timing for balance between server load and post frequency.

If hosting n8n on a server, consider self-host n8n options for reliability.


Summary

✓ Saves over 4 hours weekly by automating blog publishing tasks.

✓ Minimizes errors from manual post formatting and scheduling.

✓ Keeps editorial calendar and content synced via Google Sheets.

→ Publishes AI-generated blog posts directly to WordPress via XML-RPC.

→ Provides clear logs and status updates for easy tracking and review.


Automate WordPress blogs with n8n and OpenAI

Visit through Desktop to Interact with the Workflow.

Frequently Asked Questions

This workflow automates blog post publishing on WordPress by generating content with OpenAI and managing schedules through Google Sheets.
It reads posts and their status from a Google Sheets schedule sheet to decide which posts need AI content and publishing.
Connections are required for Google Sheets with OAuth2, OpenAI API keys, and WordPress credentials including application password.
Yes, the ScheduleTrigger node interval can be changed to set how often the workflow runs and publishes posts.

Promoted by BULDRR AI

Related Workflows

Automate Twist Channel Creation and Messaging with n8n

This workflow automates creating and updating a channel in Twist and sending a personalized message to specific users. It eliminates manual setup errors and saves time managing Twist communications.

Automate Ideogram Image Generation with Google Sheets & Gmail

This workflow automates graphic design image generation via Ideogram AI, storing image data in Google Sheets and Google Drive, with email alerts via Gmail. It saves designers hours by automating image creation, remixing, review, and record-keeping.

Automate IT Support with Slack and OpenAI in n8n

Streamline IT support by automating Slack message handling using n8n and OpenAI. This workflow handles Slack DMs, filters bots, queries a Confluence knowledge base, and delivers AI-generated responses, improving support efficiency and response time.

Automate Crypto Analysis with CoinMarketCap & n8n AI Agent

Discover how this unique n8n workflow leverages CoinMarketCap’s multi-agent AI to deliver precise, real-time cryptocurrency insights directly via Telegram. Manage crypto data analysis efficiently with automated multi-source API integration.

Automate Gumroad to Beehiiv Subscriber Sync with n8n

Learn how to automatically add new Gumroad sales customers as Beehiiv newsletter subscribers using n8n automation. This workflow saves time by syncing sales data to Google Sheets CRM and notifying your Telegram channel instantly.

Generate On-Brand Blog Articles Using n8n and OpenAI

This workflow automates the creation of on-brand blog articles by analyzing existing company content using n8n and OpenAI. It extracts article structures and brand voice to produce consistent draft articles, saving significant content creation time.
1:1 Free Strategy Session
Your competitors are already automating. Are you still paying for it manually?

Do you want to adopt AI Automation?

Every hour your team does repetitive work, you're burning real money.
While you wait, faster businesses are cutting costs and moving quicker.
AI and automations aren't the future anymore — they're the present.

Book a live 1-on-1 session where we show you exactly which of your daily tasks can be automated — and what it’s costing you not to.