{
  "name": "Create, update, and get a post in Ghost",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        310,
        300
      ]
    },
    {
      "id": null,
      "name": "Ghost",
      "type": "n8n-nodes-base.ghost",
      "position": [
        510,
        300
      ]
    },
    {
      "id": null,
      "name": "Ghost1",
      "type": "n8n-nodes-base.ghost",
      "position": [
        710,
        300
      ]
    },
    {
      "id": null,
      "name": "Ghost2",
      "type": "n8n-nodes-base.ghost",
      "position": [
        910,
        300
      ]
    }
  ],
  "connections": {
    "Ghost": {
      "main": [
        [
          {
            "node": "Ghost1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Ghost1": {
      "main": [
        [
          {
            "node": "Ghost2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Ghost",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}