- Home
- Resources
- Integrations
- Boost.space
Boost.space Make integrationAutomate Boost.space with Make.
Your Boost.space records can move on their own once Make watches them. The Boost.space Make integration offers 33 modules: 9 triggers, 20 actions and 4 searches. This guide connects your account, builds a first scenario with you and explains each module in plain words.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Boost.space Make integration do for you?
The Boost.space Make integration links your Boost.space account to Make, so records, fields, modules and spaces can be created, read, changed or removed by a scenario, which is the automation you build in Make. Each scenario is a chain of modules, and every module is one brick: a trigger, an action or a search.
Keep other tools aligned with Boost.space. Watch updated records spots edited records, and the next module pushes the change to your CRM or your mailing tool. One edit in Boost.space, and the other side follows.
Feed Boost.space from the tools your team already uses. A form, a shop or a spreadsheet can start the scenario, then Create a record or Bulk create records (advanced) writes the data where everyone can see it.
Watch the structure, not only the data. Watch created modules and Watch deleted modules tell you when someone reshapes the setup, which is useful for the person in charge of keeping things tidy.
Be clear about the limits. All 9 triggers are scheduled, so Make checks for changes on a timer rather than hearing about them instantly. Make's documentation for this app also warns that its content is AI-generated and may contain mistakes, so test each module with Run once before relying on it. When a listed module falls short, Make an API Call reaches the rest of the Boost.space API with the same connection.
New to Make? Read our Make review first, or follow the Make training. Boost.space may also exist on the n8n side, and n8n vs Make lays out how the two tools differ.
How do you connect Boost.space to Make?
- 01
Gather your two keys in Boost.space
You need an active Boost.space account. Copy your system key: it is the part of your Boost.space address that sits before
.boost.space. Then open your profile, go to API tokens, create a token, pick its privileges and copy it. - 02
Add a Boost.space module in Make
In your scenario, click the + and search for Boost.space. Pick any module, then click Create a connection. A connection is your Boost.space account linked to Make once and reused by every Boost.space module afterwards.
- 03
Paste the credentials and save
Give the connection a clear label in Connection name if you manage several accounts. It is optional. Paste the system key and the API token you copied, or follow the instructions Make shows on screen, then confirm.
Your first scenario with Boost.space
GoalWhen an item changes in another app, Make finds the matching Boost.space record by its RemoteID and updates it.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to add the first module. Here it comes from the other app you use, such as your shop or your CRM, and watches the items you care about.
- 02
Find the Boost.space record
Click the + on the right, search for Boost.space and pick Get a record by RemoteID. Click Create a connection if you have none yet, then map the identifier sent by the first module.
- 03
Add the update
Add Update a record after it. Map the record found in the previous step, then map the new values coming from the first app into the fields you want to refresh.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles each module received, a bundle being one item passed along the chain. Check that the right record changed in Boost.space.
- 05
Schedule and switch it on
Open the clock on the first module. A new scenario checks every 15 minutes by default, which is also the minimum on the Free plan. Keep it or pick another interval, then switch the scenario on.
Boost.space triggers in Make
9 modules start a scenario when something happens in Boost.space. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Boost.space as soon as it happens.
Watch - Custom Module Item Created
triggerIn the docs onlyStarts your scenario when a new item appears in one of your custom Boost.space modules, so each entry travels to the next step as its own bundle.
Watch created modules
triggerIn the docs onlyReports every module newly added to your Boost.space setup, which helps when the structure matters as much as what goes into it.
Watch created records
triggerIn the docs onlyHands each record freshly created in Boost.space to your scenario, one bundle per record, so the rest of the chain can act on it.
Watch deleted modules
triggerIn the docs onlyTells your scenario that a module has disappeared from Boost.space, giving you a trace of structural changes that would otherwise go unnoticed.
Watch deleted records
triggerIn the docs onlyCatches records removed from Boost.space, so the tools connected to it can be cleaned the same way and keep matching data.
Watch new module
triggerIn the docs onlyFlags a module that did not exist at Make's previous check, a second route for spotting fresh structure in your Boost.space account.
Watch new records
triggerIn the docs onlyPicks up the records added to Boost.space since the last check and sends them down your scenario, ready to be copied, enriched or announced.
Watch updated modules
triggerIn the docs onlyNotices a module whose settings changed in Boost.space and brings that change into your scenario, so structural edits never slip past you.
Watch updated records
triggerIn the docs onlySends every edited record to your scenario, the trigger to pick when a change in Boost.space must reach your other tools.
What each Boost.space module does in Make
Boost.space gives you 24 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Bulk create records (advanced)
- Create a custom module
- Create a field
- Create a record
- Create a space
- Delete a field
- Delete a module
- Delete a record
- Delete a space
- Get a custom module
- Get a field
- Get a record
- Get a record by RemoteID
- Get a space
- List fields schema
- List modules
- List records
- List spaces
- Make an API Call
- Sync a record
- Update a field
- Update a module
- Update a record
- Update a space name
Bulk create records (advanced)
ActionIn the docs onlyWrites many records in one module instead of one run per record, which keeps the scenario short when a whole list shows up together.
Create a custom module
ActionIn the docs onlyBuilds a brand new custom module in Boost.space from the scenario, giving a home to a kind of data you did not track yet.
Create a field
ActionIn the docs onlyAdds a field to an existing module, so a new piece of information has a place to live before records start filling it.
Create a record
ActionIn the docs onlySaves one new record in a Boost.space module with the values you map from earlier modules. It is often the last step of a scenario that feeds Boost.space.
Create a space
ActionIn the docs onlyOpens a new space in your Boost.space account from Make, ready to receive the modules you add next.
Delete a field
ActionIn the docs onlyRemoves a field from a module once it serves no one, which keeps the module easier to read for the people using it.
Delete a module
ActionIn the docs onlyDeletes a whole Boost.space module, the most drastic action in this list after Delete a space.
Delete a record
ActionIn the docs onlyRemoves a single record from Boost.space, so data that should no longer exist stops showing up for your team.
Delete a space
ActionIn the docs onlyDeletes an entire space, the widest cleanup available among the Boost.space modules in Make.
Get a custom module
ActionIn the docs onlyReads the details of one custom module so later modules can reuse them in their mapping, for instance its name in a message.
Get a field
ActionIn the docs onlyFetches the definition of one field, useful when a later step has to know what a field is before writing into it.
Get a record
ActionIn the docs onlyPulls the full content of one record when you already know which one you need, so the next module has every value at hand.
Get a record by RemoteID
ActionIn the docs onlyFinds a record through its RemoteID instead of the Boost.space identifier, the natural bridge when you only hold the reference used by another tool.
Get a space
ActionIn the docs onlyReturns the details of one space so you can print its name in a message or pass it to the next module.
List fields schema
SearchIn the docs onlyLays out the fields of a module as bundles, a quick way to understand a structure before mapping data into it.
List modules
SearchIn the docs onlyReturns the modules of your Boost.space account, the starting point for any audit or cleanup of the structure.
List records
SearchIn the docs onlySearches the records of a module and sends back every match, the tool for checking whether something already exists before you create it.
List spaces
SearchIn the docs onlyGives you the spaces available in your account, each one as a bundle, so a scenario can pick the right space without a hardcoded value.
Make an API Call
ActionIn the docs onlyCalls any endpoint of the Boost.space API from your scenario, reusing the same connection, for the cases the listed modules do not cover.
Sync a record
ActionIn the docs onlyAs its name says, it keeps a Boost.space record in step with the data your scenario sends, a middle ground between creating and updating.
Update a field
ActionIn the docs onlyChanges an existing field in a module, for example to give it a clearer label, without touching the records around it.
Update a module
ActionIn the docs onlyEdits the settings of an existing module from Make, handy when the same structural change has to reach several modules.
Update a record
ActionIn the docs onlyWrites new values into a record that already exists, so Boost.space reflects what just changed elsewhere.
Update a space name
ActionIn the docs onlyRenames a space and nothing else, a narrow action that keeps names consistent with the rest of your tools.
Need help automating Boost.space with Make?
A person reads every message.