# Webhooks

## **Webhooks list**

**Webhooks** are HTTP callbacks that are set up for each account. These are triggered when selected events occur (e.g., the status of a conversation is changed).&#x20;

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

To add a new/edit an existing webhook, select **Add new webhook/Edit webhook.**

***

## Create/Edit a Webhook

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

1. **Webhook URL** - a URL to which a request will be sent.&#x20;
2. **Authorization** – an authorization method that supports a target URL to protect data from unauthorized access.

* None – the request will be sent without additional authorization headers.
* Bearer – used to transmit a static API key or token.

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

* Basic – uses the standard Login and Password scheme.

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

* Custom – allows you to specify the header name manually.

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

3. **Events** – events that will trigger the webhook:

* Conversation status changed&#x20;
* Conversation substatus changed
* Message created&#x20;
* Message updated&#x20;
* Assignee changed&#x20;
* Team changed

4. **Select inbox** - an Inbox for which a webhook will be configured.


---

# 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://help.novatalks.com.ua/en/get-started/settings/integrations/webhooks.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.
