Zip Multiple Files
detail.loadingPreview
Compresses multiple input files into a single ZIP archive.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow allows you to take multiple files as input and compress them into a single ZIP archive. It's designed to be modular and can be called from other workflows.
Key Features
- Compresses any type of input file (images, PDFs, CSVs, etc.).
- Generates a timestamped ZIP file name.
- Optimized for production use with error handling.
How To Use
- Import this workflow into your n8n instance.
- Call this workflow from another workflow, passing the files you want to compress as input.
- The output will be a single ZIP file containing all the input files.
Apps Used
Workflow JSON
{
"id": "93f13210-e5e0-47d5-93f8-93c8063c2253",
"name": "Zip Multiple Files",
"nodes": 0,
"category": "File Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 93f13210-e5e0...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Upload and Manage Files in Cloud Storage
Uploads a file to cloud storage using provided credentials and destination path.
Dropbox File Watcher (Unverified)
Monitors a Dropbox folder for file modifications and processes them.
Google Drive Image Optimizer
Automatically optimizes images uploaded to Google Drive using TinyPNG.
Upload Video to Drive via Google Script
Automates video uploads to Google Drive using a Google Apps Script.
Save File to Google Drive and Log URL
This workflow saves uploaded files to Google Drive in a structured folder system and logs the URL of the saved file.