pCloud Make integrationAutomate pCloud with Make.
Your pCloud folders can sort, copy and share files on their own. The pCloud Make integration gives you 8 modules: 1 trigger that watches a folder, 6 actions and 1 search. This guide shows you how to link your account and build your first working scenario, step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the pCloud Make integration do for you?
The pCloud Make integration links your pCloud storage to Make, a visual tool where you build a scenario: the automation itself, a chain of modules that runs on a schedule. Each module is one brick of that chain. With pCloud, those bricks watch a folder, move files around, create folders and hand files to your other apps, all without writing code.
An archive that fills itself. Watch Folder spots a file added to an intake folder, then Copy a File places a copy in an archive folder. The original stays where your team dropped it, and the archive keeps growing without anyone dragging files by hand.
A folder tree ready for every new client. When a deal closes in your CRM, Create a Folder builds the client folder, and Copy a Folder can duplicate a template folder with its contents inside it. If your CRM is Agile CRM, the Agile CRM Make integration covers that side of the flow.
Files that travel between tools. Download a File pulls a document out of pCloud so another app can use it, and Upload a File sends files from other apps into the folder you pick. List Contents tells you what a folder already holds before you act on it.
The listed modules cover files and folders. For anything else the pCloud API offers, Make an API Call reuses the same connection. The same app often has an n8n node too; the n8n vs Make comparison lays out the criteria, and our Make training helps you get going on the Make side.
How do you connect pCloud to Make?
- 01
Add a pCloud module
You need an active pCloud account first. Log in to Make, open your scenario, add any pCloud module and click Create a connection. A connection is your pCloud account linked to Make once, then reused by every pCloud module.
- 02
Name the connection
The Connection name field is optional. Filling it in still pays off: a clear label such as the account owner makes the right connection easy to spot when several pCloud accounts live in the same Make workspace.
- 03
Authorize access
Follow the on-screen instructions to finish the connection. If you go the advanced route, paste the Client ID and Client secret you copied from your pCloud account, then confirm to save it.
Your first scenario: archive every new pCloud file
GoalWhen a file lands in a pCloud folder, Make copies it into an archive folder.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big + in the middle of the editor. This is where your first module goes.
- 02
Add Watch Folder
Search for pCloud, pick Watch Folder and click Create a connection. Once linked, Make lists your pCloud folders so you can choose the intake folder to watch.
- 03
Chain Copy a File
Click the + on the right of Watch Folder and add Copy a File. Map the file coming from the trigger, then pick the archive folder as the destination.
- 04
Test with Run once
Drop a file in the intake folder and click Run once. Each module shows the bundles it received, a bundle being one item passed along, here one file.
- 05
Schedule and switch on
Open the clock on Watch Folder. A new scenario checks every 15 minutes by default, and the Free plan cannot go lower. Save, then switch the scenario on.
What starts a pCloud scenario
1 module starts a scenario when something happens in pCloud. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by pCloud as soon as it happens.
Watch Folder
Scheduled triggerIn Make“Triggers when files are added or changed in the specific folder.”
Watch Folder keeps an eye on one pCloud folder and starts your scenario when a check finds a file added there or an existing one changed. Every file it finds becomes a bundle that the next modules can copy, download or send elsewhere.
Everything pCloud can do in Make
pCloud gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Copy a File
ActionIn Make“Copies a file to a specific folder.”
Copy a File puts a duplicate of one file into the folder you choose, leaving the original untouched. You end up with the same document in two places, which is handy for backups or for sharing a file without moving it.
Copy a Folder
ActionIn Make“Copies a folder and its contents to a specific destination.”
Rather than a single file, Copy a Folder duplicates a whole folder with everything inside it into a new destination. It is the fastest way to reproduce a ready-made folder structure.
Create a Folder
ActionIn Make“Creates a new folder.”
Create a Folder adds an empty folder to pCloud, named from data your scenario already has, such as a client or order name. It gives each new record a home before any file arrives.
Download a File
ActionIn Make“Downloads a file from a specific folder.”
Download a File fetches the content of a pCloud file and hands it to the next module, which can attach it to an email, send it to another storage app or read it. The file itself stays in pCloud.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets you reach any part of the pCloud API that the ready-made modules leave out, using the connection you already set up. You write the request yourself and get the raw answer back.
Upload a File
ActionIn Make“Uploads a file to a specific folder.”
Upload a File saves a file coming from another module into the pCloud folder you select. Email attachments, generated PDFs or form uploads all end up neatly stored in pCloud.
List Contents
SearchIn Make“Lists contents of a specific folder.”
List Contents looks inside a folder and returns what it finds, each item as its own bundle. That gives you a clear view of a folder so the next modules can work through it one item at a time.
Need help automating pCloud with Make?
A person reads every message.