Box Make integrationAutomate Box with Make.
Can Make handle your Box files without anyone dragging them around? The Box Make integration gives you 32 modules: 3 triggers, 25 actions and 4 searches. This guide shows how to link your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Box Make integration let you automate?
The Box Make integration links your Box account to Make, a no-code tool where you chain steps into a scenario (the automation you build). Each step is a module: something that watches Box, acts on a file or folder, or looks something up. Once it runs, files get filed, shared and tagged without you opening Box.
Contracts that go out for signature on their own. A file lands in a folder, New File Event tells Make, and Create a Sign Request sends it off. Later, List Sign Requests shows which ones are still waiting.
A tidy client space from day one. When a deal closes in your CRM, Create a Folder builds the client folder, Add a Shared Link to a Folder produces the link to send, and Create Folder Metadata Instance stamps it with the fields your team filters on.
Files that reach the right people. Watch Files spots new or updated documents in a folder, Download a File pulls the content into the scenario, and the next module in another app mails it or stores it.
What Make does not give you: a module for every corner of the Box API. When the list falls short, Make an API Call reuses your connection for any endpoint. Box also has a node in n8n, covered on the Box n8n integration page, and the n8n vs Make comparison helps you choose. New to the editor? The Make training starts from zero.
How do you connect your Box account to Make?
- 01
Prepare your Box developer app
Make talks to Box through OAuth, so you need a Box developer account. Open the Box Developer Console, click your application, go to the Configuration tab and copy the Client ID and Client secret.
- 02
Add a Box module and create the connection
In your scenario, add any Box module and click Create a connection. A connection is your Box account linked to Make once, then reused by every Box module. Give it a clear name in Connection name if you manage several accounts.
- 03
Paste the credentials and approve
Enter the Client ID and Client secret you copied, or follow the on-screen instructions, then approve access in the Box window. Once it closes, Make can list your folders in every Box module.
Your first scenario: share every new file in a Box folder
GoalWhen a file is added or updated in a watched Box folder, Make creates a shared link to it.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. That empty canvas is where every module of your automation will sit, left to right.
- 02
Add Watch Files and connect Box
Search for Box, pick Watch Files, then click Create a connection and follow the three steps above. Make now lists the folders it can read, so choose the one to keep an eye on.
- 03
Add the shared link action
Click the + to the right of Watch Files and add Add a Shared Link to a File. Map the file coming from the trigger, so each new document gets its own link.
- 04
Test with Run once
Drop a test file in the folder and click Run once. Each module shows the bundles it received (a bundle is one item passing through, here one file), so you can check the link was created.
- 05
Schedule it and switch it on
Open the clock on Watch Files. A new scenario checks every 15 minutes by default; paid plans can go down to 1 minute. Save, then turn the scenario on.
What can start a Box scenario?
3 modules start a scenario when something happens in Box. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Box as soon as it happens.
New File Event
Instant triggerIn Make“Triggers when selected actions occurs on a file.”
This trigger starts your scenario the moment something you selected happens to a file in Box. You decide which actions count, so the scenario reacts to exactly the file events you care about and ignores the rest.
New Folder Event
Instant triggerIn Make“Triggers when selected actions occurs on a folder.”
Here the watch moves up a level: Make hears about the actions you picked on folders rather than on single files. Handy when your team works folder by folder, one per client, project or deal.
Watch Files
Scheduled triggerIn Make“Triggers when a new file is added or an existing file is updated in a folder being watched.”
Watch Files keeps an eye on one folder and hands Make every file that is new or updated there since the last check. Each file becomes a bundle, so the next modules run once per document.
What can Make do in Box?
Box gives you 29 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add a Shared Link to a File
- Add a Shared Link to a Folder
- Cancel a Sign Request
- Copy a Folder
- Create a Comment
- Create a Folder
- Create a Sign Request
- Create File Metadata Instance
- Create Folder Metadata Instance
- Delete a File
- Delete a Folder
- Download a File
- Get a File
- Get a File/Folder by Shared Link
- Get a Folder
- Get a Sign Request
- Get Folder Metadata
- Make an API Call
- Rename a File
- Rename a Folder
- Update a File
- Update a Folder
- Update File Metadata
- Update Folder Metadata
- Upload a File
- Get File Metadata
- Get Folder Items
- List Sign Requests
- Search for Content
Add a Shared Link to a File
ActionIn Make“Adds a shared link to a file”
Turns any file into a link you can paste in an email, a CRM record or a Slack message. The scenario gets the link back and passes it to the next module.
Add a Shared Link to a Folder
ActionIn Make“Adds a new shared link to a folder.”
Same idea one level up: the whole folder gets a link, and everything you add later travels with it. One link per client space is easier to manage than one per document.
Cancel a Sign Request
ActionIn Make“Cancels a sign request by its ID.”
Stops a signature request that is still open, using its ID. The signers no longer have anything to sign, which avoids someone approving an outdated version.
Copy a Folder
ActionIn Make“Copies the selected folder.”
Duplicates the folder you point to, contents included, so a model structure can be reused as many times as needed. Your template folder stays untouched.
Create a Comment
ActionIn Make“Creates a new comment to a file.”
Writes a comment on a file, as if a teammate had left a note in the Box sidebar. People who open the document see it right away, no separate message needed.
Create a Folder
ActionIn Make“Creates a new empty folder within the specified parent folder.”
Builds an empty folder inside the parent you choose. The scenario gets the new folder's details back, ready for sharing, tagging or uploads in the next modules.
Create a Sign Request
ActionIn Make“Creates a sign request.”
Sends a document out for signature straight from the scenario. The request lives in Box, and its ID comes back so later modules can track or cancel it.
Create File Metadata Instance
ActionIn Make“Applies an instance of a metadata template to a file.”
Applies one of your Box metadata templates to a file and fills it in. The document becomes searchable and filterable by values like client, status or amount.
Create Folder Metadata Instance
ActionIn Make“Applies an instance of a metadata template to a folder.”
Stamps a folder with a metadata template, so the whole space carries labels your team can sort on. Useful when the folder, not the file, is the unit you manage.
Delete a File
ActionIn Make“Deletes a file or moves it to trash.”
Removes a file, either for good or by sending it to the trash. It is the cleanup step at the end of a scenario that has already copied or processed the document.
Delete a Folder
ActionIn Make“Deletes a folder, either permanently or by moving it to trash.”
Gets rid of an entire folder, with the choice between permanent deletion and the trash. Everything inside goes with it.
Download a File
ActionIn Make“Downloads a file.”
Pulls the actual content of a file into the scenario, not just its details. After this step, another app can attach, convert or store the document.
Get a File
ActionIn Make“Retrieves information about a file.”
Reads the information Box keeps about a file without touching the content. Think of it as a quick look before deciding what to do next.
Get a File/Folder by Shared Link
ActionIn Make“Retrieves information about a file/folder by a shared link.”
Starts from a Box link someone pasted and finds the item behind it. You get the file or folder details even when all you had was a URL in a message.
Get a Folder
ActionIn Make“Retrieves information about a folder, including the first 100 entries in that folder.”
Returns a folder's information along with the first one hundred entries it holds. Enough to check what is inside before a scenario copies, renames or deletes anything.
Get a Sign Request
ActionIn Make“Retrieves a sign request by its ID.”
Looks up one signature request by its ID and brings back what Box knows about it. The scenario can then decide whether to wait, remind someone or move on.
Get Folder Metadata
ActionIn Make“Retrieves a folder metadata by its ID.”
Reads the metadata stored on a folder, so the values your team entered become data for the rest of the scenario. Status, owner or region can then steer what happens next.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Your way out when no listed module does the job. It sends a request of your choice to the Box API, reusing the connection you already created.
Rename a File
ActionIn Make“Renames a file.”
Gives a file a new name built from data in the scenario: a client name, an invoice number, a date from another app. Naming rules stop depending on who uploaded the file.
Rename a Folder
ActionIn Make“Renames a folder.”
Changes a folder's name without moving it or touching its contents. Shared links and metadata stay in place, only the label changes.
Update a File
ActionIn Make“Updates file attributes.”
Edits the attributes Box stores on a file without replacing what is inside. The file keeps its ID and history.
Update a Folder
ActionIn Make“Updates folder attributes.”
Adjusts the attributes Box stores on a folder in one step. The folder stays the same object, so links pointing to it keep working.
Update File Metadata
ActionIn Make“Creates or Updates Metadata of a File.”
Creates or changes the metadata values on a file, so a label follows the document's life: received, checked, paid. Box filters stay accurate without manual edits.
Update Folder Metadata
ActionIn Make“Updates folder's metadata.”
Refreshes the metadata already stored on a folder. The folder-level labels your team relies on stay in step with what happens in other tools.
Upload a File
ActionIn Make“Uploads a new file.”
Drops a new file into the Box folder you choose, using a file produced earlier in the scenario: an email attachment, a generated PDF, an export.
Get File Metadata
SearchIn Make“Retrieves a file metadata by its ID.”
Fetches the metadata attached to a file by its ID, so the labels stored in Box can drive decisions in the scenario. It works as a search: expect zero, one or several results.
Get Folder Items
SearchIn Make“Retrieves files, folders, and web links in a folder.”
Lists what a folder contains: files, subfolders and web links. Each item comes out as its own bundle, so every following module runs once per item.
List Sign Requests
SearchIn Make“Retrieves all sign requests.”
Brings back every signature request on the account, which gives you the full picture without opening Box. Each request becomes a bundle you can filter.
Search for Content
SearchIn Make“Searches for items that are available to the user or an entire enterprise.”
Finds files and folders the connected user can see, or across a whole enterprise account. Use it when you know what you want but not where it sits.
Need help automating Box with Make?
A person reads every message.