Setup

@wix/crm
Version 1.0.176
Published 2 days ago

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

Copy
npm install @wix/crm

or

Copy
yarn add @wix/crm

Then import { contacts } from @wix/crm:

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