Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Mutation

configureProjectWebhook():ConfigureProjectWebhook
Beta

BETA configureProjectWebhook mutation field.

All mutations have exactly one input field called input with a unique input and return type. This is useful to write mutations with variables, so there is always one single variable per mutation. This makes it easier to use and reuse them.

Input fields of ConfigureProjectWebhookInput
projectId: ID!
Beta

BETA Project ID.

notificationUrl: String!
Beta

BETA Webhook notification URL.

name: String!
Beta

BETA Webhook name.

version: Int!
Beta

BETA Webhook payload version.

subscribeTo: [AssetWebhookEvent!]
Beta

BETA Subscribe to specific webhook events. If not defined the webhook will subscribe to all events

Fields of ConfigureProjectWebhook
webhook:ProjectWebhook!
Beta

BETA The configured project webhook.