- Home
- Resources
- Integrations
- Sendcloud
Sendcloud Make integrationAutomate Sendcloud with Make.
Parcels, labels and refund requests can move on their own once Sendcloud talks to Make. The Sendcloud Make integration gives you 24 modules: 5 instant triggers, 12 actions and 7 searches. This guide shows shipping teams how to link the account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Sendcloud Make integration automate?
The Sendcloud Make integration links your Sendcloud account to Make, a no-code tool where you chain apps together. You build a scenario, which is the automation itself, out of modules, the small bricks that each watch, create, read or change one thing in Sendcloud, such as a parcel, an invoice or a sender address.
Parcels created from somewhere else. An order lands in a form, a spreadsheet or another shop tool. Create a Parcel opens the shipment in Sendcloud, then Download Parcel Document pulls its document into the scenario so the next module can store or send it.
Status changes that reach the right people. Watch Parcel Status fires the moment a parcel changes status. Pair it with Get a Parcel to read the full record, then pass the details to your support inbox or chat tool.
Refunds handled without copy and paste. Watch Refund Requests starts a scenario as soon as a refund is requested, so finance sees it in its own tool instead of checking Sendcloud by hand.
When the module you need is not in the list, Make an API Call reaches the rest of the Sendcloud API with the same connection. Sendcloud may also have an n8n node; the n8n vs Make comparison helps you weigh the two, and the Make review gives a wider view of the tool. Budget questions go to Make pricing.
How do you connect Sendcloud to Make?
- 01
Generate your API key and token
In Sendcloud, open Settings, then Integrations. Find Sendcloud API in the list and click Connect. Give this API integration a name, click Save, then copy the API key and the API token that appear on screen.
- 02
Add a Sendcloud module in Make
Log in to Make, open your scenario and add any Sendcloud module. Click Create a connection. The Connection name field is optional, but a clear name helps when you later run a second Sendcloud account.
- 03
Paste the credentials and save
Enter the key and token you copied, or follow the instructions Make shows on screen. Save. This connection is your Sendcloud account linked to Make once, and every other Sendcloud module of the scenario reuses it.
Your first scenario: turn an incoming order into a Sendcloud parcel
GoalWhen a new order shows up in another app, Make creates the parcel in Sendcloud and fetches its document.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + in the middle of the editor. Search for the app where your orders arrive and pick its module that watches new entries.
- 02
Add Create a Parcel
Click the + on the right of that first module, search Sendcloud and choose Create a Parcel. Click Create a connection and use the key and token from your Sendcloud settings.
- 03
Map the order data
Fill the fields of Create a Parcel by mapping values from the first module, such as the customer details it received. Once the connection exists, Make lists what it can read from Sendcloud.
- 04
Fetch the parcel document
Add Download Parcel Document after the parcel module and map the parcel it just created. The file then travels as a bundle, one item passed to whatever module you add next.
- 05
Test with Run once
Create a test order in the first app, then click Run once. Open the bubble above each module to read the bundles it received and check that a parcel really appeared in Sendcloud.
- 06
Schedule and switch it on
Open the clock on the first module. A new scenario runs every 15 minutes by default, and the Free plan cannot go below that. Choose your interval, then switch the scenario on.
Sendcloud triggers in Make
5 modules start a scenario when something happens in Sendcloud. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Sendcloud as soon as it happens.
Watch Connected Integrations
Instant triggerIn Make“Triggers when an integration is connected.”
This trigger starts your scenario each time an integration gets connected in your Sendcloud account, so a new sales channel or a new API link never goes unnoticed by the rest of the team.
Watch Deleted Integrations
Instant triggerIn Make“Triggers when an integration is deleted.”
You find out right away when a connection disappears from Sendcloud. This module turns that deletion into an event your scenario can react to, carrying the deleted integration.
Watch Parcel Status
Instant triggerIn Make“Triggers when a parcel status is changed.”
Customers ask where their order is; this trigger lets Make answer before they do. It fires whenever a parcel changes status in Sendcloud and hands the parcel to the next module.
Watch Refund Requests
Instant triggerIn Make“Triggers when a refund is requested.”
Refunds get handled faster when finance sees them without opening Sendcloud. As soon as a refund is requested, this trigger passes the request to your scenario so you can route it wherever the decision gets made.
Watch Updated Integrations
Instant triggerIn Make“Triggers when an integration is updated.”
A changed setting is easy to miss when you check by hand. This module listens for any update made to an integration in your Sendcloud account and starts the scenario with the changed integration.
Sendcloud actions and searches in Make
Sendcloud gives you 19 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Cancel a Parcel
- Create a Parcel
- Delete Integration's Order
- Download Parcel Document
- Get a Brand
- Get an Invoice
- Get a Parcel
- Get a Sender Address
- Get a Shipping Method
- Make an API Call
- Update an Integration's Settings
- Update a Parcel
- List Brands
- List Integrations
- List Integration's Shipments
- List Invoices
- List Parcels
- List Sender Addresses
- List Shipping Methods
Cancel a Parcel
ActionIn Make“Cancels or deletes a parcel depending on its status and other parameters.”
Stops a shipment you no longer want to send. Depending on the parcel's status and other parameters, Sendcloud either cancels it or deletes it outright.
Create a Parcel
ActionIn Make“Creates a new parcel.”
Opens a brand new parcel in Sendcloud from data you map out of another module, which removes the typing step between an order and its shipment.
Delete Integration's Order
ActionIn Make“Deletes an order from an integration.”
Removes an order that came in through one of your Sendcloud integrations, keeping the order list free of entries that should never ship.
Download Parcel Document
ActionIn Make“Downloads a parcel document.”
Pulls a document attached to a parcel into your scenario as a file, ready to be stored, emailed or printed by the next module.
Get a Brand
ActionIn Make“Returns a specified brand.”
Returns one brand from your Sendcloud account, which is handy when you ship under several brand names and a scenario needs the right one.
Get an Invoice
ActionIn Make“Returns a specified invoice.”
Fetches one Sendcloud invoice so its details can land in your accounting tool or a finance spreadsheet without a manual export.
Get a Parcel
ActionIn Make“Returns a specified parcel.”
Reads the complete record of a single parcel, which gives the rest of the scenario everything Sendcloud knows about that shipment.
Get a Sender Address
ActionIn Make“Get a specified sender address.”
Brings back one of the sender addresses saved in Sendcloud, useful when parcels leave from more than one warehouse or shop.
Get a Shipping Method
ActionIn Make“Returns a specified shipping method.”
Looks up a single shipping method in Sendcloud and returns its details, so a scenario can check the option before attaching it to a parcel.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the Sendcloud API from your scenario, using the connection you already set up, which covers what the listed modules leave out.
Update an Integration's Settings
ActionIn Make“Updates a specified integration's settings.”
Changes the settings of one integration in your Sendcloud account from a scenario, which saves opening the admin screens for a routine switch.
Update a Parcel
ActionIn Make“Updates a parcel with the option to request a label - if it hasn’t been requested before.”
Edits an existing parcel and, if no label was requested for it yet, lets you ask for one in the same step.
List Brands
SearchIn Make“Returns a list of brands.”
Returns all brands set up in Sendcloud, each one as a separate bundle the next module can use.
List Integrations
SearchIn Make“Returns a list of integrations.”
Gives you every integration connected to your Sendcloud account, a quick way to see which channels feed your shipments.
List Integration's Shipments
SearchIn Make“Returns a list of shipments from an integration.”
Pulls the shipments that came through one specific integration, which isolates a single sales channel from the rest of your parcels.
List Invoices
SearchIn Make“Returns a list of invoices.”
Collects your Sendcloud invoices as a series of bundles, ready to be copied into accounting software or a shared sheet.
List Parcels
SearchIn Make“Returns a list of parcels.”
Searches your parcels in Sendcloud and hands them over one by one, which is the base for reports and bulk checks.
List Sender Addresses
SearchIn Make“Returns a list of sender addresses.”
Shows every sender address stored in Sendcloud, so a scenario can choose the right origin for each shipment.
List Shipping Methods
SearchIn Make“Returns a list of shipping methods.”
Returns the shipping methods available in your Sendcloud account, which helps you see the options before you hard-wire one into a scenario.
Need help automating Sendcloud with Make?
A person reads every message.