> For the complete documentation index, see [llms.txt](https://manual.selarti.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.selarti.com/vneshnie-integracii/integraciya-s-pomoshyu-servisa-make/integraciya-s-amocrm.md).

# Интеграция с amoCRM

*Интеграция с* [*amoCRM*](https://www.amocrm.ru/) *позволяет повысить эффективность работы ИИ-агентов за счёт объединения возможностей искусственного интеллекта с функциональностью CRM-системы для управления вашими продажами*.

Настройка интеграции производится с помощью сервиса Make. Первый шаг — настройка связки **Selarti + Make** была рассмотрена в [отдельной статье](https://manual.selarti.com/vneshnie-integracii/integraciya-s-pomoshyu-servisa-make). В текущей статье рассмотрена вторая часть настройки — связка **amoCRM + Make**.

Откройте amoCRM и перейдите в amoМаркет, вверху справа нажмите на кебаб-меню и выберите *«+ Создать интеграцию»*.

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

В открывшемся окне выберите *«+ Создать»* напротив пункта «Внешняя интеграция».&#x20;

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

В открывшемся окне заполните поля:&#x20;

* **Предоставить доступ** — «Все», для этого выберите чекбоксами все доступные пункты;
* **Название интеграции и описание** — для вашего удобства напишите там «Selarti», чтобы в дальнейшем не путаться.

После нажмите *«Сохранить»* в правом верхнем углу.&#x20;

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

В amoМаркете перейдите в раздел *«Установленные»*, найдите созданную интеграцию и нажмите на *«Selarti»*.

<figure><img src="/files/139y1DHFmWvBgL690lPG" alt=""><figcaption></figcaption></figure>

В открывшемся окне настройки перейдите в *«Ключи и доступы»*, нажмите *«Сгенерировать токен»*.

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

Укажите дату истечения и нажмите *«Подтвердить»*.&#x20;

Обратите внимание — выберите максимальный возможный срок, то есть пять лет.&#x20;

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

Скопируйте ваш токен, он нужен будет для донастройки на стороне «Make».

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

Скачайте готовый шаблон для интеграции Selarti и amoCRM [по ссылке](https://disk.yandex.ru/d/sd0AYj7vdeS0lw).

Перейдите в [Make](https://www.make.com/en/login?response_type=code\&client_id=eu2.make.com\&redirect_uri=https%3A%2F%2Feu2.make.com%2Fsso%2Foauth\&state=98de6beb8d7905262540\&scope=zone%3Alogin), откройте раздел *«Scenarios»* и нажмите *«+ Create a new scenario»*.

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

В настройках сценария нажмите на кебаб-меню и выберите *«Import blueprint»*, загрузите ранее скачанный файл с шаблоном интеграции.

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

{% hint style="info" %}
Проверьте все запросы и замените данные в круглых скобках на свои.&#x20;
{% endhint %}

В поле *«URL»* замените <mark style="background-color:orange;">(домен\_вашего\_амо)</mark> на ваш домен — посмотреть его можно в адресной строке amoCRM.&#x20;

В поле *Headers > Item 1 > Value* замените <mark style="background-color:orange;">(тут\_токен\_амо)</mark> на ваш токен — его нужно было скопировать в предыдущем шаге настройки в amoCRM.&#x20;

Затем нажмите *«OK»*.&#x20;

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


---

# 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://manual.selarti.com/vneshnie-integracii/integraciya-s-pomoshyu-servisa-make/integraciya-s-amocrm.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.
