Air Make integrationAutomate Air with Make.
Can Make bring files into Air and keep its boards in order? Yes. The Air Make integration offers 15 action modules for assets, boards, custom fields and tags. This guide is for teams that manage visual files: it shows how to connect Air and build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Air Make integration do?
The Air Make integration links your Air workspace to the other apps you use, through Make, a no-code tool where you assemble automations called scenarios. Each brick of a scenario is a module, and the 15 Air modules import files, place them on boards, label them with custom fields and read what the workspace already holds.
Files from links, filed on arrival. A form or a chat message hands over a link, Import asset from URL turns it into an Air asset, and Add assets to board places it where the right team will look. Nobody downloads anything by hand.
Boards that open with the project. When a deal closes in your CRM, Create board gives the client a space, Apply custom field to board marks its status, and Update board keeps its details in step as the project moves.
A workspace that stays consistent. Get custom fields and Get tags read what already exists, so Create custom field only adds what is truly missing and Apply a custom field to an asset labels each new file the same way.
What the integration does not do: Air has no trigger module in Make, so a scenario starts from another app or from a schedule. The Air documentation page on Make also warns that it was written with AI help and may contain mistakes, so test every module with Run once. For anything the list lacks, Make an API call reaches the rest of the Air API.
Air may also exist as an n8n node, and the n8n vs Make comparison lays out the criteria. To learn the editor step by step, Make training is the place, and when a run fails, open Make troubleshooting.
How do you connect Air to Make?
- 01
Copy your API key in Air
In Air, open Settings from the workspace menu, then click API Access and copy the key displayed on screen. You need an active Air account for this, and the key is what lets Make act on your workspace.
- 02
Add an Air module in Make
In your scenario, add any Air module and click Create a connection. A connection is your Air account linked to Make once. The Connection name field is optional, but a clear name helps when you look for it later.
- 03
Paste the key and confirm
Enter the API key you copied, or follow the on-screen instructions, then confirm. From then on, every other Air module in any scenario reuses this same connection without asking again.
Build your first scenario with Air
GoalWhen a link to a file lands in another app, Make imports the file into Air and adds it to a board.
- 01
Create the scenario
From the Scenarios page in Make, create a new scenario. A scenario is the automation itself, a chain of modules. Click the + in the middle of the editor to add the first one.
- 02
Start from the app that holds the link
Pick the module of the other app where links arrive, a form or a team chat for instance. Air has no trigger in Make, so this first module is the one that starts each run.
- 03
Add Import asset from URL
Click the + on the right of the first module, search for Air and choose Import asset from URL. Click Create a connection, paste your API key, then map the link from the previous module.
- 04
Place the file on a board
Add Add assets to board next. Once the connection exists, Make can list what it reads in Air, so pick the board, then map the asset returned by the import module.
- 05
Test with Run once
Click Run once and send a real link through the first app. Each module shows the bundles it received, one bundle per item. Then check in Air that the file sits on the right board.
- 06
Schedule and switch it on
Set the schedule on the first module, every 15 minutes by default, then turn the scenario on. Every new link now follows the same path without anyone touching it.
What each Air module does
Air gives you 15 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add assets to board
ActionIn the docs onlyFiles already stored in Air land on a board, so the team that needs them finds them in one place instead of searching the whole workspace.
Apply a custom field to an asset
ActionIn the docs onlyOne file gets the label your team sorts by: this module writes a custom field value onto a single asset, so filters in Air can find it later.
Apply custom field to board
ActionIn the docs onlyBoards get the same treatment as files here. The module sets a custom field on a whole board, which helps when boards stand for clients, launches or seasons that you want to sort.
Create board
ActionIn the docs onlyA new project gets its own space in Air without anyone clicking through the interface, ready to receive files from the rest of the scenario.
Create custom field
ActionIn the docs onlyYour workspace gains a new field definition, the kind your team then fills on assets and boards to sort them by region, rights or status.
Get asset by ID
ActionIn the docs onlyWhen you already know which file you want, this module fetches that single asset from Air and passes its details to the next module as one bundle.
Get assets
ActionIn the docs onlyA whole set of files comes out of Air, so the rest of the scenario can work through them one by one and act on each.
Get boards
ActionIn the docs onlyThe boards of your workspace come back as a list, so a later step can pick the right one instead of relying on a board chosen by hand in the editor.
Get custom fields
ActionIn the docs onlyReading the fields already defined in Air lets the scenario reuse them rather than guess their names, which keeps labels consistent across the team.
Get tags
ActionIn the docs onlyTags are the quick labels people put on files in Air, and this module brings the existing list into your scenario for comparison or reuse.
Import asset from URL
ActionIn the docs onlyA file sitting behind a link becomes an Air asset, so nobody downloads it and uploads it again by hand.
Make an API call
ActionIn the docs onlyAnything the other modules miss is still within reach: this one calls any endpoint of the Air API with the connection you already set up, no second login.
Poll for new assets
ActionIn the docs onlyIts name points to assets newly added to Air, which makes it the natural candidate for the start of a scenario that reacts to fresh uploads.
Update asset version
ActionIn the docs onlyAn existing Air asset receives a new version, instead of a second file sitting next to the old one and confusing everyone.
Update board
ActionIn the docs onlyA board that already exists changes with the project, while the files it holds stay where they are.
Need help automating Air with Make?
A person reads every message.