> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enad.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks

> Send selected Enad events to a custom HTTP endpoint.

<img src="https://mintcdn.com/enaddatamanagementab/rORM5EhGD6damPnK/docs/integrations/assets/webhooks.svg?fit=max&auto=format&n=rORM5EhGD6damPnK&q=85&s=762bbf7c02751e99d1986e5111e36979" alt="Webhooks" className="h-16 w-auto rounded-lg p-2 dark:bg-white" width="24" height="24" data-path="docs/integrations/assets/webhooks.svg" />

The Webhooks integration sends selected Enad events to a custom HTTP endpoint.

<Note>
  This page covers outgoing events configured under **System → Integrations**.
  The separate **System → Webhooks** page is used for incoming provider webhooks.
</Note>

<Tip>
  [Storefront revalidate](/docs/revalidate/revalidate) provides a dedicated
  workflow for storefront cache revalidation.
</Tip>

## Requirements

Required configuration:

* A publicly reachable HTTPS endpoint
* Event types delivered to the endpoint
* An optional authentication header name and value

## Configuration

Configuration follows the [common integration setup](/docs/integrations/integrations#integration-setup) and includes the endpoint and enabled events.

Supported event types cover products, stocks, prices, variants, categories, tags, markets, attributes, store groups, users, organisations, brands, and series.

Additional settings include:

* Store group filters for price-update deliveries
* Market filters for price-update deliveries
* Delivery delay

Empty market or store group filters include matching updates for all markets or store groups.

Connection checks are available under **Status → Integration validation**. The refresh control runs the checks again.

## Authentication

Enad adds the configured header to each request. Supported patterns include `Authorization` with a bearer token and custom headers such as `x-api-key`.

<Warning>
  The header value is a secret and should be rotated if exposed.
</Warning>

## Event payloads and delivery

See [Events](/docs/events/events) for supported event families, payload structure, acknowledgement requirements, ordering, and retries.
