Setup

To use the Inbox API, install the @wix/inbox package using npm or Yarn:

Copy Code
npm install @wix/inbox

or

Copy Code
yarn add @wix/inbox

Then import inbox from @wix/inbox:

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