> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/functions/sending-result/envycrm.md).

# EnvyCRM

Для отправки данных и перемещения сделки необходимо подключить интеграцию [EnvyCRM](/functional/integrations/envycrm/podklyuchenie-envycrm.md)

### Перемещение сделки по воронке

Перемещение позволяет передвинуть сделку на другой этап после выполнения функции<br>

<figure><img src="/files/C5MR4hqly1yrFkW6gIZ8" alt=""><figcaption><p>Перемещение по воронке</p></figcaption></figure>

Доступны две настройки:

* **Воронка** - вы выбираете в какую воронку будет перемещаться сделка либо не будет перемещаться вовсе
* **Название этапа** - вы выбираете этап, куда будет перемещаться сделка

<br>

<figure><img src="/files/CPLgkZ1hyjim5pkv8m0u" alt=""><figcaption><p>Поля для заполнения</p></figcaption></figure>

### Заполнение полей crm

Для заполнения доступны 3 вида полей:

* Поле сделки
* Поле клиента
* Поле контакта клиента

Для заполнения полей выберите:

1. Тип поля который берется из EnvyCRM, например: email, название сделки, телефон контакта.
2. Источник источник откуда будут браться данные и передаваемые значения:
   * текст - можно написать свой заданный текст и добавить в CRM;
   * параметр из функции - добавить результат из функции в CRM;
   * данные пользователя - добавить системные поля в CRM.
   * пользовательская переменная - использовать пользовательскую переменную агента или диалога

###


---

# 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://doc.nextbot.ru/functional/functions/sending-result/envycrm.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.
