Connect your Wix site to n8n to automate workflows using Wix triggers and actions. For an overview of the Wix n8n integration and what you can do with it, see About n8n Integration.
This guide walks you through creating API credentials and configuring n8n to work with your site. After completing this task, you can create workflows that react to events on your Wix site, perform Wix actions, connect to other n8n integrations, and use AI agents to power your automations.
Important:
Wix n8n 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.
Create an API key in your Wix account with the permissions needed for the triggers and actions you want to use.
To create an API key:
Important: Store your API key securely and never expose it in frontend code.
Locate the ID of the Wix site you want to connect to n8n.
To find your site ID:
Go to your site's dashboard.
Check the URL in your browser. The site ID appears after /dashboard/ in the URL.
For example, in https://manage.wix.com/dashboard/12345678-1234-1234-1234-123456789012/home, the site ID is 12345678-1234-1234-1234-123456789012.
Alternatively, you can use the Query Sites API to retrieve all site IDs associated with your account.
Add your Wix API credentials to n8n to authenticate your workflows.
To configure credentials:
Verify that your credentials are working by creating a simple workflow.
To test the connection:
If the connection is successful, you see results from your Wix site.