Skip to main content

WebhookCreate Object

Creates a new webhook subscription.

Requires one of the following permissions: MANAGE_APPSAUTHENTICATED_APP
type WebhookCreate {
webhookErrors: [WebhookError!]! @deprecated
errors: [WebhookError!]!
webhook: Webhook
}

Fields

errors ● [WebhookError!]!

webhook ● Webhook

Show deprecatedHide deprecated

webhookErrors ● [WebhookError!]!

DEPRECATED

Use errors field instead.

Returned By

webhookCreate mutation