Skip to main content

Automate WordPress & WooCommerce content with OpenAI: Reviews, comments & updates

Workflow preview

Workflow preview
100%
Automate WordPress & WooCommerce content with OpenAI: Reviews, comments & updates 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 workflow automates reviews, comments, and content enhancements for WordPress and WooCommerce using AI. It includes five independent paths that you can run manually or schedule automatically. F...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.wordpress, n8n-nodes-base.httprequest, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-base.manualtrigger

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate WordPress & WooCommerce content with OpenAI: Reviews, comments & updates
Workflow name
Automate WordPress & WooCommerce content with OpenAI: Reviews, comments & updates

This workflow automates reviews, comments, and content enhancements for WordPress and WooCommerce using AI. It includes five independent paths that you can run manually or schedule automatically.

Features

1. Product AI Comment Generator

Automatically generates short, natural product reviews using AI and posts them to WooCommerce products.

Fetches product data via REST API

Builds an AI prompt with product info

Posts generated review to WooCommerce

2. Article AI Comment Generator

Generates engaging, relevant comments for WordPress blog posts.

Fetches published articles

Builds AI prompt from post content

Submits generated comment to WordPress

3. Article Content Enhancer with AI Summary

Enhances articles with AI-generated headings & summary conclusions.

Fetches article content

Cleans HTML → plain text for AI prompt

Updates article with enhanced content

4. Product Category Content Enhancer

Improves WooCommerce product categories by adding AI-powered headings & summaries.

Fetches category details

Cleans description text

Generates new engaging section with AI

Updates category in WooCommerce

5. Product Content Enhancer

Optimizes WooCommerce product pages with AI-written descriptions.

Fetches products (description + short description)

Cleans & prepares text for AI

Generates new SEO-friendly text

Updates product in WooCommerce

How to Use

  1. Import this workflow into n8n.
  2. Configure your credentials:
  3. httpBasicAuth → WordPress/WooCommerce API credentials
  4. openAiApi → OpenAI API Key
  5. Replace all instances of example.com with your site’s domain.
  6. Run manually via Execute Workflow or enable Schedule Trigger for automation.

Requirements

WordPress site with REST API enabled

WooCommerce installed & active

Valid API keys:

WooCommerce Consumer Key & Secret

OpenAI API key

Notes

Multiple output methods are included (HTTP Request or WordPress Node). Use whichever works better for your setup.

AI prompts are customizable — adjust style, tone, or keywords for your niche.

This template is modular: You can use only the paths you need.

> 📖 Tip: Test each path separately first (e.g., only comments, only product content update) before enabling them all together.

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Update a post

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

Block 5 - Fetch Products from WooCommerce

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

Block 6 - Build Product Comment Prompt

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

Block 7 - Generate Product Comment (AI)

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

Block 8 - Extract AI Output

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

Block 9 - Post Review to Product

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

Block 10 - Fetch Articles from WordPress

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

Block 11 - Build Article Comment Prompt

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

Block 12 - Generate Article Comment (AI)

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

Block 13 - Extract AI Output1

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

Block 14 - Post Comment to Article

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

Block 15 - Fetch Article Content (API)

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

Block 16 - Prepare Article Content Fields

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

Block 17 - Format Article Content for Prompt

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

Block 18 - Generate Heading & Summary Paragraph (AI)

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

Block 19 - Format AI Output for Update

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

Block 20 - Update Article in WordPress

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

Block 21 - Sticky Note4

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

Block 22 - Fetch Product Categories from WooCommerce

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

Block 23 - Prepare Category Fields

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

Block 24 - Clean Category Description

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

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

3. Summary Table

Workflow Automate WordPress & WooCommerce content with OpenAI: Reviews, comments & updates
Complexity advanced
Nodes 38
Categories Content Creation, Multimodal AI
Author Ali Khosravani
Published 23 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7764/7764.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 Automate WordPress & WooCommerce content with OpenAI: Reviews, comments & updates do?

This workflow automates reviews, comments, and content enhancements for WordPress and WooCommerce using AI. It includes five independent paths that you can run manually or schedule automatically. F...

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.