> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/directives/webhook-events-info

# webhookEventsInfo Directive

Webhook events triggered by a specific location.

```graphql
directive @webhookEventsInfo(
  asyncEvents: [WebhookEventTypeAsyncEnum!]!
  syncEvents: [WebhookEventTypeSyncEnum!]!
) on FIELD | FIELD_DEFINITION | INPUT_OBJECT | OBJECT
```

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

### Arguments

<a id="async-events"></a>

#### [`asyncEvents`](#async-events) ● [`[WebhookEventTypeAsyncEnum!]!`](/api-reference/webhooks/enums/webhook-event-type-async-enum.md)

List of asynchronous webhook events triggered by a specific location.

<a id="sync-events"></a>

#### [`syncEvents`](#sync-events) ● [`[WebhookEventTypeSyncEnum!]!`](/api-reference/webhooks/enums/webhook-event-type-sync-enum.md)

List of synchronous webhook events triggered by a specific location.
