> For the complete documentation index, see [llms.txt](https://docs.intellectdialog.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intellectdialog.com/crm-sistemy/clubis/zagruzka-novykh-zayavok-v-clubis-cherez-intellectdialog.md).

# Загрузка новых заявок в Clubis через IntellectDialog

{% embed url="<https://www.youtube.com/watch?v=jUFnODMM1nQ>" %}

#### Подключение провайдера “ClubIS“ внутри IntellectDialog <a href="#podklyuchenie-provaidera-clubis-vnutri-intellectdialog" id="podklyuchenie-provaidera-clubis-vnutri-intellectdialog"></a>

1. 1.Перейдите в раздел “Провайдеры“, нажмите кнопку “Добавить“
2. 2.Выберите “ClubIS“ и нажмите на него
3. 3.Укажите следующие параметры
   * Наименование - любое значение
   * domain - опубликованный веб-сервис ClubIS с указанным портом, инструкция публикации в [основном разделе ClubIS](https://intellectdialog.atlassian.net/l/c/U3kHx21Y). Пример: [http://XX.XX.XXX.XXX:XX/](http://46.23.155.173:81/intellectdialog)​
   * user\_id - это созданный пользователь в ClubIS через который происходит интеграция

     * Заходим в ClubIS
     * Администратор - Сотрудники - Создать сотрудника​​

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

     * В карточке создания сотрудника “в разделе Общие“ указываем:​​

     <figure><img src="/files/4PthQfSPwmyBRIPLwLrY" alt=""><figcaption></figcaption></figure>

     * После сохранения, нажимаем правой кнопкой мыши на ранее созданного нам пользователя и задаем пароль

     <figure><img src="/files/rbiclQdBxvVAFB51etnR" alt=""><figcaption></figcaption></figure>
   * user\_hash - это **ХЕШ** в ранее созданном пользователе в ClubIS через который происходит интеграция

     * Для его получения еще раз в ClubIS заходим в настройки пользователя, переходим в раздел “Прочее“ и копируем **ХЕШ**

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

     ​4.Проверяем введенные настройки и нажимаем кнопку “Сохранить“

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

Интеграция завершенаДалее переходи в раздел “Связки” и создаем нужные интеграции для загрузки заявок из внешних источников, таких как: сайт, лендинг, марквиз, лид-формы в Instagram и ВК.


---

# 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://docs.intellectdialog.com/crm-sistemy/clubis/zagruzka-novykh-zayavok-v-clubis-cherez-intellectdialog.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.
