> For the complete documentation index, see [llms.txt](https://help.novatalks.com.ua/ua/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novatalks.com.ua/ua/get-started/settings/integrations/webhooks.md).

# Вебхуки

## **Список Вебхуків** <a href="#webhooks-list" id="webhooks-list"></a>

**Вебхуки** - це виклики по HTTP, які можна налаштувати в рамках облікового запису. Вебхук виклик запускається при спрацюванні обраних подій, наприклад при нових зверненнях.&#x20;

<figure><img src="/files/6tV6v1uiXHYS4XdO3m6d" alt=""><figcaption></figcaption></figure>

Для додавання нового/редагування існуючого вебхуку необхідно обрати **Додати новий вебхук/Редагувати вебхук**.

***

## Створення/Редагування Вебхуку <a href="#create-edit-a-webhook" id="create-edit-a-webhook"></a>

<figure><img src="/files/Oqf7yLQtqAcuvkGuVvLe" alt=""><figcaption></figcaption></figure>

1. **URL вебхука -** URL-адреса, на яку буде відправлятись запит.
2. **Авторизація -** метод авторизації, який підтримує кінцевий URL, щоб захистити дані від несанкціонованого доступу

* None - запит буде надіслано без додаткових заголовків авторизації.
* Bearer - використовується для передачі статичного API-ключа або токена.

<figure><img src="/files/nisXWNGeZ4H6ueLLCqwY" alt=""><figcaption></figcaption></figure>

* Basic - використовує стандартну схему Login та Password.

<figure><img src="/files/axglwAp2AxAdhZKEzmxK" alt=""><figcaption></figcaption></figure>

* Custom - дозволяє самостійно вказати назву заголовка

<figure><img src="/files/52y12zYPTUPl0EPxyZfm" alt=""><figcaption></figcaption></figure>

3. **Події** - події, при яких буде спрацьовувати вебхук:

* Статус розмови змінено&#x20;
* Сабстатус розмови змінено&#x20;
* Повідомлення створено
* Повідомлення оновлено&#x20;
* Призначеного агента змінено&#x20;
* Призначену команду змінено&#x20;

3. **Виберіть канал** - Канал, для якого буде налаштований вебхук.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.novatalks.com.ua/ua/get-started/settings/integrations/webhooks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
