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": "Industrial Distribution Loop",
"nodes": [
{
"parameters": {
"triggerOn": "folder",
"events": [
"add"
],
"path": "/home/node/products"
},
"id": "1",
"name": "Local File Trigger",
"type": "n8n-nodes-base.localFileTrigger",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://backend:8055/products/webhook/whop",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "type",
"value": "product.created"
},
{
"name": "data",
"value": "={{ $json }}"
}
]
},
"options": {}
},
"id": "2",
"name": "Notify Backend Webhook",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
400,
300
]
},
{
"parameters": {
"content": "### Product Distribution\nDetects new files in /products and alerts the backend to start packaging.",
"height": 200,
"width": 300
},
"id": "3",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
180,
140
]
}
],
"connections": {
"Local File Trigger": {
"main": [
[
{
"node": "Notify Backend Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"hash": "abc123industrialdistro",
"id": "2"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Industrial Distribution Loop. Uses localFileTrigger, httpRequest. Event-driven trigger; 3 nodes.
Source: https://github.com/adreinmorin-design/PersonaMimic_Final/blob/main/n8n/industrial_distribution_loop.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.
clara_pipeline_v1_demo_calls. Uses httpRequest, localFileTrigger, executeCommand. Event-driven trigger; 6 nodes.
수업 복습 워크플로우 Upstage Studio X n8n. Uses localFileTrigger, readBinaryFile, httpRequest, emailSend. Event-driven trigger; 12 nodes.
Our KB Tool - Confluence KB is crafted to seamlessly integrate into the IT Ops AI SlackBot Workflow, enhancing the IT support process by enabling sophisticated search and response capabilities via Sla
For developers and organizations that need to protect PDF files with the password.
twenty-sync. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 6 nodes.