Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Mutation

configureProjectWebhook():ConfigureProjectWebhook

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!

Project ID.

notificationUrl: String!

Webhook notification URL.

name: String!

Webhook name.

version: Int!

Webhook payload version (1 or 2).

subscribeTo: [AssetWebhookEvent!] = null

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

Fields of ConfigureProjectWebhook

The configured project webhook.