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

Send a cocktail recipe every day via a Telegram
View
Manual Invoiceninja Automate Triggered
View
Add a datapoint to Beeminder when new activity is added to Strava
View
[3/3] Anomaly detection tool (crops dataset)
View
Manual Awsses Automate Triggered
View
Hunter Form Send Webhook
View
Get synonyms of a German word
View
Linkedin Automation
View
How to automatically import CSV files into postgres
View
SEO Blog Generator with GPT-4o, Perplexity, and Telegram Integration
View