Resources · Make integration

Sendle Make integrationAutomate Sendle with Make.

Tired of typing every parcel into Sendle by hand? The Sendle Make integration gives you 4 action modules: book a shipment, read its status and tracking link, cancel it, or call the API directly. This guide connects your account and walks you through a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Sendle Make integration do for you?

The Sendle Make integration links your Sendle account to Make, a no-code tool where you build a scenario (the automation itself, a chain of steps) out of modules (one brick per step). Sendle brings four action modules, so your orders can become parcel bookings without anyone copying an address.

Book the parcel the moment a sale lands. An online shop receives an order in another app, and Create an Order books the Sendle shipment to that delivery address. Nobody retypes the customer's details.

Send customers their tracking link. Get an Order returns the order status, the public tracking URL and the metadata you attached when you created it. Map that URL into an email or a spreadsheet row and support stops answering the same question.

Cancel cleanly when a sale falls through. When a refund is approved elsewhere, Cancel an Order cancels the matching Sendle shipment in the same run, so your shipping list stays in line with your sales.

Know the limits before you start. Sendle has no trigger in Make, so something else has to start the scenario: another app's event or a schedule. Anything the three order modules skip goes through Make an API Call. If you are still choosing a platform, the Make review and the n8n vs Make comparison lay out the trade-offs, and Make pricing explains how runs are counted.

Connect

How do you connect Sendle to Make?

  1. 01

    Add a Sendle module

    Open your Make account, drop any Sendle module into a scenario and click Create a connection. A connection is your Sendle account linked to Make once, then reused by every Sendle module you add later.

  2. 02

    Name the connection

    The Connection name field is optional, but fill it anyway. A label such as Sendle main store tells you at a glance which account a module uses when you run more than one.

  3. 03

    Paste your credentials

    Enter the authentication credentials you copied from your Sendle account, including your API key, or follow the instructions Make shows on screen. Save, and the module is ready to use.

First scenario

Your first scenario: ship every new order with Sendle

GoalWhen a new order arrives in your store app, Make books it with Sendle and fetches the tracking link.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the +. Pick the module from the app where your orders start, since Sendle itself cannot open a flow.

  2. 02

    Add Create an Order

    Click the + to the right of that first module, search for Sendle and choose Create an Order. Click Create a connection if you have not linked your account yet.

  3. 03

    Map the delivery details

    Fill the Sendle fields by mapping data from the first module, such as the customer's delivery address. Each order flows through as one bundle, meaning one item passed from module to module.

  4. 04

    Fetch the tracking link

    Add Get an Order after it and map the order returned by Create an Order. You now hold the status and the public tracking URL, ready for an email or a sheet.

  5. 05

    Test with Run once

    Click Run once to execute the scenario a single time. Open each module's bubble to read the bundles it received and confirm Sendle booked the right address.

  6. 06

    Schedule and switch it on

    Set the schedule on the first module (every 15 minutes by default) and turn the scenario on. Each module run counts as one operation, which is what your Make plan meters.

Modules

Sendle modules in Make

Sendle gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Sendle1

Cancel an Order

Action

In MakeCancels the given order.

Cancels a Sendle shipment you booked earlier, so your Sendle account matches what actually sold. You give it the order and Make cancels it on your account.

When to use it
a refund or a cancelled sale in your store app should also drop the matching Sendle booking.
Watch out
test on a dummy order first, and make sure only truly cancelled sales reach this module.
Sendle2

Create an Order

Action

In MakeCreates an order to ship a parcel to the given delivery address.

Books a new shipment in Sendle for a parcel going to the delivery address you map in. This is the module that replaces typing each shipment by hand in Sendle.

When to use it
right after a sale is confirmed in your shop, CRM or spreadsheet.
Watch out
map the address from the source module rather than typing it, or every run will ship to the same place.
Sendle3

Get an Order

Action

In MakeReturns the given order including its status, the public tracking URL, and the metadata you passed when creating it.

Reads one existing Sendle order and hands back its status, its public tracking URL and the metadata you attached at creation. Use it when you need information about a shipment rather than changing it.

When to use it
sending the tracking link to the buyer, or updating an order sheet with the current status.
Watch out
it needs the order reference, so keep the output of Create an Order somewhere you can map it from.
Sendle4

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Opens the rest of the Sendle API to your scenario, using the same connection as the other modules. You write the request yourself, which gives you room beyond creating, reading and cancelling orders.

When to use it
you need a Sendle endpoint that none of the three order modules covers.
Watch out
the Sendle API documentation is your reference here, since Make does not fill the request in for you.
Need help

Need help automating Sendle with Make?

A person reads every message.

FAQ

Sendle and Make: common questions

01Is the Sendle Make integration free?
Yes, on the Make side. Sendle is a standard app, available from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes per execution, files up to 5 MB and 512 MB of data transfer. Paid plans drop the interval to 1 minute, remove the cap on active scenarios and allow 40 minutes per run, with usage counted in operations each month. Your Sendle subscription is separate and is billed by Sendle, not by Make.
02What do you need to connect Sendle to Make?
You need an active Sendle account and a Sendle API key. In Make, add any Sendle module, click Create a connection, optionally give it a name, then paste the credentials copied from your Sendle account or follow the on-screen steps. The connection is saved once and reused by all four Sendle modules. If you do not have an account yet, create it on Sendle first and check its pricing page for the subscription options.
03Does the Sendle Make integration react in real time?
No, Sendle has no trigger in Make, so it cannot start a scenario on its own. The flow has to begin elsewhere. Use an instant trigger from another app, which that app fires through a webhook as soon as something happens, or a schedule on the first module, every 15 minutes by default. On the Free plan, 15 minutes is also the shortest interval, while paid plans go down to 1 minute. The Sendle modules then run in the same pass as the rest of the scenario.
04What if a Sendle module you need is missing in Make?
Use Make an API Call. It sends any request to the Sendle API with the connection you already set up, so you are not limited to creating, reading and cancelling orders. You will need the Sendle API documentation to build the request. Also keep in mind that the Make documentation for Sendle is marked as AI-generated from the vendor's docs, so confirm anything important with Sendle directly before you rely on it.
05Should you use Make or n8n for Sendle?
It depends on which tool the rest of your workflows already live in. On Make, Sendle comes with 4 modules, including Make an API Call, and runs from the Free plan with the same visual editor as every other app. Whether n8n offers a dedicated Sendle node is not covered on this page, so check that before you compare. Weigh the editor you prefer and where your other automations run, then read the full comparison linked above.