{ "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, "id": "afd1b494-bdd9-4c27-99c2-a94228f28384", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Ghost", "type": "n8n-nodes-base.ghost", "position": [ 510, 300 ], "parameters": { "title": "Running ghost with n8n!", "source": "adminApi", "content": "
In this article, you will learn how to automate your Ghost site with n8n!
", "operation": "create", "additionalFields": {} }, "credentials": { "ghostAdminApi": "Ghost Admin API" }, "typeVersion": 1, "id": "87fae161-644b-475b-a228-8a56398649d9", "notes": "This ghost node performs automated tasks as part of the workflow." }, { "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": "Ghost Admin API" }, "typeVersion": 1, "id": "ebb0602b-f045-45be-b987-3a9e60608b74", "notes": "This ghost node performs automated tasks as part of the workflow." }, { "name": "Ghost2", "type": "n8n-nodes-base.ghost", "position": [ 910, 300 ], "parameters": { "by": "id", "source": "adminApi", "options": {}, "identifier": "={{$node[\"Ghost\"].json[\"id\"]}}" }, "credentials": { "ghostAdminApi": "Ghost Admin API" }, "typeVersion": 1, "id": "9aef05a4-8e91-4e0a-a656-071775bcbe74", "notes": "This ghost node performs automated tasks as part of the workflow." }, { "id": "error-fbc8903e", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Create, update, and get a post in Ghost. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-8dcfc8ba", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.709068", "updatedAt": "2025-09-29T07:07:48.709084", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Create, update, and get a post in Ghost. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }