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 →
{
"createdAt": "2021-02-18T09:13:09.580Z",
"updatedAt": "2021-02-18T09:13:09.580Z",
"id": "38",
"name": "Medium:Post:create:Publication:getall",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "fc3fb55c-91d4-4865-8bed-bb672fcf6ed8"
},
{
"parameters": {
"title": "=Medium node TestQA Draft {{ (new Date()).toGMTString()}}",
"contentFormat": "markdown",
"content": "=# QA test Draft Content\n\n#### {{ (new Date()).toGMTString()}}",
"additionalFields": {
"publishStatus": "draft"
}
},
"name": "Medium",
"type": "n8n-nodes-base.medium",
"typeVersion": 1,
"position": [
500,
250
],
"credentials": {
"mediumApi": {
"name": "<your credential>"
}
},
"id": "0c6e0d0c-76e4-4ae0-b97f-ef501bae351c"
},
{
"parameters": {
"resource": "publication",
"operation": "getAll",
"limit": 1
},
"name": "Medium1",
"type": "n8n-nodes-base.medium",
"typeVersion": 1,
"position": [
500,
400
],
"credentials": {
"mediumApi": {
"name": "<your credential>"
}
},
"id": "a4561f3e-650c-4960-8688-97a4272189a1"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Medium",
"type": "main",
"index": 0
},
{
"node": "Medium1",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
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.
mediumApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Medium:Post:create:Publication:getall. Uses start, medium. Manual trigger; 3 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/38.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.