This article outlines key flows for sending BI events and explains their implications.
To alert users that your app requires additional configuration, such as setting preferences or creating an account, Wix can display a "Setup incomplete" status badge next to your app in the site dashboard.
To enable the badge, your app has to send the APP_FINISHED_CONFIGURATION
event at least once. Wix will then recognize your app as requiring additional setup and show the badge for future installations. Once you determine that the app instance has completed the setup of the app, send the event for that instance to remove the badge and mark it as configuration finished.
The process looks like this:
APP_FINISHED_CONFIGURATION
event at least once, the user sees the "Status incomplete" badge next to your app in the site dashboard.APP_FINISHED_CONFIGURATION
event, including an OAuth access token for the relevant app instance in the Authorization
header.Warning: After sending the APP_FINISHED_CONFIGURATION
event, your app will always show a "Setup incomplete" status for new installations. This behavior can't be disabled.