n8n Workflow

Get All Posts From Wordpress

This n8n workflow automates tasks using WordPress. Get All Posts From Wordpress - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using WordPress. Get All Posts From Wordpress - ready to import and run in your n8n instance.
Features:
  • Integrates with WordPress
  • Retrieves data from external sources
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "1e388382-aaaf-4eed-a9ed-000d9765b982"
        },
        {
            "name": "Wordpress",
            "type": "n8n-nodes-base.wordpress",
            "position": [
                450,
                300
            ],
            "parameters": {
                "options": [],
                "operation": "getAll"
            },
            "credentials": {
                "wordpressApi": "wp_creds"
            },
            "typeVersion": 1,
            "id": "446c6285-1adb-42d1-8fb2-589d639b0046"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Wordpress",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Wordpress API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows