---
title: "Zip Connector"
slug: "zip-connector"
description: "Use the Zip connector in Lansweeper Flow Builder to handle and manipulate .zip archive files in your workflows."
updated: 2026-07-17T15:48:30Z
published: 2026-06-12T15:20:34Z
canonical: "docs.lansweeper.com/zip-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zip Connector

Note on third‑party tools

              

We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.

The **Zip** component helps with handling and manipulating `.zip` files.

## Actions

### Compress Gzip

Compress Gzip file

| Input | Comments | Default |
| --- | --- | --- |
| File Data | File to Gzip compress |  |

### Decompress Gzip

Decompress Gzip file

| Input | Comments | Default |
| --- | --- | --- |
| Gzip File Data | Gzip data to decompress |  |

### Unzip

Decompress a Zip file

| Input | Comments | Default |
| --- | --- | --- |
| Zip File Data | Zip data to decompress |  |

### Zip

Compress a Zip file

| Input | Comments | Default |
| --- | --- | --- |
| Files | Files to include in the Zip; should be an object with filename keys and values containing file contents |  |
