Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Here's the corrected English text: Dropbox Folder Monitoring Workflow As we don't have (yet?) a Dropbox node "Watching new files" or "Watching folder", I created this central workflow to do it. How...
n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.dropbox, n8n-nodes-base.switch, n8n-nodes-base.nocodb, n8n-nodes-base.merge, n8n-nodes-base.respondtowebhook, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Levesque.
Original n8n.io sourceHere's the corrected English text:
As we don't have (yet?) a Dropbox node "Watching new files" or "Watching folder", I created this central workflow to do it.
In my case, I need to monitor several folders, like "vocal notes to process", "transcriptions to LinkedIn posts" or "quotes to add".
folder_to_watch to indicate which folder to monitor. This step is here just to be homogeneous and allow setting the folder path only once in this branch.folder_to_watch to indicate which folder to monitor (folder_to_watch,eq,{{ $json.folder_to_watch }}))id - as the file could be renamed by the user){
"id":"{{ $json.id }}",
"name":"{{ $json.name }}",
"lastModifiedClient": "{{ $json.lastModifiedClient }}",
"lastModifiedServer": "{{ $json.lastModifiedServer }}",
"rev": "{{ $json.rev }}",
"contentSize": {{ $json.contentSize }},
"type": "{{ $json.type }}",
"contentHash": "{{ $json.contentHash }}",
"pathLower": "{{ $json.pathLower }}",
"pathDisplay": "{{ $json.pathDisplay }}",
"isDownloadable": {{ $json.isDownloadable }}
}
Columns details:
folder_to_watchdata (json/text)timestampfile_id (Dropbox file ID, to ease future searches)This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Monitor Dropbox folders for new files with DB comparison |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | File Management |
| Author | David Levesque |
| Published | 23 Mar 2025 |
Use the JSON export at /data/workflows/3297/3297.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Here's the corrected English text: Dropbox Folder Monitoring Workflow As we don't have (yet?) a Dropbox node "Watching new files" or "Watching folder", I created this central workflow to do it. How...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your File Management use case.