Skip to main content
Version: 3.x

appActivate

Activate the app.

Requires MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_STATUS_CHANGED (async): An app was activated.
appActivate(
id: ID!
): AppActivate

Arguments

appActivate.id ● ID! non-null scalar

ID of app to activate.

Type

AppActivate object

Activate the app.

Requires MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_STATUS_CHANGED (async): An app was activated.

Was this page helpful?