← All integrations

Wix

143 operations0 webhooks

Wix plugin for Corsair

Supported operations

  • Bulk Update Storage Item TagsWrite

    Tool to bulk update tags on multiple storage items in Wix automations. Use when you need to set public and/or private tags on multiple storage items at once. Requires 'Set Up Automations' permission.

  • Bulk Update Storage Item Tags By FilterWrite

    Tool to bulk update tags on storage items matching filter criteria. Use when you need to add or remove tags from multiple storage items at once based on filter conditions. If a tag appears in both assign and unassign, it will be assigned. This operation is asynchronous and triggers the Storage Item Tags Modified event.

  • Cancel EventWrite

    Tool to cancel any remaining automation actions for a trigger and external entity. Use when you need to stop automation workflows that are no longer relevant (e.g., after an invoice is paid or a form submission is processed).

FAQ

Install corsair and @corsair-dev/wix, add the Wix plugin, and connect with an API key or OAuth. Then call methods like corsair.wix.api.automations.bulkUpdateStorageItemTags() from your app. Corsair stores tokens, and syncs data per tenant.

Yes. Wix supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Wix developer console, then paste into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Wix, GitHub, Notion, Stripe, and the rest. Trigger Wix from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for wix plugin for corsair. Common builds include sync jobs, admin tooling, and agents that call Wix APIs from your backend. Local DB entities let you query synced Wix records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Wix API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/wix in the open repo. When Wix ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Wix data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Wix data on your behalf.