Setup

@wix/crm
Version 1.0.178
Published 1 day ago

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

Copy
npm install @wix/crm

or

Copy
yarn add @wix/crm

Then import { labels } from @wix/crm:

Copy
import { labels } from "@wix/crm";
Did this help?