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 →
{
"id": "1013",
"name": "My workflow",
"nodes": [
{
"parameters": {
"path": "578605f7-81be-432c-8053-59de8fad29f8",
"options": {}
},
"id": "3df8e8b1-cb02-419f-9b0d-60a5e435b7de",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
720,
660
]
},
{
"parameters": {
"triggerOn": "file",
"path": "/data/test.txt",
"options": {}
},
"id": "d231edeb-09a4-43d8-b469-c1bcd7cd00c2",
"name": "Local File Trigger",
"type": "n8n-nodes-base.localFileTrigger",
"typeVersion": 1,
"position": [
940,
660
]
}
],
"connections": {},
"settings": {},
"triggerCount": 0,
"versionId": "2a070097-4c8d-4d6b-afb6-bafc645e451d",
"owner": {
"type": "personal",
"personalEmail": "csaba@n8n.io"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
1013. Uses localFileTrigger. Webhook trigger; 2 nodes.
Source: https://github.com/cstuncsik/n8n-env-test/blob/e63c9d292c1cf01fac4030bd5c388d1625448b9a/workflows/1013.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.
N8N Workflow. Uses executeCommand, localFileTrigger. Event-driven trigger; 7 nodes.
This sample workflow allows you to forward alerts from TheHive 5 to SIGNL4 in order to send reliable alerts to your team.
Retention Actions. Uses emailSend, todoist. Webhook trigger; 7 nodes.
Update Time Tracking Projects Based On Syncro Status Changes. Uses clockify, httpRequest. Webhook trigger; 6 nodes.