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.
handler(event: AppInstanceInstalledEnvelope): void | Promise<void>