Skip to main content

webhookCreate Mutation

Creates a new webhook subscription.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP
webhookCreate(
input: WebhookCreateInput!
): WebhookCreate
Details
type WebhookCreate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}

Arguments

input ● WebhookCreateInput!

Fields required to create a webhook.

Type

WebhookCreate

Creates a new webhook subscription.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP