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-03-11T17:20:04.889Z",
"updatedAt": "2021-03-11T17:22:00.219Z",
"id": "128",
"name": "Yourls:Url:shorten stats expand",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "04b33b0d-9424-4705-955d-c4a8087c055c"
},
{
"parameters": {
"url": "=https://n8n.io/{{Date.now()}}",
"additionalFields": {
"title": "n8n-ulr with random suffix"
}
},
"name": "Yourls",
"type": "n8n-nodes-base.yourls",
"typeVersion": 1,
"position": [
500,
300
],
"credentials": {
"yourlsApi": {
"name": "<your credential>"
}
},
"id": "d5e11a39-5fc4-4e33-b83e-9706e46c8aba"
},
{
"parameters": {
"operation": "stats",
"shortUrl": "={{$node[\"Yourls\"].json[\"shorturl\"]}}"
},
"name": "Yourls1",
"type": "n8n-nodes-base.yourls",
"typeVersion": 1,
"position": [
700,
300
],
"credentials": {
"yourlsApi": {
"name": "<your credential>"
}
},
"id": "c3e4bb2a-977c-4f7d-88ce-4954ece456c5"
},
{
"parameters": {
"operation": "expand",
"shortUrl": "={{$node[\"Yourls\"].json[\"shorturl\"]}}"
},
"name": "Yourls2",
"type": "n8n-nodes-base.yourls",
"typeVersion": 1,
"position": [
900,
300
],
"credentials": {
"yourlsApi": {
"name": "<your credential>"
}
},
"id": "a1126d46-f429-47e8-9a52-08549a8ed2da"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Yourls",
"type": "main",
"index": 0
}
]
]
},
"Yourls": {
"main": [
[
{
"node": "Yourls1",
"type": "main",
"index": 0
}
]
]
},
"Yourls1": {
"main": [
[
{
"node": "Yourls2",
"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.
yourlsApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Yourls:Url:shorten stats expand. Uses start, yourls. Manual trigger; 4 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/128.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.