Navan Make integrationAutomate Navan with Make.
Need your Navan travel bookings somewhere other than Navan? The Navan Make integration gives you 2 modules: one pulls bookings for a date range, the other calls the Navan API directly. This guide covers the admin setup, a first scenario and the traps.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Navan Make integration do for you?
The Navan Make integration links your Navan account to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules, each one a single brick such as a search or an action. With Navan, those bricks let you read booking data and reach the Navan API without writing code.
Bookings for any period, on demand. A finance lead types a start and end date somewhere, and Search Bookings returns every Navan booking in that range. Each booking arrives as a bundle, one item passed to the next module, so you can route it to a sheet or a report.
The rest of the API, same account. Navan only has two modules in Make. When you need something they do not cover, Make an API Call reaches any endpoint of the Navan API with the connection you already set up.
A travel review without exports. Place Search Bookings after the module of another app, and the booking list lands wherever your team already works. Browse the Airtable Make integration for one place to send it.
What Make cannot do here: there is no trigger, so Navan never starts a scenario by itself. Something else must kick it off, either Make's schedule or another app. Many apps also have an n8n node, so check whether Navan does, then weigh the two with n8n vs Make, and read the Make review before committing.
How do you connect Navan to Make?
- 01
Create API credentials in Navan
Sign in to Navan as an administrator, click your username, then Admin, the Travel admin tab, Settings and Integrations. Under API Credentials, click Create New, fill in a Description and click Create.
- 02
Copy the two secrets
Navan now displays a Client ID and a Client secret. Copy both right away and keep them somewhere safe: they are what Make uses to prove it may read your Navan account.
- 03
Add the connection in Make
In your scenario, add a Navan module and click Create a connection. That creates a connection: your Navan account linked to Make once, then reused by both modules. Naming it in Connection name is optional. Paste the Client ID and Client secret, and you are done.
Your first scenario with Navan and Make
GoalWhen a new date range lands in another app, Make pulls the matching Navan bookings.
- 01
Start a new scenario
Open the Scenarios page, create a new scenario and click the +. Pick the module of the app where the date range comes from, such as a sheet your finance team fills in.
- 02
Add Search Bookings
Click the + on the right of that first module, search for Navan and choose Search Bookings. Select the connection you created, or click Create a connection if you skipped that part.
- 03
Map the dates
In the date range of Search Bookings, map the start and end values coming from the first module. Mapping means clicking a value from the previous module instead of typing it by hand.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time; open the bubble above Search Bookings to read the bundles it returned, one per booking found in that range.
- 05
Schedule and switch it on
Click the clock on the first module to set Scheduling. A new scenario runs every 15 minutes by default. Pick what suits you, then switch the scenario on.
What the Navan modules do
Navan gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
This module opens the whole Navan API to your scenario, reusing the connection you already created, so you can reach data that Search Bookings does not return.
Search Bookings
SearchIn Make“Retrieves your bookings data from Navan by date range.”
You get a list of your Navan bookings for the date range you set, each one delivered as its own bundle ready to map into the next module.
Need help automating Navan with Make?
A person reads every message.