Workflow: Manual Wordpress Automation

Workflow Details

Download Workflow
{
    "id": "1",
    "name": "Wordpress-to-csv",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Wordpress",
            "type": "n8n-nodes-base.wordpress",
            "position": [
                430,
                300
            ],
            "parameters": {
                "options": [],
                "operation": "getAll",
                "returnAll": true
            },
            "credentials": {
                "wordpressApi": ""
            },
            "typeVersion": 1
        },
        {
            "name": "Spreadsheet File",
            "type": "n8n-nodes-base.spreadsheetFile",
            "position": [
                590,
                300
            ],
            "parameters": {
                "options": [],
                "operation": "toFile",
                "fileFormat": "csv"
            },
            "typeVersion": 1
        },
        {
            "name": "Write Binary File",
            "type": "n8n-nodes-base.writeBinaryFile",
            "position": [
                740,
                300
            ],
            "parameters": {
                "fileName": "data.csv"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Wordpress": {
            "main": [
                [
                    {
                        "node": "Spreadsheet File",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Spreadsheet File": {
            "main": [
                [
                    {
                        "node": "Write Binary File",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Wordpress",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

RAG Workflow For Stock Earnings Report Analysis
View
Schedule Filter Update Scheduled
View
Manual Freshdesk Automate Triggered
View
Postgrestool Stickynote Automation Triggered
View
Create, update, and get an incident on PagerDuty
View
Webhook Airtable Automate Webhook
View
AI Logo Sheet Extractor to Airtable
View
Agent Access Control Template
View
Error N8N Import Triggered
View
Publish post to a publication
View