App Instance Installed


Notes:

Triggered when an instance of your app is installed on a Wix site.

Both App Instance Installed and App Installation Created trigger on the first install of your app. The two events carry different data. Subscribe to App Installation Created to receive the full App Installation object directly.

Permissions
Manage Your App
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: AppInstanceInstalledEnvelope): void | Promise<void>

Did this help?