{
  "name": "Export WordPress posts to CSV and upload to Google Drive",
  "nodes": [
    {
      "id": "c3f63a01-1450-4f97-ab2d-16414613f50c",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        400,
        320
      ]
    },
    {
      "id": "bc725e33-353d-4b3d-b65f-eb295053e5cc",
      "name": "Get Wordpress Posts",
      "type": "n8n-nodes-base.wordpress",
      "position": [
        640,
        320
      ]
    },
    {
      "id": "07ed3f2a-c2b6-4e3c-80d7-425adc6ad36d",
      "name": "Adjust Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        860,
        320
      ]
    },
    {
      "id": "234d6755-e862-4277-b0b7-1ac65cd87c12",
      "name": "Convert to CSV File",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        1080,
        320
      ]
    },
    {
      "id": "49901cd8-5ef5-41b5-87c3-a5979cf11644",
      "name": "Upload to Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1300,
        320
      ]
    },
    {
      "id": "a36bccd7-9298-4c96-8f4e-83b9096e53dd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        160
      ],
      "parameters": {
        "width": null,
        "height": 140,
        "content": "### Adjust fields\nYou can add more fields to the CSV file by editing this node"
      }
    },
    {
      "id": "5d86d3be-dd69-454a-b739-17ded5636ee1",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        220
      ],
      "parameters": {
        "width": null,
        "height": 260,
        "content": "### Export WordPress Posts to CSV and Upload to Google Drive\n\nSteps:\n- Set your WordPress credentials in the \"Get WordPress Posts\" node\n- Set your Google Drive access in the Drive node\n- Click Test wo"
      }
    }
  ],
  "connections": {
    "Adjust Fields": {
      "main": [
        [
          {
            "node": "Convert to CSV File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to CSV File": {
      "main": [
        [
          {
            "node": "Upload to Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Wordpress Posts": {
      "main": [
        [
          {
            "node": "Adjust Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Get Wordpress Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}