- Home
- Resources
- Integrations
- Couchdrop
Couchdrop Make integrationAutomate Couchdrop with Make.
Need files from your other tools to land in Couchdrop on their own? The Couchdrop Make integration gives you 3 action modules: one upload and two open API calls. This page is for teams that store files in Couchdrop, and it walks you from the API token to a working first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Couchdrop Make integration do for you?
The Couchdrop Make integration links your Couchdrop account to Make so a scenario (the automation you build in Make, a chain of bricks called modules) can push files into Couchdrop without you touching them. It has no trigger of its own, so something else starts the scenario: another app or the clock in Make.
Collect attachments in one place. A form tool or an inbox app hands a file to Make, and Upload to Couchdrop writes it into your storage. Each file travels as a bundle, the single item that flows from one module to the next. If your files come from a form, the 123FormBuilder Make integration page shows how a form app plugs into Make.
Reach the parts of Couchdrop the upload module does not cover. Make a Filesystem API Call talks to the Couchdrop Filesystem API, and Make a Management API Call talks to the management API. Both reuse the same connection, so you skip the token handling and only describe the request.
Run a routine on a timer. Because Couchdrop never starts a scenario itself, you can let the schedule in Make run it, every 15 minutes by default on a new scenario, and chain the modules you need.
What the integration does not give you: a way to react when a file appears in Couchdrop, since there is no trigger, and no search module. The same app often has an n8n node too; the n8n vs Make comparison helps you pick by criteria. If you are new to the editor, the Make training covers the basics.
How do you connect Couchdrop to Make?
- 01
Copy your API token in Couchdrop
Log in to Couchdrop with an active account, open the Admin section, then click API Tokens. Copy the token shown on screen. This token is what Make will use to act on your behalf.
- 02
Add a Couchdrop module in Make
In your scenario, add any Couchdrop module and click Create a connection. A connection is your Couchdrop account linked to Make once; every Couchdrop module reuses it. You can type a label in Connection name if you like.
- 03
Paste the token and save
Paste the token you copied into the credentials field, or follow the instructions Make shows on screen, then save. The module can now reach your Couchdrop account.
Your first scenario with Couchdrop
GoalWhen another app hands a file to Make, Make uploads it to Couchdrop.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to add the first module. Pick the app that produces your files, since Couchdrop has no trigger.
- 02
Set up the file source
Connect that first app and fill its fields. Once the connection exists, Make lists the folders or objects it can read, so you choose instead of typing.
- 03
Add Upload to Couchdrop
Click the + on the right of the first module, search Couchdrop and pick Upload to Couchdrop. Select your connection, then map the file coming from the previous module.
- 04
Test with Run once
Click Run once to execute the scenario one time. Read the bundles each module received, then check the file in Couchdrop.
- 05
Schedule and switch it on
Set the schedule on the first module (every 15 minutes by default) and switch the scenario on. Each module run on a bundle counts as one operation on your plan.
What the Couchdrop modules do
Couchdrop gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make a Filesystem API Call
ActionIn Make“Performs an arbitrary authorized API call to the Filesystem API.”
Sends a request of your choice to the Couchdrop Filesystem API, already signed with your connection, and returns the answer to the next module. You write the request; Make handles the authentication.
Make a Management API Call
ActionIn Make“Performs an arbitrary authorized API call to the management API.”
Lets you reach the Couchdrop management API from a scenario, with the same connection as your file modules, so account-level tasks can sit in the same flow as your uploads.
Upload to Couchdrop
ActionIn Make“Uploads a File to Couchdrop.”
Puts a file into Couchdrop for you: the file that arrives from the previous module is written to your storage, with no manual download and upload in between.
Need help automating Couchdrop with Make?
A person reads every message.