Setup

To use the BiEvents API, install the @wix/app-market package using npm or Yarn:

Copy
1
npm install @wix/app-market

or

Copy
1
yarn add @wix/app-market

Then import { biEvents } from @wix/app-market:

Copy
1
import { biEvents } from '@wix/app-market'
Was this helpful?
Yes
No

sendBiEvent( )

Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Submit a BI event to Wix.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Your App
Learn more about permission scopes.
Copy
function sendBiEvent(options: SendBiEventOptions): Promise<void>
Method Parameters
optionsSendBiEventOptions
Returns
Return Type:Promise<void>
Was this helpful?
Yes
No