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 →
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
490,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Bitly",
"type": "n8n-nodes-base.bitly",
"position": [
830,
300
],
"parameters": {
"longUrl": "https://calendar.usc.edu/event/curricular_practical_training_cpt_information_session_8120?utm_campaign=widget&utm_medium=widget&utm_source=USC+Event+Calendar#.Xv0UlpNKhQK",
"additionalFields": {}
},
"credentials": {
"bitlyApi": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Bitly",
"type": "main",
"index": 0
}
]
]
}
}
}
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
About this workflow
Create A Url On Bitly. Uses manualTrigger, bitly. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →