n8n workflow deployer
n8n workflow deployer
Complex
High
21
Nodes
Complex
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
21
Node Types
8
Node Types
manual Trigger
When clicking ‘Test workflow’
1 node
sticky Note
Sticky Note4, Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note5, Sticky Note6, Sticky Note7, Sticky Note8
9 nodes
http Request
Get Existing Workflow Tags, Create n8n Workflow, Set Workflow Tag
3 nodes
extract From File
Extract JSON object from File
1 node
code
Clean JSON file ready for import, Capture Name If Fails To Create Workflow
2 nodes
set
Set n8n API URL & Tag ID variables, Set n8n URL variable
2 nodes
google Drive
Move JSON file to Deployed folder, Download n8n JSON File
2 nodes
google Drive Trigger
Google Drive Trigger -ToDeploy folder
1 node
Workflow JSON
15.42 KB
{
"id": "bhWsUxipJ9wuTA5K",
"meta": {
"instanceId": "fd11e31161384d7618b8c5580f01ec2285d2165d3df82195429972f6a3f814eb",
"templateCredsSetupCompleted": true
},
"name": "n8n workflow deployer",
"tags": [],
"nodes": [
{
"id": "8db6d045-5ef8-444a-ae3e-0f0611946008",
"name": "Get Existing Workflow Tags",
"type": "n8n-nodes-base.httpRequest",
"position": [
-580,
-580
],
"parameters": {
"url": "={{ $json.N8N_Instance_URL }}api/v1/tags",
"options": {},
"sendHeaders": true,
"authentication": "predefinedCredentialType",
"headerParameters": {
"parameters": [
{
"name": "accept",
"value": "application/json"
}
]
},
"nodeCredentialType": "n8nApi"
},
"credentials": {
"n8nApi": {
"id": "eOE2pATZyQiS1K4C",
"name": "n8n account"
}
},
"retryOnFai...Showing first 1000 characters. Click "Expand" to view the full JSON.