Setup

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

Copy
npm install @wix/crm

or

Copy
yarn add @wix/crm

Then import { attachments } from @wix/crm:

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