About n8n Integration

n8n is a workflow automation platform that lets you connect apps and services to create automated workflows. With the Wix n8n integration, you can automate tasks involving your Wix site without writing code, connecting Wix to hundreds of other services available in the n8n ecosystem.

A key capability of n8n is its built-in AI agent. By combining Wix triggers with an AI agent, you can create workflows that analyze incoming data, determine appropriate actions, and execute them automatically.

Before getting started, connect n8n to your Wix site.

What you can do with the integration

The Wix n8n integration provides two types of nodes, both powered by Wix APIs:

  • Wix trigger node: Starts workflows automatically when an event occurs on your site. Wix Automations powers the triggers and provides events across Wix business solutions, such as form submissions, new orders, booking confirmations, contact updates, and membership sign-ups.
  • Wix node: Performs actions on your Wix site, such as managing products and orders in your Wix Store. You can create, update, delete, and query data as part of your n8n workflows.

When configuring a Wix node, you can specify parameter values manually, map them from the trigger output, or use an AI agent to generate them dynamically based on the workflow context.

To see the full list of available triggers and actions, browse the options in the Wix nodes' configuration panels in n8n.

Learn more about n8n nodes.

Important:

The Wix nodes are currently community nodes. Before you can use them, you must install the @wix/n8n-nodes-wix package. See the n8n guide on installing community nodes.

AI-powered workflows

The built-in AI agent in n8n is a key advantage of using n8n with Wix. Instead of building complex conditional logic, you can use an AI agent to interpret trigger data and decide what actions to take. The agent can analyze incoming information, determine the appropriate response, and generate the parameters needed for any action in your workflow, whether that's a Wix node, an email service, a CRM, or any other n8n integration.

For example, you can create a workflow that recovers abandoned checkouts. When a checkout is abandoned on your site, n8n triggers the workflow and an AI agent analyzes the details and generates the parameters for a discounted recovery order and a personalized email. The workflow then creates the order and sends the email to win back the customer.

To expand the capabilities of your AI agent beyond the actions available in the Wix node, you can connect the Wix MCP server as a tool. Connecting the Wix MCP gives your AI agent access to additional Wix APIs.

Authentication

To connect n8n to your Wix site, you need an API key and the site ID of the site you want to connect. These are added as credentials in n8n.

To learn how to set up Wix authentication in n8n, see Connect n8n to Your Wix Site.

Use cases

Here are some examples of what you can automate with the Wix n8n integration:

  • Abandoned checkout recovery: When a checkout is abandoned, an AI agent analyzes the details and generates parameters for a discounted recovery order and personalized email. The workflow then creates the order and sends the email.

  • Smart lead routing: When a form is submitted, an AI agent evaluates the submission and categorizes the lead. The workflow then routes the lead to the appropriate team member or CRM.

  • Automated content moderation: When a new blog comment or forum post is published, an AI agent analyzes the content and decides whether to approve, flag, or remove it. The workflow then performs the appropriate action.

  • Dynamic customer support: When a chat message is received, an AI agent analyzes the query, retrieves relevant order or booking information, and generates a response. The workflow then sends the response to the customer.

  • Cross-platform sync: When product data changes in your Wix Store, automatically update inventory in external systems like spreadsheets or software solutions like Enterprise Resource Planning (ERP).

n8n marketplace

You can search the n8n workflows for workflow templates built by others that use Wix nodes.

If you're a developer looking to extend the Wix n8n integration or create your own Wix-related nodes, you can build and publish them to the marketplace for other Wix users to benefit from.

See also

Did this help?