> For the complete documentation index, see [llms.txt](https://help.myfreshcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.myfreshcloud.com/attachment/automation/automation-script.md).

# Сценарий автоматизации

## Возможные активности

При выборе того или иного действия вам необходимо будет настроить пункты.&#x20;

![](/files/-M_1JxM2D-wsvlcHM2Pr)

## Отправить e-mail

![](/files/-M_1M_dvJL8Oqh6lCzoW)

* Укажите тему письма. Эту тему будет видеть ваш клиент при получении письма
* Выбираете шаблон письма, который должен быть создан заранее.

![](/files/-M_1NqlfeBw8xejq_zHx)

* Выбираете из списка e-mail отправителя
* и как быстро письмо должно быть отправлено. Сразу или через несколько дней

{% content-ref url="/pages/-MUSFKcN0thC88XAPuIK" %}
[Подключение почты](/integration/mailer/add-email.md)
{% endcontent-ref %}

## Отправить sms

* выбираете оператора через которого будет отправлены sms
* Само сообщение не более 110 символов
* и как быстро sms должна быть отправлена. Сразу или через несколько дней

![](/files/-M_1OFidndfnSM_BVFHF)

Ниже ссылка на инструкцию как подключить поставщика SMS

{% content-ref url="/pages/-MZwPiRzpbEdlCS\_igwh" %}
[Поставщик Target SMS](/integration/add-sms/target.md)
{% endcontent-ref %}

## Создать новую задачу

* Выбрать из справочника тип задачи
* определить с каким статусом задача будет создана автоматически
* тема задачи (здесь рекомендуем написать комментарий, послание для того кто увидит эту задачу)
* Выбрать из списка сотрудников, того, кто будет выполнять эти автоматические задачи
* Задача будет создана сразу или через какое то кол-во дней

![](/files/-M_0ePQWCUrIRzeoR3fK)

{% content-ref url="/pages/-MV\_xa1uGVD2eoYx7-Ho" %}
[Задачи](/attachment/crm/task.md)
{% endcontent-ref %}

## Создать новую сделку

* Указать с каким названием будет создаваться автоматические сделки
* Какой тип сделки
* Статус
* комментарий к сделке
* и кто будет ответственным за эту авто сделку

![](/files/-M_1PA90DyO8f-7aALVE)

{% content-ref url="/pages/-MSNHxryfrPDjOyMf0nQ" %}
[Сделки](/attachment/crm/deal.md)
{% endcontent-ref %}

## Сменить тип & статус контрагента

При выборе смена тип или статус контрагенты вы выбираете из списка на какой параметр необходимо будет заменить

![](/files/-M_1PqKEeKVS7HUod8lJ)

{% content-ref url="/pages/-MSNHvNV6rc\_qhqtYXH9" %}
[Контрагенты](/attachment/crm/company.md)
{% endcontent-ref %}

Как работает оповещение о наступлении даты рождения контактного лица - подробней здесь [День рождения](/attachment/crm/birthday.md)


---

# 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://help.myfreshcloud.com/attachment/automation/automation-script.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.
