Setup

To use the Crm API, install the @wix/crm package using npm or Yarn:

Copy Code
npm install @wix/crm

or

Copy Code
yarn add @wix/crm

Then import crm from @wix/crm:

Copy Code
import crm from '@wix/crm'
Was this helpful?
Yes
No