Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Mutation

configureProjectWebhook():ConfigureProjectWebhook
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

Project ID.

notificationUrl: String!
Beta

Webhook notification URL.

name: String!
Beta

Webhook name.

version: Int!
Beta

Webhook payload version (1 or 2).

subscribeTo: [AssetWebhookEvent!] = null
Beta

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

Fields of ConfigureProjectWebhook
webhook:ProjectWebhook!
Beta

The configured project webhook.