Skip to main content

Wix

With Wix modules in Make, you can manage the contacts, cards, collections, products, orders, fulfillments, forms, and messages in your Wix account.

To use the Wix modules, you must have a paid account. For subscription information, refer to the Wix Pricing page.

Refer to the Wix API documentation for a list of available endpoints.

Connect Wix to Make

To establish the connection, you must:

Create a custom application in Wix

To create a custom application in Wix:

  1. Log in to Wix Developer Center using your login credentials for your Wix account.

  2. At the top of the screen, click Build Apps > My Workspace.

  3. In the Custom Apps section, click Create New App > Build from scratch.

  4. In the pop-up window, select either Wix Blocks or Self-Hosted, then click Get Started.

  5. In the left sidebar, click Permissions, then click Add Permissions.

  6. Add the following permissions:

    Wix Developers

    Manage Your App

    Wix Stores

    Manage Products, Manage Orders

    Wix Chat

    Manage Chats

    Wix Cashier

    Read Payments

    Coupons

    Manage Coupons

    Marketing

    Read Form Submissions

  7. In the left sidebar, click OAuth. Copy the App ID and App Secret Key values shown and store it in a safe place.

  8. Expand Advanced OAuth (optional) and do the following:

    • In the App URL field, enter the link: https://www.integromat.com/oauth/cb/wix

    • In the Redirect URL field, enter links: https://www.integromat.com/oauth/cb/wix and https://www.make.com/en/integrations/wix.

  9. Click Save.

  10. Click Test Your App, select a starting point and then click Test App.

  11. Return to the OAuth page and click Save.

You created a custom application. You will use App ID and App Secret Key in the App ID and App Secret fields in Make.

Establish the connection with Wix in Make

To establish the connection in Make:

  1. Log in to your Make account, add a Wix module to your scenario, and click Create a connection.

  2. Optional: In the Connection name field, enter a name for the connection.

  3. In the App ID field, enter the relevant value that you copied above.

  4. In the App Secret field, enter the relevant value that you copied above.

  5. Click Save.

  6. If prompted, authenticate your account and confirm access.

You have successfully established the connection. You can now edit your scenario and add more Wix modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.

Set Up Wix Webhooks

This app uses webhooks to trigger a scenario when an event occurs instantly. All webhook modules have an instant tag next to their name.

To set up a webhook, follow these steps:

  1. Add a Wix instant module to your scenario and click Create a webhook.

  2. Optional: Enter a name for the webhook in the Webhook name field.

  3. Select the corresponding connection for the webhook in the Connection field and fill in all required fields.

  4. Click Save > Copy address to clipboard.

  5. Log in to Wix Developer Center and go to the custom app that you created above.

  6. In the left sidebar, click Webhooks.

  7. Click + Create Webhook.

  8. Search for the event that you want to watch, and then click Select Event.

  9. In the Add callback URL field, enter the webhook link that you copied.

  10. Click Subscribe.

Wix will now send data to Make through the webhook when the selected event occurs.

Build Wix Scenarios

After connecting the app, you can perform the following actions:

CRM: Contact

  • Search Contacts

  • Get a Contact

Stores: Cart

  • Watch Carts

  • Get a Cart

Stores: Collection

  • Watch Collections

  • Search Collections

  • Get a Collection

  • Create a Collection

  • Update a Collection

  • Delete a Collection

  • Add Products to a Collection

  • Delete Products from a Collection

Stores: Product

  • Watch Products

  • Search Products

  • Get a Product

  • Create a Product

  • Update a Product

  • Delete a Product

Stores: Order

  • Watch Orders

  • Search Orders

  • Get an Order

  • Generate Orders PDF Link

Stores: Fulfillment

  • Watch Fulfillments

Form

  • Watch Form Submissions

Chat: Message

  • Send a Message

  • Watch Messages

Other

  • Make an API Call