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 →
{
"name": "New Workflow Template (Auto-Export)",
"nodes": [
{
"parameters": {
"path": "your-webhook-path",
"httpMethod": "POST",
"responseMode": "responseNode",
"options": {}
},
"id": "webhook-trigger",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
240,
300
],
"notes": "SETUP: Change 'path' and 'webhookId' to your workflow name"
},
{
"parameters": {
"jsCode": "return $input.all();"
},
"id": "main-logic",
"name": "Main Logic",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
460,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://host.docker.internal:3010/api/execute",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "command",
"value": "docker exec n8n-whatsfresh node /home/node/export-single.js {{ $workflow.id }}"
}
]
}
},
"id": "auto-export",
"name": "Auto-Export Workflow",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
680,
300
],
"notes": "Auto-exports after execution"
},
{
"parameters": {
"respondWith": "allIncomingItems"
},
"id": "webhook-response",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.5,
"position": [
900,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Main Logic",
"type": "main",
"index": 0
}
]
]
},
"Main Logic": {
"main": [
[
{
"node": "Auto-Export Workflow",
"type": "main",
"index": 0
}
]
]
},
"Auto-Export Workflow": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"active": false
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
New Workflow Template (Auto-Export). Uses httpRequest, respondToWebhook. Webhook trigger; 4 nodes.
Source: https://github.com/pchambless/wf-monorepo/blob/47cd16469735c59a12b7c76e2552861f899e335d/.n8n/templates/workflow-with-auto-export.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.
Demo Workflow How To Use Workflowstaticdata. Uses noOp, httpRequest, scheduleTrigger, stickyNote. Webhook trigger; 9 nodes.
Auto-Approve Workflow copy. Uses emailSend, httpRequest, respondToWebhook. Webhook trigger; 9 nodes.
AI Support Ticket Router & Auto-Reply (Ollama). Uses httpRequest. Webhook trigger; 7 nodes.
Respond With File Download To Incoming Http Request. Uses httpRequest, respondToWebhook. Webhook trigger; 3 nodes.
Blotato-Api. Uses @blotato/n8n-nodes-blotato. Webhook trigger; 53 nodes.