- Home
- Resources
- Integrations
- Cloudinary
Cloudinary Make integrationAutomate Cloudinary with Make.
Your media already lives in Cloudinary, so why keep moving it by hand? The Cloudinary Make integration gives you 9 modules, the bricks you chain together into an automation: 2 triggers, 6 actions, 1 search. This page shows what each one does and what to build first.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Cloudinary Make integration actually do?
It links your Cloudinary account to a scenario, the automation you build in Make by chaining modules one after another. Make then watches your library, reads or uploads files, builds delivery URLs and pulls the account usage figures, with nobody opening the Cloudinary interface. You connect the account once, and every Cloudinary module in the scenario reuses that connection.
Three shapes come back again and again. The first sorts at the door: Watch Tagged Resources only wakes up for files uploaded with the tag you picked, so a campaign gets its own chain without a filtering step. The second one is the delivery line: Watch Uploaded Resources spots each new file, Transform a Resource turns it into a URL, and the scenario drops that URL where your team reads it. The third does the housekeeping: Search Resources finds what matches, then Get a Resource or Delete a Resource acts on one item at a time.
What Make will not do here is react the second something happens. Cloudinary has no instant trigger in Make, the kind where the app calls Make the moment a file lands, so both watchers run on a schedule and the scenario is the one asking. The app also stops at these 9 modules. The rest of the Cloudinary API, the door one program uses to drive another, goes through Make an API Call.
The same app lives on the other side too. If the tool is not settled yet, the n8n vs Make comparison lays out the criteria, and the Cloudinary n8n integration page covers the equivalent node in detail. If you would rather learn the editor before building anything serious, Make training walks through scenarios step by step.
How do you connect Cloudinary to Make?
- 01
Copy your three Cloudinary values
Log in to Cloudinary and click Dashboard in the left sidebar. Copy the Cloud Name, the API Key and the API Secret, then keep them somewhere safe. All three sit on that one screen, so take them in a single pass.
- 02
Open the connection window in Make
Add a Cloudinary module to your scenario and click Create a connection. The Connection name field stays optional, though a clear name pays off as soon as more than one Cloudinary account runs through your scenarios.
- 03
Paste the credentials and save
Fill the API Key, API Secret and Cloud Name fields with what you copied, then click Save. If Make asks you to authenticate and confirm access, accept, and the module is usable straight away.
Your first scenario: a URL for every new file
GoalWhen a new file is uploaded to Cloudinary, Make builds its delivery URL.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to place the first module. Search for Cloudinary by name, then pick Watch Uploaded Resources from its list.
- 02
Link your account
The module asks for a connection. Click Create a connection, paste the Cloud Name, API Key and API Secret you copied, and save. Every Cloudinary module you add later picks it up on its own.
- 03
Add the action and map the file
Click the + on the right of the trigger and add Transform a Resource. Map the file coming out of the first module into it instead of typing anything by hand.
- 04
Test it with Run once
Click Run once, then upload a test file to Cloudinary. Make runs the chain a single time and shows the bundle each module received, the item that travels from one module to the next.
- 05
Schedule it and switch it on
Set the clock on the first module. A brand new scenario checks every 15 minutes, which is also the floor on the Free plan. Flip the switch and the scenario keeps running without you.
What starts a Cloudinary scenario?
2 modules start a scenario when something happens in Cloudinary. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Cloudinary as soon as it happens.
Watch Tagged Resources
Scheduled triggerIn Make“Watches for newly uploaded resources by a given tag.”
Watch Tagged Resources keeps its eye on a single tag and starts your scenario for each new file uploaded with it. The sorting happens at the door, so nothing downstream has to filter anything.
Watch Uploaded Resources
Scheduled triggerIn Make“Watches for newly uploaded resources.”
Every new file that lands in the account starts the scenario here, whoever sent it and whatever it holds. Each one arrives as a bundle, the single item one module hands to the next.
What Cloudinary can do inside a scenario
Cloudinary gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Usage Report
ActionIn Make“Creates a usage report.”
Create a Usage Report pulls your Cloudinary account usage figures into the scenario, and the rest of the chain carries them somewhere readable.
Delete a Resource
ActionIn Make“Deletes a specified resource.”
Point Delete a Resource at one file and it goes out of the library, then the scenario moves on to the next step.
Get a Resource
ActionIn Make“Returns a specified resource.”
You give Get a Resource one reference and it brings back the matching file, so the steps that follow work from the real record instead of a guess.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call reaches any endpoint of the Cloudinary API through the connection you already created, which keeps the scenario from being boxed in by the module list.
Transform a Resource
ActionIn Make“Creates a Cloudinary URL that can be used to transform, manipulate, and share the resource.”
Transform a Resource builds a Cloudinary URL for a file, the address you use to display it or hand it to someone outside the team.
Upload a Resource
ActionIn Make“Uploads a new resource.”
A file arriving from elsewhere in the scenario, an email attachment or a form submission, goes into your Cloudinary account through Upload a Resource.
Search Resources
SearchIn Make“Searches for resources.”
Ask Search Resources for what matches and it hands back the library's answer. That answer can be empty, a single item, or a long run, and each item travels on through the scenario by itself.
Need help automating Cloudinary with Make?
A person reads every message.
Questions that come up next
01Is the Cloudinary Make integration free?
02What do you need to connect Cloudinary to Make?
03Does the Cloudinary trigger work in real time?
04What if a Cloudinary module is missing from the list?
05Make or n8n for Cloudinary?
Get our weekly automation tips.
No spam. Unsubscribe anytime.