Wix

Connect Wix's business tools and scalable infrastructure with Webflow's design flexibility to create powerful, integrated web experiences. This integration enables agencies to design in Webflow while managing content in Wix, synchronize data between platforms, and leverage the strengths of both builders.

Install app
View website
View lesson
A record settings
CNAME record settings
Wix

How to integrate Wix with Webflow

The easiest way to integrate Wix with Webflow is by using third-party automation tools like Zapier and Make. Though you can also use Webflow's native Code Embed elements if you need more customized functionality.

Go one step further with Webflow's and Wix's APIs. Build with both platforms' APIs to get even more control over the integration.

Use third-party automation tools

Connect Wix and Webflow without coding using Zapier or Make. These tools enable automated workflows between platforms, perfect for agencies managing multiple client sites or businesses operating across both platforms.

Set up a Zap in minutes: choose a Wix trigger (like "new form submission"), connect your accounts, and select a Webflow action (like "create CMS item"). Zapier handles the data transfer automatically.

Key capabilities:

  • Sync form submissions from Wix to Webflow CMS collections
  • Update product catalogs when inventory changes in either platform
  • Cross-post content like blog posts or events automatically
  • Unify lead management by routing contacts to a shared CRM

Use Webflow's Code Embed feature

Embed Wix widgets into Webflow pages or vice versa using embed elements. Both platforms support custom code embedding for displaying calendars, booking systems, or product galleries from the other platform.

Common embed use cases:

  • Display Wix Bookings widget on a Webflow landing page
  • Show Webflow-designed forms within Wix member areas
  • Embed third-party widgets like calendars or chat tools on both platforms
  • Add tracking pixels for unified analytics across sites

To embed content, copy the HTML code from one platform and paste it into the other platform's embed element.

Build with Webflow's API and Wix's Velo Platform

For advanced integrations, use the Webflow CMS API and Wix's Velo platform to create custom workflows. This approach offers complete control over data synchronization, automated publishing, and complex business logic.

API integration capabilities:

  • Real-time content sync between Wix and Webflow CMS collections
  • Automated site publishing when content updates in either platform
  • Custom authentication flows for member-only content
  • Advanced eCommerce workflows including order processing and inventory sync

Implement CMS synchronization

Sync content between platforms using webhooks and APIs. When content changes in Wix, use Velo's wix-fetch API to send updates to Webflow's CMS endpoints.

Example Wix Velo code for sending data to Webflow:

import {fetch} from 'wix-fetch';
 

import {fetch} from 'wix-fetch';
 
export function datasetName_afterSave(item) {
  fetch("https://api.webflow.com/collections/YOUR_COLLECTION_ID/items", {
  method: 'post',
  headers: {
  'Authorization': 'Bearer YOUR_WEBFLOW_API_TOKEN',
  'Content-Type': 'application/json'
  },
  body: JSON.stringify({
  fields: {
  name: item.title,
  body: item.content,
  published: item.published
  }
  })
  });
  return item;
}

Handle webhook events

Configure webhooks to trigger actions when content changes. Wix can send event notifications when CMS items are created, updated, or deleted.

Useful webhook events for sync:

  • item.created — New content added to Wix CMS
  • item.updated — Existing content modified
  • item.removed — Content deleted from collection
  • item.published — Content visibility changed

Set up webhook endpoints using middleware services or custom servers to process these events and update Webflow accordingly.

What you can build

Integrating Wix with Webflow unlocks powerful possibilities for agencies and businesses needing both design excellence and scalable operations.

  • Agency portfolio sites: Design stunning showcases in Webflow while clients update case studies and testimonials through Wix's user-friendly interface
  • Multi-brand eCommerce: Create custom storefronts in Webflow for each brand while managing inventory and orders centrally through Wix's robust eCommerce tools
  • Event platforms: Build beautiful event landing pages in Webflow that pull registration data from Wix Bookings for seamless attendee management
  • Content hubs: Design magazine-style layouts in Webflow while editorial teams publish articles through Wix's CMS, supporting up to 500,000 items

Frequently asked questions

  • There's no direct migration tool between platforms. You'll need to manually export content, rebuild designs in Webflow, and set up redirects for SEO preservation. The Webflow CMS API documentation provides endpoints for bulk content import if you export Wix data to CSV format.

    There's no direct migration tool between platforms. You'll need to manually export content, rebuild designs in Webflow, and set up redirects for SEO preservation. The Webflow CMS API documentation provides endpoints for bulk content import if you export Wix data to CSV format.

  • Webflow limits API requests to 60 per minute per access token, while Wix's limits vary by endpoint. Check the Webflow API rate limits guide for current restrictions and implement proper error handling in your integration code.

    Webflow limits API requests to 60 per minute per access token, while Wix's limits vary by endpoint. Check the Webflow API rate limits guide for current restrictions and implement proper error handling in your integration code.

  • Use Zapier to automatically send Wix form data to Webflow CMS collections. Configure triggers in the Zapier platform and map form fields to CMS fields. For custom solutions, implement webhooks using Wix's Velo platform.

    Use Zapier to automatically send Wix form data to Webflow CMS collections. Configure triggers in the Zapier platform and map form fields to CMS fields. For custom solutions, implement webhooks using Wix's Velo platform.

Wix
Wix
Joined in

Description

Wix is a leading cloud-based website builder that enables users to create, manage, and grow their online presence without coding. It offers drag-and-drop editing, professional templates, integrated business tools, and supports everything from personal blogs to complex eCommerce stores with up to 500,000 CMS items.

Install app

This integration page is provided for informational and convenience purposes only.


Other App integration and task automation integrations

Other App integration and task automation integrations

Make (formerly Integromat)

Make (formerly Integromat)

Connect Make's powerful visual automation platform with Webflow to automate workflows, sync data across 1,800+ apps, and scale your operations without code. Build sophisticated automations that respond to form submissions, update CMS content, and manage e-commerce operations automatically.

App integration and task automation
Learn more
GitHub

GitHub

Connect GitHub's powerful version control and deployment tools with Webflow to enable continuous deployment, automated workflows, and seamless collaboration between designers and developers. Build modern web applications with visual design and professional development practices.

App integration and task automation
Learn more
Figma to Webflow

Figma to Webflow

Transform static Figma designs into responsive Webflow sites with direct synchronization of components, variables, and styles. Streamline your design-to-development workflow and maintain perfect design fidelity across platforms.

App integration and task automation
Learn more
Alloy

Alloy

Merchants use Alloy to automate tedious tasks across fulfillments, marketing, operations, & more.

App integration and task automation
Learn more
ApiStack

ApiStack

ApiStack is a library of APIs that helps you quickly build different backend flows without any coding or infrastructure. Be it Phone number verification, key-value store, Airtable connector, Email address verification, you will find APIs and corresponding one-click Webflow integrations.

App integration and task automation
Learn more
Airtable sync by PowerImporter

Airtable sync by PowerImporter

Sync Airtable to Webflow CMS without code or fussy zaps - simply map your fields and click "sync"

App integration and task automation
Learn more

Related integrations

No items found.

Get started for free

Try Webflow for as long as you like with our free Starter plan. Purchase a paid Site plan to publish, host, and unlock additional features.

Try Webflow for as long as you like with our free Starter plan. Purchase a paid Site plan to publish, host, and unlock additional features.

Get started — it’s free