# 2025-06-24: Webhook Service - new events added

## Overview

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

## Added events

| Event                            | Description                                                                                                      |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `schema.custom-instance-created` | The event is emitted when custom instance is created. The type of the custom instance is present in the payload. |
| `schema.custom-instance-updated` | The event is emitted when custom instance is updated. The type of the custom instance is present in the payload. |
| `schema.custom-instance-deleted` | The event is emitted when custom instance is deleted. The type of the custom instance is present in the payload. |

## Known problems

There are no known problems.
