Website Building

Wix

10min

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

To establish the connection, you must:

Create a custom application in Wix

To create a custom application in Wix:

  1. Log in to your Wix account.
  2. In the Custom Apps section, click Create New App > Build from scratch.
    Document image
    
  3. In the pop-up window, select Self-Hosted, then click Get Started.
  4. Optional: Click the three dots icon to the right from the app name, then click Rename app to set a new app name.
  5. In the left sidebar, click Permissions, then click + Add Permissions.
  6. Add the following permissions and click Save:
    • Wix Stores - Manage Products, Manage Orders
    • Wix Chat - Manage Chats
    • Wix Cashier - Read Payments
    • Coupons - Manage Coupons
    • Wix Forms - Read Form Submissions

      Note: You have the Manage Your App permission by default.

      Document image
      
  7. Test your custom app:
    1. Click Test App > Dashboard > Test App.
    2. Select the needed app from the list, and click Test Your App.
    3. Click Add to Site.
    4. In the appeared window, click Agree & Add.
    5. Click View All Apps.
    6. Make sure your new custom app appeared on your site's dashboard.
  8. Go back to your custom application settings.
  9. In the left sidebar, click OAuth. Copy the App ID and App Secret Key values shown and store it in a safe place.
  10. Expand Advanced OAuth (optional) and do the following:
    • In the App URL field, enter the link: https://www.make.com/oauth/cb/wix
    • In the Redirect URL field, enter the link: https://www.integromat.com/oauth/cb/wix
      Document image
      
  11. 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

To establish the connection in Make:

  1. Log in to your Make account, add a Wix module to your , 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. Select your custom app and agree to the permissions.

You have successfully established the connection. You can now edit your 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 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 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 

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
    Note: You need to install an app to your Wix site to use this module. For details, see the Wix eCommerce Handbook.
  • Get an Order
    Note: You need to install an app to your Wix site to use this module. For details, see the Wix eCommerce Handbook.
  • Generate Orders PDF Link

Stores: Fulfillment

  • Watch Fulfillments

Form

  • Watch Form Submissions

Chat: Message

  • Send a Message
  • Watch Messages

Other

  • Make an API Call