# Integration

*In the* «*Integrations*» *section you can set up integration with any external service, as well as configure daily reports to a chat, channel, or direct messages in Telegram.*

## General view of the section

In the sidebar go to the «[*Integration*](https://selarti.com/panel?menu=integration)».

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

## Main elements

The central part of the screen displays a list of created integrations.

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

* **Name** — the name you specified when creating the integration.
* **Type** — the type of integration (with which service the integration is configured).
* **Trigger** — the events that will send the webhook.
* **Used in** — tasks in which the integration is involved.
* **Control** — deletion of the integration.

## Creating an integration

In the «*Integration*» section click the «*Create integration*» button located in the top right corner of the screen.

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

A form to create an integration will open.

<figure><img src="/files/gFyJU8deNoEy2p4i0dQq" alt="" width="461"><figcaption></figcaption></figure>

In the dropdown menu select the integration you want to configure. Available options:

* **Telegram notifications —** sending notifications to Telegram about important customer messages — about new orders and inquiries. More details in [a separate article](/manual-en/external-integrations/telegram-notifications-for-dialog-statuses.md).
* **Albato** — a webhook will be sent when the AI agent receives contacts or consent for a targeted action. Detailed setup in [a separate article](/manual-en/external-integrations/integration-using-the-albato-service.md).
* **Zapier** — a webhook will be sent when the AI agent receives contacts or consent for a targeted action. Detailed setup in [a separate article.](/manual-en/external-integrations/integration-using-the-zapier-service.md)
* **Make** — a webhook will be sent when the AI agent receives contacts or consent for a targeted action. Detailed setup in [a separate article](/manual-en/external-integrations/integration-using-the-make-service.md).
* **Another** **—** a webhook will be sent for integration with an external messenger. More details in [a separate article](/manual-en/external-integrations/integration-with-an-external-messenger.md).
* **Daily report** — setting up sending daily reports to a chat, channel, or direct messages in Telegram. Detailed setup in [a separate article](/manual-en/external-integrations/daily-reports-in-telegram.md).
* **Balance** — specify the threshold at which the administrator will receive notifications in Telegram about balance replenishment.

## Editing an integration

To make changes:

1. Click the integration you want to edit. The integration editor window will open.
2. Make the necessary changes.
3. Click «*Save*».

<figure><img src="/files/zRneLoOtFVUj0HsVs7xk" alt="" width="464"><figcaption></figcaption></figure>


---

# 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://manual.selarti.com/manual-en/main-sections-of-the-service/integration.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.
