- Home
- Resources
- Integrations
- bitwarden
bitwarden Make integrationAutomate bitwarden with Make.
Can Make keep your bitwarden collections in order without a script? The bitwarden Make integration gives you 4 modules: 3 actions and 1 search, all about collections. This guide is for IT and ops admins, and it walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the bitwarden Make integration do for you?
The bitwarden Make integration links your bitwarden organization to Make, a no-code tool where you chain apps into a scenario (the automation you build, brick by brick). Its modules read your collections one by one or all at once, and change a collection when another tool asks for it. Anything else in the bitwarden API stays reachable through Make an API Call.
An inventory you never type by hand. List all collections returns every collection as a separate bundle (one item passed to the next module). Send those bundles to a spreadsheet or a ticketing tool and your audit starts from a real list instead of a guess.
Collections that follow your org chart. When a team is renamed in your HR tool or a client project closes in your CRM, Update a collection applies the change in bitwarden. Pair it with Get collection first if you want to check what the collection looks like before you touch it.
A safety net for the rest. The listed modules stop at collections. For another part of the bitwarden API, Make an API Call reuses the same connection, so you do not rebuild the login.
What the integration does not do: it has no trigger, so bitwarden never wakes Make up by itself. Your scenario starts on a schedule or from another app. Make also flags its bitwarden documentation as AI-generated, so double-check anything critical against bitwarden. If you are still picking a platform, read our n8n vs Make comparison; bitwarden has an n8n node too, covered on the bitwarden n8n integration page. New to the editor? The Make training covers the basics.
How do you connect bitwarden to Make?
- 01
Prepare your bitwarden credentials
You need an active bitwarden account and an access token generated for a machine account. For the Client ID and Client secret, open Settings, then Organization Information, and scroll down to the API key section.
- 02
Open the connection window in Make
Add any bitwarden module to your scenario and click Create a connection. A connection is your bitwarden account linked to Make once, then reused by every bitwarden module. The Connection name field is optional, but a clear name helps later.
- 03
Paste the credentials and save
Paste what you copied from bitwarden, or follow the on-screen instructions Make shows. Once saved, the connection appears in the dropdown of each bitwarden module, and you will not have to enter those keys again for this account.
Build your first scenario with bitwarden
GoalWhen the scenario runs, Make lists the collections of your bitwarden organization and hands each one to Update a collection.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to add the first module. Since bitwarden has no trigger, this first brick will be a search that Make starts on its own schedule.
- 02
Add List all collections
Search for bitwarden, pick List all collections and choose your connection (or click Create a connection if you skipped the previous section). Each collection will come out as its own bundle.
- 03
Test the list with Run once
Click Run once. It executes the scenario a single time. Open the bubble above the module to read the bundles: this shows you what bitwarden actually sends back before you change anything.
- 04
Add Update a collection
Click the + on the right of the first module and add Update a collection. Map the collection from the previous module so Make knows which one to edit, then fill in the changes. It runs once per collection, so test on a small organization first.
- 05
Run it again, then switch it on
Run once more and check the result in bitwarden. Then set the clock on the first module (every 15 minutes by default, adjustable) and turn the scenario on. Each module run counts as an operation on your plan.
What each bitwarden module does
bitwarden gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Get collection
ActionIn the docs onlyPulls one collection from bitwarden so the next modules can read its details. You get a single bundle, which keeps the scenario simple.
List all collections
SearchIn the docs onlyThis search returns every collection of your organization, each one as a separate bundle. It is the natural starting point of a bitwarden scenario, since the app has no trigger.
Make an API Call
ActionIn the docs onlyCalls any endpoint of the bitwarden API with the connection you already set up. It covers what the three collection modules cannot, without a separate login.
Update a collection
ActionIn the docs onlyChanges an existing collection in bitwarden with the values you send from earlier modules. It is the only module of this app that writes into your bitwarden organization.
Need help automating bitwarden with Make?
A person reads every message.