Resources · Make integration

WiziShop Make integrationAutomate WiziShop with Make.

What happens in your WiziShop store the second an order moves? The WiziShop Make integration gives you 4 modules: 3 instant triggers on customers, orders and stock, plus a universal API call. This page shows store owners how to connect the account and build a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the WiziShop Make integration do for your store?

The WiziShop Make integration links your online store to Make, a tool where you build a scenario (an automation made of modules, each one a single step) without writing code. WiziShop tells Make as soon as a customer, an order or a product stock changes, and the rest of the scenario decides what to do with it.

Order status that reaches the right people. Watch Updated Order fires when an order is created, deleted or changes status. A shipping team can get each new order passed to the tool it already uses, instead of refreshing the back office.

A customer list that stays in sync. Watch Updated Customer reacts when a customer signs up, is deleted, or edits a name, an email or an opt-in choice. That opt-in change is the one a marketing lead cares about most, since it tells you who agreed to hear from the shop.

Stock alerts before a product runs out. Watch Updated Sku fires when a SKU is created, deleted or its stock moves, so a buyer can react to a low count without checking every product by hand.

The catalog is short: there is no module to create a product or edit an order. For that, Make an API Call reaches the WiziShop API with the same connection. If you are still choosing a tool, read n8n vs Make, and Make pricing explains how plans count usage.

Connect

How do you connect WiziShop to Make?

  1. 01

    Get your WiziShop API key

    You need an active WiziShop account and an API key before Make can talk to your store. Keep the key at hand: Make asks for it once, then every WiziShop module in your scenarios reuses it.

  2. 02

    Create the connection in Make

    Add any WiziShop module to a scenario and click Create a connection. A connection is your WiziShop account linked to Make one time. You can give it a clear name, which helps when you run more than one store.

  3. 03

    Authorize and save

    Paste the key WiziShop gives you in the field Make displays, or approve access on WiziShop's page if Make sends you there, then click Save. The module can now read your store.

First scenario

Your first scenario: act on every order update

GoalWhen an order is created or changes status in WiziShop, Make gets it instantly and calls the WiziShop API to fetch what the next step needs.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the big + to place the first module. That first module is the one that starts everything.

  2. 02

    Add Watch Updated Order

    Search for WiziShop, pick Watch Updated Order and select your connection, or click Create a connection if this is your first WiziShop module.

  3. 03

    Add Make an API Call

    Click the + on the right of the trigger and choose WiziShop's Make an API Call. Pick an endpoint that reads data, and map the order details coming from the trigger into the request.

  4. 04

    Test with Run once

    Click Run once, then change an order status in WiziShop. Each module shows the bundles it received, a bundle being one item passed along, here one order.

  5. 05

    Switch it on

    When the test looks right, switch the scenario on. Since the trigger is instant, it runs as soon as WiziShop sends an order, not on a timer.

Triggers

What starts a WiziShop scenario?

3 modules start a scenario when something happens in WiziShop. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by WiziShop as soon as it happens.

WiziShop1Watch Updated Customer

Watch Updated Customer

Instant trigger

In MakeTriggers when a customer is created or deleted or a customer's firstname, lastname, email, optin or nb_of_valid_orders are updated.

Your scenario learns about a customer the moment their record changes: a new signup, a deleted account, or an edit to first name, last name, email, opt-in or number of valid orders. You get one bundle per change to route wherever it belongs.

How it fires
instant, WiziShop calls Make through a webhook as soon as it happens.
When to use it
keep a mailing tool aligned with the shop, especially when someone withdraws their opt-in.
Watch out
deletions fire too, so add a filter if the next module should only handle new or edited customers.
WiziShop2Watch Updated Order

Watch Updated Order

Instant trigger

In MakeTriggers when a order's status is updated or an order is created or deleted.

Every time an order appears, disappears or moves to a new status, this trigger hands the order to your scenario. It is the most direct way to follow the life of a sale from checkout to delivery without opening the back office.

How it fires
instant, WiziShop calls Make through a webhook as soon as it happens.
When to use it
tell a warehouse or a support team as soon as an order is ready to ship or gets cancelled.
Watch out
an order can pass through several statuses, and each change is a new run that uses operations.
WiziShop3Watch Updated Sku

Watch Updated Sku

Instant trigger

In MakeTriggers when a sku is created or deleted or a sku's stock is updated.

Stock movements reach Make without delay: this trigger fires when a SKU, the unit you track stock by, is created, deleted, or sees its stock level change. You receive the SKU so the scenario can compare its stock with the level you consider low.

How it fires
instant, WiziShop calls Make through a webhook as soon as it happens.
When to use it
warn the person in charge of purchasing when a best seller drops, before customers see it out of stock.
Watch out
every sale moves stock, so busy catalogs create many runs; filter early to keep only what matters.
Modules

What else can Make do in WiziShop?

WiziShop gives you 1 module. For each one: what it does for you, when to reach for it, and what to watch out for.

WiziShop1

Make an API Call

Action

In MakePerforms an authorized API Call

This module opens the rest of the WiziShop API to your scenario, with the connection you already set up. It covers what the three triggers do not, such as reading more details about an order or working on a product.

When to use it
the moment you need an action that no dedicated WiziShop module offers.
Watch out
you write the request yourself, so keep WiziShop's API reference open to get the endpoint right.
Need help

Need help automating WiziShop with Make?

A person reads every message.

FAQ

WiziShop and Make: common questions

01Is the WiziShop Make integration free?
Yes, on Make's side. WiziShop is a standard app, available from the Free plan, which gives you 2 active scenarios, a minimum of 15 minutes between scheduled runs, up to 5 minutes per execution and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) raise those limits and count usage in credits each month. You still need your own active WiziShop subscription, whose price is set by WiziShop, not Make. For a first test on one store, the Free plan is enough to see the triggers working.
02What do you need to connect WiziShop to Make?
An active WiziShop account and an API key from WiziShop. In Make, add any WiziShop module, click Create a connection, optionally name it, provide the key and click Save. That connection is then reused by every WiziShop module in all your scenarios, so you set it up only once per store. If a step in the connection window does not match your screen, check with WiziShop support before assuming the key is wrong.
03Does the WiziShop Make integration react in real time?
Yes. All three WiziShop triggers are instant: Watch Updated Customer, Watch Updated Order and Watch Updated Sku. WiziShop calls Make through a webhook as soon as the change happens, so the scenario does not wait for a schedule. That is the difference with scheduled triggers, which Make checks at intervals, every 15 minutes by default. Each incoming event still counts as operations on your plan, so a store with a lot of order and stock movement should filter early in the scenario.
04What if a WiziShop module you need is missing in Make?
Use Make an API Call. The WiziShop app has only three triggers and no dedicated action module, but this universal module can call any endpoint of the WiziShop API with the connection you already created. You build the request yourself from WiziShop's API reference. Keep in mind that Make's WiziShop documentation is AI-generated and may contain mistakes, so for anything sensitive, like editing orders, test with Run once on a single item and confirm the behavior with WiziShop first.
05Should you use Make or n8n for WiziShop?
It depends on the tool your team already works in. On Make, WiziShop comes with three instant triggers on customers, orders and stock, plus Make an API Call for everything else, and it runs on every plan including Free. The same app often has an n8n node as well, so check what exists there before deciding. Pick the platform where your other scenarios live, since keeping store automations next to the rest makes them easier to follow and fix.