Wix is a versatile website platform that allows users to create and manage their online stores effortlessly. With Relevance AI, you can supercharge your Wix experience by automating tasks and gaining insights through advanced AI capabilities.


Wix provides a robust platform for managing your online presence, while Relevance AI enhances it by integrating intelligent AI Agents that automate and optimize your e-commerce operations.
Dynamic Content Orchestration
The agent autonomously updates and optimizes website content across multiple pages based on real-time performance data and user behavior.
E-commerce Intelligence
Leverages market data and customer insights to dynamically adjust product pricing, inventory levels, and promotional strategies.
Analytics-Driven Optimization
Continuously analyzes website performance metrics to implement data-driven improvements and enhance user experience.
Relevance AI enables you to leverage Wix's powerful website management tools within your automated workflows.
What you’ll need
You don't need to be a developer to set up this integration. Follow this simple guide to get started:
- A Relevance AI account
- An Airtable account with access to the base and table you'd like to use
- Authorization (you'll connect securely using OAuth—no sensitive info stored manually)
Security & Reliability
This integration enables seamless interaction between Wix's website platform and Relevance AI, allowing you to programmatically manage your Wix website's products, contacts, and collections. The integration provides a streamlined way to automate e-commerce operations, contact management, and product catalog maintenance through RESTful API calls.
Key benefits include automated product and inventory management, streamlined contact database operations, collection organization and maintenance, and secure OAuth2 authentication.
To get started, ensure you have a Wix Business Account with API access enabled, a Relevance AI account, and the necessary Wix API Key with the required permissions. Your system should have Node.js 12.x or higher, an HTTPS enabled endpoint for webhook callbacks, and a modern web browser for accessing the Wix dashboard.
Once you have the prerequisites, install the integration package using npm install relevance-ai-wix-integration. Configure authentication with your OAuth account ID and site ID, and initialize the client to begin making API calls.
For example, to create a new contact, you can use the following code snippet:
const contactData = { oauth_account_id: "your_oauth_id", site: "your_site_id", email: "customer@example.com", firstName: "John", lastName: "Doe", phone: "+1234567890", labels: ["VIP", "New Customer"] }; const response = await client.createContact(contactData);
Expected response will include the contact ID and status, confirming the successful creation of the contact.
In case of any issues, common errors include authentication errors, site ID not found, API rate limiting, and product creation failures. Solutions are provided for each issue to help you troubleshoot effectively.
Implement best practices such as error handling, rate limiting, and data validation to ensure your integration runs smoothly. For additional support or specific issues, consult the Wix API documentation or contact Relevance AI support.
No training on your data
Your data remains private and is never utilized for model training purposes.
Security first
We never store anything we don’t need to. The inputs or outputs of your tools are never stored.

To get the most out of the 0CodeKit + Relevance AI integration without writing code:
- Start with a clear setup: Ensure your 0CodeKit account is properly configured with the necessary OAuth credentials and permissions.
- Utilize example code: Leverage the provided code snippets for PDF compression and barcode reading to jumpstart your integration.
- Validate inputs: Always check your input parameters for correctness before making API calls to avoid unnecessary errors.
- Test with sample data: Run your automations using test PDFs and images to ensure everything works smoothly before going live.
- Monitor API usage: Keep an eye on your API calls to avoid hitting rate limits, and implement caching where appropriate.