onAppInstanceInstalled( )


Notes:

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

Permissions
Manage Your App
Read site, business, and email details
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?