> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/webhooks/llms.txt)
> Source: https://docs.saleor.io/api-reference/webhooks/mutations/webhook-create

# webhookCreate Mutation

Creates a new webhook subscription.

Requires one of the following permissions: MANAGE\_APPS AUTHENTICATED\_APP

```graphql
webhookCreate(
  input: WebhookCreateInput!
): WebhookCreate
```

Details

```graphql
type WebhookCreate {
  webhookErrors: [WebhookError!]! @deprecated
  errors: [WebhookError!]!
  webhook: Webhook
}
```

<a id="arguments"></a>

### Arguments

<a id="input"></a>

#### [`input`](#input) ● [`WebhookCreateInput!`](/api-reference/webhooks/inputs/webhook-create-input.md)

Fields required to create a webhook.

<a id="type"></a>

### Type

<a id="webhookcreate"></a>

#### [`WebhookCreate`](/api-reference/webhooks/objects/webhook-create.md)

Creates a new webhook subscription.

Requires one of the following permissions: MANAGE\_APPS AUTHENTICATED\_APP
