- Home
- Resources
- Integrations
- Base.com
Base.com Make integrationAutomate Base.com with Make.
Every new order in Base.com can start a chain of work on its own. The Base.com Make integration gives you 2 triggers and 10 modules to handle orders, invoices, payments and packages. This guide connects your account and walks you through a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Base.com Make integration automate?
The Base.com Make integration links your Base.com account (tied to a BaseLinker account) to Make, a visual automation tool. You build a scenario, meaning the automation itself, out of modules: small bricks that each watch, create, find or delete something. No code is needed, only clicks and field mapping.
Invoices that follow the order. For a web shop, Watch New Orders spots each fresh order and Add an Invoice to an Order attaches the invoice to it, so nobody has to open the order by hand.
Payments recorded where they belong. When a payment lands in another tool, Search Orders finds the matching order and Add a Payment to an Order books it. For a wholesaler taking bank transfers, that closes the gap between the bank and the order screen.
Shipping kept tidy. Create a Package, List Packages and Delete a Package let a logistics team build or clean up parcels from outside Base.com, for example from a form or a spreadsheet.
Know the limits before you start. Both triggers are scheduled, so Make checks Base.com on a timer rather than hearing from it instantly. The official module documentation is AI-generated from Base.com material and may contain mistakes, so verify anything critical. When a listed module does not cover your need, Make an API Call reaches the rest of the API with the same connection.
The same app often has an n8n node too; the n8n vs Make comparison helps you pick. New to the tool? The Make review and the Make training are good next reads.
How do you connect Base.com to Make?
- 01
Copy your API key in Base.com
In Base.com, open Account and other in the main menu, then My account, then API. Copy the API key shown on screen. You need an active BaseLinker account for this key to exist.
- 02
Add a Base.com module in Make
In your Make scenario, add any Base.com module and click Create a connection. A connection is your Base.com account linked to Make once, then reused by every Base.com module you add later.
- 03
Paste the key and name the link
Optionally type a label in Connection name, handy if you run several stores. Paste the API key you copied, follow the prompts on screen and save. Make can now read your orders and invoices.
Build your first scenario with Base.com
GoalWhen a new order arrives in Base.com, Make attaches an invoice to that order.
- 01
Create a blank scenario
From the Scenarios page, create a new scenario and click the big + to place the first module. Search for Base.com and pick Watch New Orders.
- 02
Link your account
Click Create a connection and paste your API key. Once the connection exists, Make fills the module lists with what it can read in your Base.com account.
- 03
Add the invoice step
Click the + on the right of the trigger and choose Add an Invoice to an Order. Map the order ID coming from Watch New Orders so the invoice lands on the right order.
- 04
Test with Run once
Place a test order in Base.com, then click Run once. Open the bubbles above each module to read the bundles, one bundle per order, and confirm the invoice went to the right place.
- 05
Schedule it and switch it on
Open the clock on the first module. A new scenario checks every 15 minutes by default; the Free plan cannot go below that, paid plans go down to 1 minute. Then flip the scenario on.
What starts a Base.com scenario
2 modules start a scenario when something happens in Base.com. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Base.com as soon as it happens.
Watch New Orders
Scheduled triggerIn Make“Triggers when a new order has been added.”
Gives you a fresh start point for every order added to Base.com, so the rest of your scenario runs once per new order without anyone clicking. Each order arrives as its own bundle, the unit Make passes from module to module.
Watch New Series
Scheduled triggerIn Make“Triggers when a new invoice numeration series have been added.”
Lets your scenario react when someone adds a new invoice numbering series in Base.com, which keeps other tools aware of how your invoices will be numbered from now on.
Everything Base.com can do in Make
Base.com gives you 10 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add an Invoice to an Order
ActionIn Make“Adds an invoice to an order specified by ID.”
Attaches an invoice to one order you point to by its ID, so the paperwork lives on the order and not in a separate folder.
Add a Payment to an Order
ActionIn Make“Adds a payment to an order specified by ID.”
Records a payment against a specific order, identified by its ID, so the money is logged on the order without a manual entry in Base.com.
Create an Order
ActionIn Make“Creates a new order.”
Opens a brand new order in Base.com from data held in another app, which saves retyping sales that happen outside your usual channels.
Create a Package
ActionIn Make“Creates a new package.”
Builds a new package in Base.com, so the shipping side of an order can be prepared from a scenario rather than from the order screen.
Delete a Package
ActionIn Make“Deletes a package.”
Removes a package from Base.com, useful to clear parcels that were created by mistake or for an order that was cancelled later.
Get an Order
ActionIn Make“Retrieves a single order specified by ID.”
Fetches the full details of one order when you already know its ID, so later modules can reuse its data without a broad search.
Make an API Call
ActionIn Make“Performs an arbitary authorized API call.”
Opens the whole Base.com API to your scenario using the connection you already set up, for the jobs the ready-made modules leave out.
List Packages
SearchIn Make“Lists all order's packages.”
Returns every package attached to one order. Handy to see how a shipment was split, then act on each parcel in turn.
Search Invoices
SearchIn Make“Searches for invoices or lists them all.”
Finds invoices in Base.com, or pulls them all, so your accounting sheet or finance tool can stay in line with what was issued.
Search Orders
SearchIn Make“Searches for orders or lists them all.”
Looks up orders matching your criteria, or lists them all, which is how you find the right order when you do not hold its ID.
Need help automating Base.com with Make?
A person reads every message.