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-19T16:46:19.188Z",
"updatedAt": "2021-02-19T16:46:33.650Z",
"id": "49",
"name": "Bitly:Link:create get update",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
300,
300
],
"id": "2780ec3a-4691-4fb0-b10a-71c14b669e40"
},
{
"parameters": {
"longUrl": "https://n8n.io/",
"additionalFields": {
"title": "n8n"
}
},
"name": "Bitly",
"type": "n8n-nodes-base.bitly",
"typeVersion": 1,
"position": [
560,
300
],
"credentials": {
"bitlyApi": {
"name": "<your credential>"
}
},
"id": "f8d1516e-50b7-475e-9745-9b5b6bc8219c"
},
{
"parameters": {
"operation": "get",
"id": "={{$node[\"Bitly\"].json[\"id\"]}}"
},
"name": "Bitly1",
"type": "n8n-nodes-base.bitly",
"typeVersion": 1,
"position": [
730,
300
],
"credentials": {
"bitlyApi": {
"name": "<your credential>"
}
},
"id": "26aef02a-14df-4496-81c4-6f241501e42b"
},
{
"parameters": {
"operation": "update",
"id": "={{$node[\"Bitly\"].json[\"id\"]}}",
"updateFields": {
"group": "Bl2jgvxfKYU"
}
},
"name": "Bitly2",
"type": "n8n-nodes-base.bitly",
"typeVersion": 1,
"position": [
890,
300
],
"credentials": {
"bitlyApi": {
"name": "<your credential>"
}
},
"id": "d661eb9e-7481-4724-93b5-39e25d0f3e9f"
}
],
"connections": {
"Bitly": {
"main": [
[
{
"node": "Bitly1",
"type": "main",
"index": 0
}
]
]
},
"Bitly1": {
"main": [
[
{
"node": "Bitly2",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Bitly",
"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.
bitlyApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Bitly:Link:create get update. Uses start, bitly. Manual trigger; 4 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/49.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.