- Home
- Resources
- Integrations
- Shipcloud
Shipcloud Make integrationAutomate Shipcloud with Make.
Can a shipment status change push itself into the rest of your tools? The Shipcloud Make integration gives you 8 modules: 1 instant trigger, 6 actions and 1 search. This guide is for shop and warehouse teams, and it walks you from the API key to a working first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Shipcloud Make integration do for you?
The Shipcloud Make integration links your Shipcloud account to Make so shipments can be created, priced, read and updated inside a scenario, which is the automation you build in Make as a chain of bricks called modules. It also lets Shipcloud tell Make the moment a shipment reaches a status, so the next steps start on their own.
Shipments without copy and paste. When an order is confirmed in another app, Create a Shipment opens the shipment in Shipcloud with the data mapped from that order. Pair it with Create a Shipment Quote beforehand if you want to see the price before committing.
Customers who hear about delays first. Watch New Shipment Status fires as soon as a shipment reaches a status, and Get a Shipment pulls the full record so a message, a ticket or a spreadsheet row can carry the right details.
A tidy shipment list. List Shipments returns the shipments already in your account, and Update a Shipment or Delete a Shipment handle the ones that changed or were cancelled.
What Make does not cover out of the box goes through Make an API Call, which reuses the same connection. The Make documentation for this app is flagged as AI-generated from Shipcloud's own docs, so double-check important details with Shipcloud. If you are weighing tools, read n8n vs Make; to learn the editor properly, see Make training, and when a run fails, Make troubleshooting helps you read the error.
How do you connect Shipcloud to Make?
- 01
Copy your Shipcloud API key
Log in to Shipcloud, click your email address at the top right, then open the API Key menu item. Copy the key shown on screen. You need a Shipcloud account, and a free developer plan is enough to get keys.
- 02
Open a Shipcloud module in Make
In your scenario, add any Shipcloud module and click Create a connection. A connection is your Shipcloud account linked to Make once, then reused by every Shipcloud module. The Connection name field is optional but helps when you run several accounts.
- 03
Paste the key and save
Paste the API key you copied, or follow the instructions Make shows on screen, and save. For the instant trigger the order is different: click Create a webhook first, then Create a connection inside that window.
Your first scenario with Shipcloud and Make
GoalWhen a shipment reaches a status in Shipcloud, Make fetches the complete shipment so the next module can use it.
- 01
Create the scenario
Go to the Scenarios page, create a new scenario and click the big + to add the first module. Type Shipcloud in the search box and pick Watch New Shipment Status.
- 02
Set up the webhook
Click Create a webhook, then Create a connection and paste your sandbox API key. From now on Shipcloud calls Make as soon as a shipment reaches a status.
- 03
Add Get a Shipment
Click the + on the right of the trigger, pick Get a Shipment and map the shipment ID coming from the trigger. Each shipment travels as one bundle, meaning one item passed from a module to the next.
- 04
Test with Run once
Click Run once, then make a status change happen on a sandbox shipment. Open the bubbles above each module to read the bundles they received and check the details are the ones you expect.
- 05
Switch it on
Add the module of the tool that should receive the details, test once more, then switch the scenario on. Every module run on a bundle counts as one operation on your Make plan.
What starts a Shipcloud scenario
1 module starts a scenario when something happens in Shipcloud. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Shipcloud as soon as it happens.
Watch New Shipment Status
Instant triggerIn Make“Trigger when a status for a shipment has been reached.”
Your scenario starts the moment a Shipcloud shipment reaches a new status, so customers, support and the warehouse learn about it without anyone refreshing a tracking page. The bundle it sends identifies the shipment, which you can then read in full or pass along.
Everything the Shipcloud modules can do
Shipcloud gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Shipment
ActionIn Make“Creates a new shipment. To avoid being charged you can use your sandbox key to create the scenario and switch to the live API key once everything works fine.”
Turns an order from another tool into a real Shipcloud shipment, so nobody retypes the order details by hand. It is the module that actually books the shipment.
Create a Shipment Quote
ActionIn Make“Creates a new shipment quote.”
Gives you the price of a shipment before you book it, which is handy when the shipping cost decides whether the order ships as planned. Nothing is shipped at this step.
Delete a Shipment
ActionIn Make“Deletes an existing shipment.”
Removes a shipment from your Shipcloud account, which keeps your list clean when an order is cancelled before the parcel leaves. You give it the shipment to remove and it disappears.
Get a Shipment
ActionIn Make“Retrieves detailed information about an existing shipment via shipment ID.”
Fetches everything Shipcloud holds about one shipment from its ID, so the next module works with the full record instead of a bare reference. It reads, it changes nothing.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any part of the Shipcloud API that the ready-made modules leave out, with the connection you already set up. It is your fallback when no listed module fits the job.
Update a Shipment
ActionIn Make“Updates an existing shipment.”
Changes an existing shipment in place, which saves you deleting and recreating it when a detail moves after booking. The shipment keeps its identity, only the data you map changes.
List Shipments
SearchIn Make“Retrieves a list of existing shipments.”
Returns the shipments already in your Shipcloud account, one bundle each, so you can review, export or match them against orders elsewhere. It is the only search module of the app.
Need help automating Shipcloud with Make?
A person reads every message.