# Webhook Service

Manage the webhook configuration to allow users to choose which events they want to receive via the Svix webhook provider.

### Key features and benefits

* Gives possibility to view event catalog
* Gives possibility to view configuration
* Updates configuration
* Subscribes and unsubscribes from events without having to provide the full configuration
* Supports hooking into the following objects:
  * Availability
  * Catalog
  * Category Tree
  * Cart
  * Client Management
  * Customer
  * Customer Segment
  * Index Item
  * Order
  * Price
  * Product
  * Quote
  * Return
  * Schema
  * Site
  * Vendor
* Supports the following strategies:
  * Svix Emporix Shared Account
  * Svix Custom Account
  * HTTP Webhook (third-party provider)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/api-references/api-guides/webhooks/webhook-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
