workflows.fit
Back to n8n workflows
n8n templateFreeBy Simon

Reusable subworkflow zip multiple files dynamically (compress)

πŸ“¦ Zip Multiple Files Dynamically This template enables you to dynamically bundle multiple files into a ZIP archive. Designed to be used as a Subworkflow, it’s modular, flexible, and easy to integrate into various wor...

Core NodesData & StorageDevelopmentExecute Workflow TriggerCompressionSticky NoteSet
Loading interactive preview...

Template notes

πŸ“¦ Zip Multiple Files Dynamically

This template enables you to dynamically bundle multiple files into a ZIP archive. Designed to be used as a Subworkflow, it’s modular, flexible, and easy to integrate into various workflows. The output is a single ZIP file with a name that includes the current date, time, and fileName.

Shoutout: Code from: [Tom (mutedjam)](https://n8n.io/creators/mutedjam/)

---

πŸ‘€ Who is this for? This workflow is perfect for: - πŸš€ Businesses automating file archiving tasks. - πŸ’» Developers managing files programmatically. - πŸ“‚ Anyone needing a reusable solution for bundling files into ZIP archives.

---

❓ What problem is this workflow solving? Manually zipping multiple files is: - πŸ•’ Time-consuming. - πŸ€” Prone to errors.

This workflow automates the process and, as a Subworkflow, ensures: - ⚑ Consistent file archiving across different workflows. - πŸ› οΈ Reduced manual effort. - πŸ“ˆ Streamlined integration into existing automation.