Brex Make integrationAutomate Brex with Make.
Need Brex budgets and spend data to move without copy and paste? The Brex Make integration gives you 5 modules: 2 actions and 3 searches. This guide is for finance and ops teams, and it walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Brex Make integration do for your finance team?
The Brex Make integration links your Brex account to Make, a tool where you build a scenario (an automation made of connected steps) without writing code. Each step is a module: here, one that creates budgets and several that read budgets, expenses and settled card transactions, so that data can travel to your other tools.
Budgets that open themselves. When a project gets the green light in your request tool, Create a Budget sets up the matching Brex budget, so nobody has to rebuild it by hand from an email thread.
A spend view outside Brex. List Transactions returns the settled card transactions and List Expenses returns expenses, each one as a bundle (one item passed to the next module) that you can write into a spreadsheet or a reporting tool your managers already open.
Budget checks before you act. List Budgets reads the budgets on the account, which helps a scenario look up a budget before it sends an alert or creates a new one.
Brex has no trigger in Make: nothing starts a scenario from inside Brex. Your scenario starts on a Make schedule or on another app's event. For anything the listed modules skip, Make an API Call reaches the rest of the Brex API with the same connection. Many apps also exist as an n8n node; the n8n vs Make comparison lays out the differences between the two tools, and our Make review covers the editor itself.
How do you connect Brex to Make?
- 01
Create an API key in Brex
In your Brex dashboard, open Settings > Developer and click Create Token. Name the token, tick the scopes your scenario needs, confirm with Allow Access, then copy the API key shown on screen.
- 02
Add a Brex module in Make
In your scenario, add any Brex module and click Create a connection. A connection is your Brex account linked to Make once, then reused by every Brex module. The Connection name field is optional.
- 03
Paste the key and save
Paste the API key you copied from Brex into the credentials field, or follow the instructions Make displays, then save. The module can now read your Brex account and list what it finds.
Your first scenario: open a Brex budget from an approved request
GoalWhen a spending request is approved in another app, Make creates the matching budget in Brex.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module: the app where requests get approved, such as a form or a table.
- 02
Add Create a Budget
Click the + on the right of that first module, search for Brex and pick Create a Budget. Click Create a connection if Brex is not linked yet.
- 03
Map the request data
Fill the budget fields by mapping data from the first module. Once the connection exists, Make shows the values the first module received, so you drag each one into the field it belongs to.
- 04
Test with Run once
Click Run once to execute the scenario one time. Read the bundles each module received, then check in Brex that the budget looks right.
- 05
Schedule and switch it on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run counts as one operation, the unit Make tracks on your plan.
What each Brex module does in Make
Brex 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 Budget
ActionIn Make“Creates a budget.”
This action opens a new budget in Brex from data your scenario already holds, so a spending envelope exists the moment a project is signed off elsewhere.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Gives you access to any endpoint of the Brex API. It runs inside a scenario with the connection you already set up, so the few listed modules are not a ceiling on what you automate.
List Budgets
SearchIn Make“Lists Budgets belonging to this account.”
Returns the budgets that belong to your Brex account, one bundle per budget, which lets a scenario check what already exists before it acts.
List Expenses
SearchIn Make“List expenses”
Pulls expenses out of Brex as separate bundles, so each one can land in accounting, a reporting sheet or a chat message without an export.
List Transactions
SearchIn Make“Lists all settled transactions for card accounts.”
Brings back the settled transactions of your card accounts, which gives you a record of card spend that has gone through, ready to send to the tool where you review it.
Need help automating Brex with Make?
A person reads every message.