AutomationFlowsContent & Video › Create, Update & Get Ghost Posts

Create, Update & Get Ghost Posts

Original n8n title: Create Update and Get a Post in Ghost

Create Update And Get A Post In Ghost. Uses manualTrigger, ghost. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesGhost
Content & Video Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        310,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Ghost",
      "type": "n8n-nodes-base.ghost",
      "position": [
        510,
        300
      ],
      "parameters": {
        "title": "Running ghost with n8n!",
        "source": "adminApi",
        "content": "<p>In this article, you will learn how to automate your Ghost site with n8n!</p>",
        "operation": "create",
        "additionalFields": {}
      },
      "credentials": {
        "ghostAdminApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Ghost1",
      "type": "n8n-nodes-base.ghost",
      "position": [
        710,
        300
      ],
      "parameters": {
        "postId": "={{$node[\"Ghost\"].json[\"id\"]}}",
        "source": "adminApi",
        "operation": "update",
        "updateFields": {
          "status": "published"
        }
      },
      "credentials": {
        "ghostAdminApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Ghost2",
      "type": "n8n-nodes-base.ghost",
      "position": [
        910,
        300
      ],
      "parameters": {
        "by": "id",
        "source": "adminApi",
        "options": {},
        "identifier": "={{$node[\"Ghost\"].json[\"id\"]}}"
      },
      "credentials": {
        "ghostAdminApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Create Update And Get A Post In Ghost. Uses manualTrigger, ghost. Event-driven trigger; 4 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Content & Video workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Content & Video

Create, update, and get a post in Ghost. Uses manualTrigger, ghost. Event-driven trigger; 4 nodes.

Ghost
Content & Video

ghost. Uses manualTrigger, ghost, rssFeedRead. Event-driven trigger; 3 nodes.

Ghost, RSS Feed Read
Content & Video

📄🛠️PDF2Blog. Uses formTrigger, ghost, stopAndError. Event-driven trigger; 13 nodes.

Form Trigger, Ghost, Stop And Error
Content & Video

This n8n workflow automates the translation of WordPress blog content into any language using the AI Translate Pro API, and inserts the translated text into a Google Doc. Manual Trigger Initiates the

WordPress, HTTP Request, Google Docs
Content & Video

Export Wordpress Posts To Spreadsheet. Uses manualTrigger, wordpress, spreadsheetFile, writeBinaryFile. Event-driven trigger; 4 nodes.

WordPress, Spreadsheet File, Write Binary File