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

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

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

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.


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 Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free