Automated Content Generation & Publishing - Wordpress

Automated Content Generation & Publishing - Wordpress

Complex
High
17
Nodes
Complex
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
17
Node Types
9

Node Types

wordpress
Create posts on Wordpress
1 node
code
Processing Delay
1 node
wait
Random Wait
1 node
google Sheets
Save to Sheet
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note6, Sticky Note7
8 nodes
schedule Trigger
1. Auto Start, 3. Schedule Your Posts
2 nodes
manual Trigger
2. When clicking ‘Test workflow’
1 node
http Request
Automated Image Retrieval from Pexels
1 node
open Ai
Generate AI Content
1 node

Workflow JSON

15.79 KB
{
  "id": "YOUR_WORKFLOW_ID",
  "meta": {
    "instanceId": "YOUR_INSTANCE_ID",
    "templateCredsSetupCompleted": true
  },
  "name": "Automated Content Generation & Publishing - Wordpress",
  "tags": [],
  "nodes": [
    {
      "id": "9cd63357-19dc-4420-baa9-1e1389c7120f",
      "name": "Create posts on Wordpress",
      "type": "n8n-nodes-base.wordpress",
      "position": [
        1180,
        280
      ],
      "parameters": {
        "title": "={{ $('Save to Sheet').item.json['title'] }}",
        "additionalFields": {
          "status": "publish",
          "content": "=<img src=\"{{ $('Automated Image Retrieval from Pexels').item.json.photos[0].src.landscape }}\" alt=\"image text\" style=\"width:100%; height:auto;\"><br><br>\n<br><br>\n{{ $node['Save to Sheet'].json['content'] }}"
        }
      },
      "credentials": {
        "wordpressApi": {
          "id": "YOUR_WORDPRESS_CREDENTIAL_ID",
          "name": "Wordpress account 2"
        }
      },
      "typeVersion": ...

Showing first 1000 characters. Click "Expand" to view the full JSON.