Wasabi Make integrationAutomate Wasabi with Make.
Want files from your other apps to land in Wasabi storage on their own? The Wasabi Make integration gives you 5 modules: 4 actions and 1 search. This guide shows how to link your account, build a first backup scenario and pick the right module for each job.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Wasabi Make integration automate?
The Wasabi Make integration lets a Make scenario, the automation you build as a chain of bricks, store files in your Wasabi buckets and read them back without you opening Wasabi. Each brick is called a module, and Wasabi brings five of them: upload, download, list, create a bucket, plus a free-form API call.
Keep a copy of every incoming file. An online store receives invoices, signed forms or product photos in another tool. That tool's module starts the scenario, and Upload a File drops each file into the bucket you chose, so the archive grows without anyone dragging files around.
Give each new client its own storage. When a deal is marked as won in your CRM, or a new record appears in a base covered by the Airtable Make integration, Create a Bucket opens a fresh bucket for that account, ready to receive deliverables.
Send stored files where people work. List Files returns what sits in a path, then Get a File downloads each item so the next module can attach it to an email or post it to a shared drive.
Know the edges before you start. Wasabi has no trigger module, so it cannot start a scenario on its own: another app or the scenario's schedule does that. Anything the five modules leave out goes through Make an API Call. Many apps also exist as n8n nodes; if you are weighing both tools, the n8n vs Make comparison lays out the criteria, and the Make training walks through the editor step by step.
How do you connect your Wasabi account to Make?
- 01
Create an access key in Wasabi
In your Wasabi account, open Access Keys in the left menu and click Create Access Key. Choose Root User or Sub-User depending on your needs, click Create, copy the API key, then click Show to reveal and copy the Secret Key.
- 02
Open the connection window in Make
Add any Wasabi module to your scenario and click Create a connection. A connection is your Wasabi account linked to Make once and reused by every Wasabi module. The Connection name field is optional, but a clear name helps when you run several accounts.
- 03
Paste both keys and save
Enter the API key and the Secret Key you copied from Wasabi, or follow the instructions Make shows on screen. Once saved, the connection appears in the module's dropdown, and Make can start reading what your account holds.
Your first scenario: back up incoming files to Wasabi
GoalWhen a new file shows up in another app, Make uploads a copy of it into your Wasabi bucket.
- 01
Create the scenario
Go to the Scenarios page, create a new scenario and click the big +. The first module you place here decides when the scenario starts, so pick the app where your files arrive.
- 02
Set the starting module
Search for that app, choose the module that watches for new files and link your account with Create a connection. Each file it finds becomes a bundle, one item passed along to the next module.
- 03
Add Upload a File
Click the + on the right of the first module, search for Wasabi and pick Upload a File. Pick your Wasabi connection. Once it works, Make lists your buckets and you choose one.
- 04
Map the file
In the file field, map the file coming from the first module instead of typing anything. Make shows the previous module's data in a panel, so you just click the item you need.
- 05
Test with Run once
Click Run once, drop a test file in the source app and watch the run. Open the bubble above each module to read the bundles it received, then check that the file sits in your bucket.
- 06
Schedule and switch on
Open the clock on the first module to set the schedule, which is every 15 minutes by default, then switch the scenario on. From now on, each new file gets its copy in Wasabi.
What the Wasabi modules do
Wasabi gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Bucket
ActionIn Make“Creates a new bucket.”
You get a brand new Wasabi bucket, created from inside the scenario, so storage for a new project or client exists before the first file needs it.
Get a File
ActionIn Make“Downloads a file from a bucket.”
Pulls one file out of a bucket and hands it to the next module, which can then attach it to a message or pass it to another storage tool.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Lets you call any endpoint of the Wasabi API from your scenario, reusing the same connection, for the jobs the four other modules do not cover.
Upload a File
ActionIn Make“Uploads a file to a bucket.”
Stores a file in the bucket you choose, which turns any tool that produces files into a source for your Wasabi archive.
List Files
SearchIn Make“Lists all files in the specified path.”
Shows you what sits in a given path of a bucket, returning each file as its own bundle so later modules can act on them one by one.
Need help automating Wasabi with Make?
A person reads every message.