Skip to main content
Version: 3.x

appCreate

Creates a new app.

Requires the following permissions: AUTHENTICATED_STAFF_USERMANAGE_APPS

Triggers the following webhook events:

  • APP_INSTALLED (async): An app was installed.
appCreate(
input: AppInput!
): AppCreate

Arguments

appCreate.input ● AppInput! non-null input

Fields required to create a new app.

Type

AppCreate object

Creates a new app.

Requires the following permissions: AUTHENTICATED_STAFF_USERMANAGE_APPS

Triggers the following webhook events:

  • APP_INSTALLED (async): An app was installed.

Was this page helpful?