Skip to main content
Version: 3.x

appRetryInstall

Retry failed installation of new app.

Requires MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_INSTALLED (async): An app was installed.
appRetryInstall(
activateAfterInstallation: Boolean = true
id: ID!
): AppRetryInstall

Arguments

appRetryInstall.activateAfterInstallation ● Boolean scalar

Determine if app will be set active or not.

appRetryInstall.id ● ID! non-null scalar

ID of failed installation.

Type

AppRetryInstall object

Retry failed installation of new app.

Requires MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_INSTALLED (async): An app was installed.

Was this page helpful?