wix

Wix triggers & actions integration for n8n

Package Information

Downloads: 251 weeklyĀ /Ā 251 monthly
Latest Version: 1.0.3
Author: Itai Ben David

Documentation

@wix/n8n-nodes-wix

This is an n8n community node that lets you use Wix in your n8n workflows.

Wix is a leading cloud-based website development platform that enables users to create professional websites, online stores, bookings, and more. This node allows you to automate workflows by integrating with Wix's eCommerce, CRM, and other services.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node provides actions for managing Products and Orders in your Wix store.

Product

Operation Description
Create Create a new product with inventory
Delete Delete an existing product
Get Get a single product by ID
Get Many Query and list products
Update Update an existing product with inventory

Note: Product operations use Catalog V3 and are not compatible with Catalog V1 sites.

šŸ“š Wix Stores Products API Documentation

Order

Operation Description
Cancel Cancel an existing order
Create Create a new order
Get Get a single order by ID
Get Many Query and list orders
Update Update an existing order

šŸ“š Wix eCommerce Orders API Documentation

Triggers

The Wix Trigger node allows you to start workflows based on events happening in your Wix site. Triggers are powered by Wix Automations.

Available Triggers

Back in Stock
  • Back in stock request created
  • Product back in stock
Bookings
  • Appointment request approved
  • Appointment request declined
  • Appointment requested
  • Appointment or class updated
  • Booking canceled
  • Client checks in
  • Client checked in X times
  • Client marked as "no-show"
  • Course updated
  • Failed to apply booking fee
  • Failed to collect applied booking fees
  • No sessions left
  • Session booked
  • Session double-booked
  • Session ends
  • Session starts
Blog
  • Blog post liked
  • Blog post new comment
  • New blog post published
Chat & Inbox
  • Chat message received
  • Chat message sent
  • Message received (Wix Chat or Inbox preset email)
  • Pre-chat form submitted
  • Visitor on site
CMS
  • CMS form submitted
Contacts & Segments
  • Contact Assigned
  • Contact enters segment
  • Contact leaves segment
  • Label added to contact
  • Label removed from contact
  • New contact created
Donations
  • Donation is made
  • Recurring donation is canceled
  • Recurring donation is charged
Events & Tickets
  • Daily report
  • Daily RSVP report
  • Event canceled
  • Event ends
  • Event published
  • Event reminder date has arrived
  • Event starts
  • Guest checked in
  • Guest registers to waitlist
  • Guest RSVPd NO email
  • Guest RSVPd YES email
  • Guest RSVPs
  • New spot opened for waitlist guests
  • Order confirmed but ticket couldn't be generated
  • Order placed
  • RSVP confirmed
  • Ticket order email
  • Ticket ordered
  • Ticket sale ended
  • Ticket sale started
File Share
  • Folder access given
  • Folder access requested
Forms
  • Form submitted
Forum
  • Forum comment deleted
  • Forum comment published
  • Forum post published
  • Reacted to Forum comment
  • Reacted to Forum post
  • Removed reaction from Forum comment
  • Removed reaction from Forum post
Groups
  • Group create request declined
  • Group has new member generic update
  • Group Updated
  • Member comments on a post
  • Member creates a post
  • Member invited to group
  • Member joins a group
  • Member leaves a group
  • Member mentioned someone
  • Member mentions someone
  • Member pays for a group
  • Member reacts to a comment
  • Member reacts to a post
  • Member removed as payment plan expired
  • Member request to join a group approved
  • Member request to join a group declined
  • Member requests to create a group
  • Member requests to join a group
  • Member role updated
  • Members create posts
  • Members join a group
  • New group created
  • Person invited to group
  • Reminder to create group
  • Reminder to invite members
  • Someone you follow creates a post
  • Weekly Digest
Invoices
  • Invoice overdue
  • Invoice paid
  • Invoice payment received
  • Invoice sent
Loyalty Program
  • Customer earns points
  • Customer enters tier
  • Customer has enough points for rewards
  • Points balance adjusted manually
  • Points expire in 14 days
  • Social media profile followed
Members
  • Member approved
  • Member blocked
  • Member deleted
  • Member email confirmation required
  • Member logs in
  • Set contact as member
  • Site member asks to reset password
  • Visitor signs up to your site
Online Programs
  • Certificate available to download
  • Member invited to join a program
  • Member joins a program
  • Member pays for a program
  • Member's join request approved
  • Member's join request declined
  • Offline payment declined
  • Offline program payment received
  • Participant access denied
  • Participant completes a program
  • Participant completes a step
  • Participant data exported
  • Participant leaves a program
  • Participant manually added to program
  • Payment failed
  • Program end date has passed
  • Program ended without all steps completed
  • Program join request received
  • Reminder to complete scheduled steps
  • Visitor access denied
Pay Links
  • Payment received
  • Send a pay link
Portfolio
  • New project created
Price Quotes
  • Price quote accepted
  • Price quote expired
  • Price quote sent
Pricing Plans
  • Plan canceled
  • Plan ordered
Proposals
  • Proposal accepted
  • Proposal sent
Recurring Invoices
  • Recurring payment canceled
  • Recurring payment starts
Restaurants
  • Delivery order ready
  • Future order due by
  • Order accepted
  • Order canceled
  • Order created
  • Order edited
  • Order fulfilled
  • Order out for Delivery
  • Pickup order ready
  • Restaurant order placed
Reviews
  • Review created
  • Review deleted
  • Review moderation status changed
  • Review request created
Stores (eCommerce)
  • Checkout abandoned
  • Credit card is charged
  • Order placed
  • Payment Added to Order
  • Store order placed
Subscriptions
  • Customer's payment method updated
  • Payment fails - grace period starts
  • Payment successful - grace period ends
  • Subscription's billing date updated
  • Subscription's item price updated
Table Reservations
  • Table reservation added manually
  • Table reservation canceled
  • Table reservation starts
  • Table reservation time updated
  • Table reserved by guest
Tasks
  • Task overdue
Workflows
  • Card added or moved

šŸ“š Wix Automations API Documentation

Credentials

To use this node, you need to set up Wix API credentials:

Prerequisites

  1. A Wix account with a published website

Setup

  1. Go to the API Keys Manager to create a new API key
  2. Assign the appropriate permissions for the APIs you want to access
  3. Copy your API key and store it securely
  4. Get your Site ID from your site's dashboard URL (it appears after /dashboard/ in the URL)
  5. In n8n, create new credentials for Wix API and enter:
    • API Key: Your Wix API key
    • Site ID: Your Wix site ID

Important: Store your API keys securely and use them only in server-side code.

šŸ“š How to Generate an API Key

Resources

Discussion