Skip to main content

βœοΈπŸŒ„ Your first Wordpress + AI content creator - quick start

Workflow preview

Workflow preview
100%
βœοΈπŸŒ„ Your first Wordpress + AI content creator - quick start preview
Open on n8n.io

Important notice

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

1. Workflow Overview

️ WordPress + AI Content Creator This workflow automates the creation and publishing of multi reading level content for WordPress blogs. It leverages AI to generate optimized articles, automatic...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.code, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.stickynote, n8n-nodes-base.googledrive

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Joseph LePage.

Original n8n.io source

1.1 Workflow description

Title
βœοΈπŸŒ„ Your first Wordpress + AI content creator - quick start
Workflow name
βœοΈπŸŒ„ Your first Wordpress + AI content creator - quick start

βœοΈπŸŒ„ WordPress + AI Content Creator

This workflow automates the creation and publishing of multi-reading-level content for WordPress blogs. It leverages AI to generate optimized articles, automatically creates featured images, and provides versions of the content at different reading levels (Grade 2, 5, and 9).

How It Works

Content Generation & Processing 🎯

  • Starts with a manual trigger and a user-defined blog topic
  • Uses AI to create a structured blog post with proper HTML formatting
  • Separates and validates the title and content components
  • Saves a draft version to Google Drive for backup

Multi-Reading Level Versions πŸ“š

Automatically rewrites the content for different reading levels:

  • Grade 9: Sophisticated language with appropriate metaphors
  • Grade 5: Simplified with light humor and age-appropriate examples
  • Grade 2: Basic language with simple metaphors and child-friendly explanations

WordPress Integration 🌐

  • Creates a draft post in WordPress with the Grade 9 version
  • Generates a relevant featured image using Pollinations.ai
  • Automatically uploads and sets the featured image
  • Sends success/error notifications via Telegram

Setup Steps

Configure API Credentials πŸ”‘

  • Set up WordPress API connection
  • Configure OpenAI API access
  • Set up Google Drive integration
  • Add Telegram bot credentials for notifications

Customize Content Parameters βš™οΈ

  • Adjust reading level prompts as needed
  • Modify image generation settings
  • Set WordPress post parameters

Test and Deploy πŸš€

  • Run a test with a sample topic
  • Verify all reading level versions
  • Check WordPress draft creation
  • Confirm notification system

This workflow is perfect for content creators who need to maintain a consistent blog presence while catering to different audience reading levels. It's especially useful for educational content, news sites, or any platform that needs to communicate complex topics to diverse audiences.

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 - When clicking β€˜Test workflow’

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

Block 2 - gpt-4o-mini

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 3 - Structured Output - JSON

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 4 - Separate Title & Content

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

Block 5 - gpt-4o-mini1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 6 - If1

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 7 - gpt-4o-mini2

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 8 - If2

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 9 - gpt-4o-mini3

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 10 - If3

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 11 - Rewrite for Grade 5 Reading Level

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

Block 12 - Rewrite for Grade 2 Reading Level

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

Block 13 - Rewrite for Grade 9 Reading Level

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

Block 14 - Create Structured Blog Post

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

Block 15 - Sticky Note7

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

Block 16 - Sticky Note8

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

Block 17 - Sticky Note9

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

Block 18 - Sticky Note10

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

Block 19 - Sticky Note11

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

Block 20 - DeepSeek

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

Block 21 - Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 22 - Set Blog Topic

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 23 - pollinations.ai

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

Block 24 - Create Wordpress Post

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

Showing the first 24 of 39 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow βœοΈπŸŒ„ Your first Wordpress + AI content creator - quick start
Complexity advanced
Nodes 39
Categories Content Creation, Multimodal AI
Author Joseph LePage
Published 23 Feb 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2981/2981.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 βœοΈπŸŒ„ Your first Wordpress + AI content creator - quick start do?

️ WordPress + AI Content Creator This workflow automates the creation and publishing of multi reading level content for WordPress blogs. It leverages AI to generate optimized articles, automatic...

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.