Skip to main content

AI blog post generator with scheduled or prompt-based content for WordPress

Workflow preview

Workflow preview
100%
AI blog post generator with scheduled or prompt-based content for WordPress preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template demonstrates how to automate blog post creation with AI and WordPress This workflow is designed for creators who want to maintain an active blog without spending hours writing — w...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.chattrigger, n8n-nodes-base.code, n8n-nodes-base.xml, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.wordpress, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Cadu | Ei, Doc!.

Original n8n.io source

1.1 Workflow description

Title
AI blog post generator with scheduled or prompt-based content for WordPress
Workflow name
AI blog post generator with scheduled or prompt-based content for WordPress

This n8n template demonstrates how to automate blog post creation with AI and WordPress

This workflow is designed for creators who want to maintain an active blog without spending hours writing — while still taking advantage of SEO benefits.
It connects OpenAI and WordPress to help you schedule AI-generated posts or create content from simple one- or two-word prompts.


🧠 Good to know

At the time of writing, each AI-generated post will use your OpenAI API credits according to your model and usage tier.
This workflow requires an active WordPress site with API access and your OpenAI API key.
Setup is quick — in less than 5 minutes, you can have everything running smoothly!


⚙️ How it works

  1. The workflow connects to your WordPress API and your OpenAI account.
  2. You can choose between two modes:
    • Scheduled mode: AI automatically creates and publishes posts based on your defined schedule.
    • Prompt mode: Enter a short phrase (one or two words) and let AI generate a complete SEO-optimized post.
  3. The generated content is formatted and published directly to your WordPress blog.
  4. You can easily customize prompts, post styles, or scheduling frequency to match your brand and goals.

🚀 How to use

  • Start with the Manual Trigger node (as an example) — or replace it with other triggers such as webhooks, cron jobs, or form submissions.
  • Adjust your OpenAI prompts to fine-tune the tone, structure, or SEO focus of your posts.
  • You can also extend this workflow to automatically share posts on social media or send notifications when new articles go live.

✅ Requirements

  • Active OpenAI API key
  • WordPress site with API access

🧩 Customising this workflow

AI-powered content creation can be adapted for many purposes. Try using it for:

  • Automated content calendars
  • Generating product descriptions
  • Creating newsletter drafts
  • Building SEO-focused blogs effortlessly

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Chat Message

Type / Role
@n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
Config choices
Version 1.1

Block 3 - Choose Right One

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - [CHAT] Order Slugs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - [CHAT] Sitemap to Json

Type / Role
n8n-nodes-base.xml - xml
Config choices
Version 1

Block 6 - [CHAT] Get Sitemap

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - [SCHEDULE] Get Sitemap

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - [SCHEDULE] Sitemap to Json

Type / Role
n8n-nodes-base.xml - xml
Config choices
Version 1

Block 9 - [SCHEDULE] Order Slugs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - [SCHEDULE] New Blog Post Theme

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 11 - Create Post

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.6

Block 12 - Review Post

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.6

Block 13 - Send to Wordpress

Type / Role
n8n-nodes-base.wordpress - wordpress
Config choices
Version 1

Block 14 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow AI blog post generator with scheduled or prompt-based content for WordPress
Complexity advanced
Nodes 19
Categories Content Creation, Multimodal AI
Author Cadu | Ei, Doc!
Published 25 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10180/10180.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does AI blog post generator with scheduled or prompt-based content for WordPress do?

This n8n template demonstrates how to automate blog post creation with AI and WordPress This workflow is designed for creators who want to maintain an active blog without spending hours writing — w...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.