# 2025-08-04: Webhook Service - new Vendor events

## Overview

The new events were added to webhook-service. The events related to manipulation of vendor instances are now emitted to Webhook Service.

## Added events

| Event                   | Description                                           |
| ----------------------- | ----------------------------------------------------- |
| `vendor.vendor-created` | The event is emitted when vendor instance is created. |
| `vendor.vendor-updated` | The event is emitted when vendor is updated.          |
| `vendor.vendor-deleted` | The event is emitted when vendor is deleted.          |

## Known problems

There are no known problems.


---

# 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/changelog/archive/changelog-2025/2025-08-04-webhook.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.
