Resources · Make integration

Shipday Make integrationAutomate Shipday with Make.

Can delivery orders reach Shipday without anyone retyping them? The Shipday Make integration gives you 7 modules: 1 instant trigger, 5 actions and 1 search. This guide is for teams that run deliveries, and it walks you from the API key to a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Shipday Make integration do for your deliveries?

The Shipday Make integration links your Shipday account to Make, a visual tool where you build a scenario: an automation made of modules, each one a brick that watches, acts or searches. Orders get created, assigned and read in Shipday while you work elsewhere, with no code to write.

No more copied orders. A bakery that takes orders through an online form can send each new one to Shipday with Create an Order, then hand it to a driver with Assign an Order in the same scenario. The order data travels as a bundle, one item passed from one module to the next.

A team that hears about activity. Watch Events is an instant trigger: Shipday calls Make as soon as a new event happens, and the scenario can post a message in the tool your dispatchers already read.

A clean record of orders. A florist who wants every order in a spreadsheet can run List Orders, which returns zero, one or several orders, and write each one as a row. Get an Order fetches a single order when you already know which one you need.

What Make does not cover here: the documentation gives no module beyond these 7. For anything else in the Shipday API, Make an API Call reuses the same connection. If you are weighing tools, the n8n vs Make comparison sets the criteria side by side, and the Make training helps you build faster. Plans are explained on the Make pricing page.

Connect

How do you connect your Shipday account to Make?

  1. 01

    Copy your API key in Shipday

    Open the Dispatch Dashboard in Shipday, go to the My Account section and copy the API key shown with your account information. You need an active Shipday account for this key to exist.

  2. 02

    Add a Shipday module in Make

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

  3. 03

    Paste the key and save

    Give the connection a clear label in Connection name if you like, it is optional. Paste the API key you copied, or follow the instructions Make shows on screen, and confirm to finish the link.

First scenario

Your first scenario: new shop orders straight to a carrier

GoalWhen a customer orders in another app, Make creates the order in Shipday and assigns it to a carrier.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the +. Pick the module of the app where orders arrive, such as your shop or your order form.

  2. 02

    Add Create an Order

    Click the + on the right, search for Shipday and choose Create an Order. Connect your account, then map the customer and delivery details coming from the previous module.

  3. 03

    Hand it to a carrier

    Add Assign an Order after it. Map the order that Create an Order just returned, then pick the carrier. Once the connection exists, Make lists what it can read from your Shipday account.

  4. 04

    Test with Run once

    Click Run once, place a test order in your shop, and open the bundles each module received. Check in Shipday that the order exists and carries the right carrier.

  5. 05

    Schedule and switch on

    Open the clock on the first module. A new scenario runs every 15 minutes by default, so adjust it if your plan allows, then switch the scenario on.

Triggers

What can start a Shipday scenario?

1 module starts a scenario when something happens in Shipday. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Shipday as soon as it happens.

Shipday1Watch Events

Watch Events

Instant trigger

In MakeTriggers when a new event has occurred.

You get a scenario that wakes up the moment something new happens in your Shipday account, instead of a job that checks back later. The event lands in Make as a bundle that the next modules can use.

How it fires
instant, Shipday calls Make through a webhook as soon as it happens.
When to use it
when dispatchers or a manager should hear about Shipday activity in another tool without refreshing the dashboard.
Watch out
the documentation does not list which events it covers, so click Run once, trigger something in Shipday and read the bundle before mapping any field.
Modules

What can Make do in Shipday?

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

Shipday1

Assign an Order

Action

In MakeAssigns an order to a carrier.

This gives an existing order to a carrier, so the delivery gets a driver without anyone opening the dispatch screen. It fits right after the module that produced the order.

When to use it
when orders coming from your shop should go to a driver as soon as they exist in Shipday.
Watch out
map the order from the previous module rather than typing it, or every run hits the same order.
Shipday2

