Creative Content & Video Automation
Create, update, and get a post in Ghost
Create, update, and get a post in Ghost
Manual
Low
4
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.15 KB
{
"id": "170",
"name": "Create, update, and get a post in Ghost",
"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": "Ghost Admin API"
},
"typeVersion": 1
},
{
"name": "Ghost1",
"type": "n8n-nodes-base.ghost",
"position": [
710,
300
],
"parameters": {
"postId": "={{$node[\"Ghost\"].json[\"id\"]}}",
"source": "adm...Showing first 1000 characters. Click "Expand" to view the full JSON.