# Zapier

Introduction to Zapier with Couchdrop

Zapier is a leading iPaaS (Integration Platform as a Service) solution for consumers and small businesses. iPaaS platforms like Zapier enable no-code integrations between internal systems - for example, connecting Salesforce with Zendesk.

Couchdrop is a Managed File Transfer (MFT) and SFTP platform designed to simplify secure B2B file transfers. It acts as a secure file transfer gateway for Zapier, allowing Zapier customers to receive files via SFTP, FTP, and other MFT protocols, and then pass them into Zapier for internal processing.

<figure><img src="https://391958821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpokYqd27yrOUxIBhyvbF%2Fuploads%2F1F5pwazuiHmAdiJ12QjL%2FZapier_logo.jpg?alt=media&#x26;token=85ff9daf-7a64-43cb-8d5d-7d015087a46c" alt=""><figcaption></figcaption></figure>

## How Zapier works with Couchdrop

Zapier is configured in Couchdrop as an outbound connection. You link a Couchdrop folder to a Zapier Zap via a webhook trigger. Any file uploaded into that folder is sent to Zapier, which then starts the Zap you have defined.

## Requirements

* **Admin access in Couchdrop**
* A **Zapier Pro** subscription (required for webhook triggers)
* A Zap in Zapier with a **Webhook trigger** (`Catch Raw Hook`)
* The **Webhook URL** generated by Zapier

## Configuration Steps

**Set Up the Zap in Zapier**

* Create a new Zap
* Choose **Webhooks by Zapier** as the trigger and set it to **Catch Raw Hook**&#x20;
* Copy the **Webhook URL** from Zapier

**Configure the Connection in Couchdrop**

* Add a new outbound connection
* Select **Zapier** and provide:
  * A name for the integration
  * A folder name (creates a Couchdrop folder that sends files to Zapier)
  * The **Webhook URL** from Zapier
* Save the configuration

Any file uploaded into the Couchdrop folder will now be delivered automatically to your Zap in Zapier.

## Common Issues

<details>

<summary>Zapier requires a <strong>Pro subscription</strong> to use webhook triggers.</summary>

W**ebhook triggers in Zapier are only available on Pro or higher subscription plans**. This means that if you are using Couchdrop with Zapier and you need to initiate workflows based on incoming webhook events (for example, triggering an automation when a file is uploaded or moved), you must have at least a **Zapier Pro subscription**

</details>

<details>

<summary>Files larger than <strong>5 MB</strong> will be rejected by Zapier.</summary>

Zapier will not process files that are larger than 5MB

</details>

<details>

<summary>If Zapier cannot ingest a file, you’ll receive an email notification from Zapier with details.</summary>

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.couchdrop.io/connections/connect-ipaas/zapier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