Create an Order

Action

In MakeCreates a new order.

Your orders show up in Shipday on their own, filled from the app where the customer actually bought. It is the entry point of most Shipday scenarios, since the other actions need an order to work on.

When to use it
when a form, a shop or a spreadsheet collects orders that your team still types into Shipday by hand.
Watch out
test with Run once on a single order before switching on, so you do not flood the dashboard.
Shipday3

Delete an Order

Action

In MakeDeletes an existing order.

This removes an existing order from Shipday, which keeps the dispatch board free of orders that will never ship. Place it behind a clear condition, such as a cancellation received in your shop.

When to use it
when a customer cancels in another app and the matching order should disappear from Shipday too.
Watch out
the documentation mentions no way to recover a deleted order, so try it on a dummy order first.
Shipday4

Get an Order

Action

In MakeRetrieves an existing order.

You receive the full details of one order you already know, ready to reuse in the following modules. Pick it over List Orders when a single order is in play and you have its reference from an earlier step.

When to use it
when a message or a report needs the complete order, not just the reference passed along by the previous module.
Watch out
it reads one order only; for several, use List Orders instead.
Shipday5

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

This opens the rest of the Shipday API to your scenario, with the connection you already set up, so you can reach an endpoint that none of the other 6 modules covers.

When to use it
when the step you need is missing from the Shipday module list and the Shipday API offers it.
Watch out
you describe the request yourself from the Shipday API documentation, so keep the other modules for everything they already handle.
Shipday6

List Orders

Search

In MakeRetrieves a list of orders.

You get a batch of orders from Shipday, each one arriving as its own bundle, which makes a report or a spreadsheet export simple to set up. It is a search module, so the answer can hold zero, one or several orders.

When to use it
when you want to copy your orders into a sheet or a dashboard outside Shipday.
Watch out
every returned order goes through the next modules, and each module run counts as an operation.
Need help

Need help automating Shipday with Make?

A person reads every message.

FAQ

Shipday and Make: common questions

01Is the Shipday Make integration free?
Yes, on the Make side. Shipday is a standard app, available from the Free plan. That plan allows 2 active scenarios, a minimum interval of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute and remove the cap on active scenarios. Usage is counted in operations, one module run on one bundle. You still need an active Shipday account; its own subscription is set by Shipday.
02What is needed to connect Shipday to Make?
An active Shipday account and its API key. In Shipday, open the Dispatch Dashboard, go to the account section and copy the key shown with your account information. In Make, add any Shipday module, click Create a connection, optionally name it, then paste the key. If the first module you add is Watch Events, which is instant, Make asks you to click Create a webhook before Create a connection. The same connection then serves every Shipday module in your scenarios.
03Does the Shipday trigger in Make work in real time?
Yes. Watch Events is an instant trigger: Shipday calls Make through a webhook as soon as a new event happens, so the scenario starts right away instead of waiting for a scheduled check. It is the only Shipday trigger in Make. For a scenario that starts with List Orders instead, the schedule on the first module applies, every 15 minutes by default, down to 15 minutes on the Free plan and 1 minute on paid plans.
04What if a Shipday action is missing in Make?
Use Make an API Call. It is part of the Shipday app in Make and calls any endpoint of the Shipday API with the connection you already created, so there is no second login. You write the request yourself, following the Shipday API documentation. The documentation lists no other specific limit for this app, and it notes that its content was generated with AI from the official Shipday documentation, so check important details with Shipday directly.
05Is Make or n8n the better fit for Shipday?
It depends on your criteria rather than on a winner. In Make, Shipday offers 7 modules, including the instant Watch Events trigger and Make an API Call for the rest of the API. Many apps also have an n8n node, so check whether one exists for Shipday and whether it covers the steps you need. Then weigh which tool your team already uses and how you prefer to build. The n8n vs Make comparison mentioned earlier on this page lays out those criteria for both tools.