Wix Make integrationAutomate Wix with Make.
Can a Wix store or site react on its own when an order, a cart or a form comes in? The Wix Make integration gives you 27 modules: 7 instant triggers, 16 actions and 4 searches. This guide shows how to link your account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Wix Make integration let you automate?
The Wix Make integration links your Wix site to Make, a no-code tool where you build a scenario, meaning an automation made of modules that each do one job. Your store, your forms and your inbox start other tasks by themselves, and your catalog can be edited from the scenario, without writing any code.
Paperwork that follows every sale. Watch Orders starts the scenario the moment an order is created, paid, refunded or canceled. Generate Orders PDF Link then hands you a link to a PDF of that order, ready to file or pass to the next app in the chain.
A catalog that stays in step with your supplier sheet. Search Products finds the items that match a filter, Update a Product changes them, and Add Products to a Collection puts new arrivals where shoppers will see them. Create a Product covers the lines that do not exist yet.
Leads that never sit in the inbox. Watch Form Submissions fires when a visitor sends one of your site forms, and Watch Messages when someone writes to you. Get a Contact reads the full contact record so the next module has the details it needs.
Know the limits before you start. You need a paid Wix account, and every instant trigger only works once you have set up its webhook in Wix. When a listed module falls short, Make an API Call reaches the rest of the Wix API with the same connection. Wix often has an n8n node as well; the n8n vs Make comparison lays out both tools side by side, Make pricing explains what each plan allows, and Make training helps if you want to go further on your own.
How do you connect your Wix account to Make?
- 01
Create a custom app in Wix
Make talks to Wix through a custom application that you create yourself in your Wix account, which must be on a paid plan. Once the app exists, Wix shows you an App ID and an App Secret Key: keep both at hand.
- 02
Open the connection in Make
In your scenario, add any Wix module and click Create a connection. A connection is your Wix account linked to Make once, then reused by every Wix module. Give it a name you will recognize later.
- 03
Paste the keys and save
Paste the App ID into the App ID field and the App Secret Key into App Secret. The client credentials connection also asks for an Instance ID from the same Wix OAuth app. Click Save.
Your first scenario: a PDF link for each new Wix order
GoalWhen an order comes in on your Wix store, Make creates a link to a PDF of that order.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big + in the middle of the editor. That empty circle becomes the first module, the one that starts everything.
- 02
Add Watch Orders
Search for Wix, pick Watch Orders and choose your connection. It is an instant trigger: Wix calls Make through a webhook, so set up that webhook in your Wix account as the Make doc describes.
- 03
Add the PDF module
Click the + on the right of Watch Orders and pick Generate Orders PDF Link. Map the order from the trigger into it: each order arrives as one bundle, the item that flows from one module to the next.
- 04
Test with Run once
Click Run once, then place a test order on your site. Open the bubbles above each module to read the bundles they received and check that a PDF link comes out at the end.
- 05
Switch it on
Turn the scenario on. From now on, each new order starts it without you touching anything. Each module run on one bundle counts as one operation, the unit Make counts on your plan.
Which Wix events can start a scenario?
7 modules start a scenario when something happens in Wix. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Wix as soon as it happens.
Watch Carts
Instant triggerIn Make“Triggers when a cart is created, completed, abandoned or recovered in a store web.”
Watch Carts gives you a scenario that reacts to shopping carts on your Wix store, whether a cart is created, completed, abandoned or recovered. You get the cart as it stands at that moment.
Watch Collections
Instant triggerIn Make“Triggers when a collection is created, updated and deleted.”
Watch Collections tells your scenario whenever a product collection is created, updated or deleted in your Wix store. It suits the people who keep the catalog structure tidy rather than the ones who sell.
Watch Form Submissions
Instant triggerIn Make“Triggers when a form is submitted.”
Watch Form Submissions starts your scenario each time a visitor sends one of the forms on your Wix site. The answers land in Make right away, instead of waiting in the Wix dashboard.
Watch Fulfillments
Instant triggerIn Make“Triggers when a fulfillment is created, updated or deleted.”
Watch Fulfillments follows the shipping side of your orders: it fires when a fulfillment is created, updated or deleted in Wix. You see the delivery step move without opening the order screen.
Watch Messages
Instant triggerIn Make“Triggers when someone sends a message.”
Watch Messages picks up each message someone sends you through Wix and passes it to the rest of your scenario. Nobody has to keep the Wix inbox open to spot a new question.
Watch Orders
Instant triggerIn Make“Triggers when an order is created, paid, refunded and canceled.”
Watch Orders is the trigger most stores start with: it fires when an order is created, paid, refunded or canceled in Wix. Your scenario learns about the sale as it happens and can take over the follow-up.
Watch Products
Instant triggerIn Make“Triggers when a product is created, updated or deleted.”
Watch Products reacts to changes in your Wix catalog: a product created, updated or deleted starts the scenario with that product in hand. Other tools that show your catalog can stay aligned with the store.
What can Make do in your Wix account?
Wix gives you 20 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add Products to a Collection
- Create a Collection
- Create a Product
- Delete a Collection
- Delete a Product
- Delete Products from a Collection
- Generate Orders PDF Link
- Get a Cart
- Get a Collection
- Get a Contact
- Get an Order
- Get a Product
- Make an API Call
- Send a Message
- Update a Collection
- Update a Product
- Search Collections
- Search Contacts
- Search Orders
- Search Products
Add Products to a Collection
ActionIn Make“Adds the products to a specified collection.”
This module places existing products into a collection you pick, so they show up together on your storefront. Nothing is created or deleted, the products just get a new home.
Create a Collection
ActionIn Make“Creates a new collection.”
Create a Collection opens a fresh product collection in your Wix store straight from the scenario. You get an empty group that other modules can fill afterwards.
Create a Product
ActionIn Make“Creates a new product.”
Create a Product adds an item to your Wix catalog from data coming out of an earlier module, a spreadsheet row for instance. No manual copy and paste into the Wix dashboard.
Delete a Collection
ActionIn Make“Deletes a collection.”
Delete a Collection removes a whole product collection from your Wix store. It keeps the storefront clean when a range has had its day and nobody should land on it anymore.
Delete a Product
ActionIn Make“Deletes a product.”
Delete a Product takes an item out of your Wix catalog for good. It saves you from hunting down discontinued references one by one in the dashboard.
Delete Products from a Collection
ActionIn Make“Deletes the products from a specified collection.”
Delete Products from a Collection takes products out of one collection while they stay in your catalog. Only the grouping changes, the product pages remain.
Generate Orders PDF Link
ActionIn Make“Generates a link to a PDF file for given orders.”
Generate Orders PDF Link returns a link to a PDF file of the orders you pass to it. You get a document you can store, attach or share, without exporting anything by hand.
Get a Cart
ActionIn Make“Returns the data of a specified cart.”
Get a Cart reads the full data of one cart when you already know which cart you want. Your scenario can then look at what the shopper had picked.
Get a Collection
ActionIn Make“Returns the data of a specified collection.”
Get a Collection returns the details of a single collection whose identifier you already have. Handy when a trigger only tells you that something changed.
Get a Contact
ActionIn Make“Returns the data of a specified contact.”
Get a Contact pulls the full record of one contact from your Wix site. The next modules get the details they need to personalize a reply or fill a CRM.
Get an Order
ActionIn Make“Returns the data of a specified order.”
Get an Order fetches the complete data of one order: what the customer bought and where the order stands. Useful when the bundle you have holds only part of the story.
Get a Product
ActionIn Make“Returns the data of a specified product.”
Get a Product returns everything Wix holds on one product you point to. Your scenario works from the live catalog rather than from a copy that may be out of date.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call is the way out when no listed module does what you need: it calls any endpoint of the Wix API with the connection you already set up. No second login.
Send a Message
ActionIn Make“Sends a text message to a specific channel on behalf of the site owner.”
Send a Message posts a text message to a chosen channel on behalf of the site owner. The reply leaves from your Wix site without anyone opening the dashboard.
Update a Collection
ActionIn Make“Updates an existing collection.”
Update a Collection edits a collection that already exists in your store. The section keeps its place and its products, and only what you change is modified.
Update a Product
ActionIn Make“Updates an existing product.”
Update a Product changes an existing item in your Wix catalog from data your scenario received. Prices and descriptions follow your source without a manual edit.
Search Collections
SearchIn Make“Searches for collections by filter parameter.”
Search Collections looks for the collections that match a filter and hands them to the scenario one by one. It helps when you know what a collection is like, but not its identifier.
Search Contacts
SearchIn Make“Searches for contacts by query parameter.”
Search Contacts finds the people in your Wix contact list that match a query. Each match comes out as its own bundle, ready for the next module.
Search Orders
SearchIn Make“Searches for collections by filter parameter.”
Search Orders pulls the orders that fit a filter, so your scenario can work through them in one pass. No export from the Wix dashboard needed.
Search Products
SearchIn Make“Searches for products by filter parameter.”
Search Products returns the catalog items that match a filter, each as a separate bundle. It is the starting point for any bulk change on your store.
Need help automating Wix with Make?
A person reads every message.