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 →
{
"active": false,
"connections": {
"When clicking \"Execute Workflow\"": {
"main": [
[
{
"node": "RSS Read",
"type": "main",
"index": 0
}
]
]
},
"RSS Read": {
"main": [
[
{
"node": "Ghost",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2023-01-25T22:04:16.773Z",
"id": "15",
"name": "ghost",
"nodes": [
{
"parameters": {},
"id": "6ca71301-c484-4adb-b5e3-47a5c4437ab5",
"name": "When clicking \"Execute Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
480,
380
]
},
{
"parameters": {
"source": "adminApi",
"operation": "create",
"title": "={{ $json[\"title\"] }}",
"content": "={{ $json[\"content:encoded\"] }}",
"additionalFields": {}
},
"id": "fdee55b7-3185-4161-b7b8-68b647698805",
"name": "Ghost",
"type": "n8n-nodes-base.ghost",
"typeVersion": 1,
"position": [
960,
380
],
"credentials": {
"ghostAdminApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"url": "https://medium.com/feed/@civicactionswriter"
},
"id": "df97ff8d-79ec-4bca-bfd4-2279cd638be3",
"name": "RSS Read",
"type": "n8n-nodes-base.rssFeedRead",
"typeVersion": 1,
"position": [
700,
380
]
}
],
"settings": {},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2023-01-25T23:42:37.490Z",
"versionId": "7d0626e4-abf6-42e0-ad4e-80be726cdc11"
}
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.
ghostAdminApi
About this workflow
ghost. Uses manualTrigger, ghost, rssFeedRead. Event-driven trigger; 3 nodes.
Source: https://github.com/TheBoatyMcBoatFace/magic.bentleyhensel.com/blob/c2c4a406b9c0f1369d15c4028675649a5622dbfb/workflows/v2/ghost.json — original creator credit. Request a take-down →