> For the complete documentation index, see [llms.txt](https://help.chatterfy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatterfy.ai/tracker/funkcional-tracker/campaigns/auto-actions-iventy-cherez-postback.md).

# Auto Actions ивенты через postback

Auto Actions - это функционал позволяющий автоматизировать ваши воронки и полностью избавиться от обработчиков. Когда вы получите постбэк от продукта (например событие первого депозита от 1win) - для пользователя с тем clickid, который был указан при регистрации автоматически изменится шаг диалога и ИИ может продолжать общаться с лидом ЗНАЯ, что человек сделал депозит/регистрацию и тд.

Чтобы данный функционал работал, вам необходимо настроить Постбэки на продукте и ОБЯЗАТЕЛЬНО передавать clickid в партнерку. Без этого система НЕ будет знать, кому из диалогов нужно изменить шаг.

[Postbacks](/tracker/funkcional-tracker/postbacks.md)

## Пример реализации

<figure><img src="/files/5tR18J838LuyVxnNWVSo" alt=""><figcaption></figcaption></figure>

При поступлении постбэка с типом: "**sale**" - для лида автоматически изменится шаг на Flow RD, step FD, статус диалога Auto

При поступлении постбэка с типом: "**resale**" - для лида автоматически изменится шаг на Flow RD, шаг 2rd, статус Auto

При поступлении постбэка с типом: "**registration**" - для лида автоматически изменится шаг на Flow FD, шаг REG, статус Auto

<figure><img src="/files/92wlpHs4my5zkFC2Uv6r" alt=""><figcaption><p>пример шага FD, который автоматически ставится пользователю сделавшему FD</p></figcaption></figure>

{% hint style="warning" %}
Если у вас НЕ ПОЯВИЛИСЬ автоэкшены, проверьте указан ли в вашей кампании ДМ бот. **Для настройки автоэкшенов необходимо ДМ бота добавить.**
{% endhint %}

## Дополнительные возможности для повторных депозитов

Вы можете добавлять бесконечное множество действий, нажав на кнопку "Add action"

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

Для события resale (повторный депозит) можно использовать числовое значение депозита, к примеру "resale#2" - это действие при ВТОРОМ повторном депозите, "resale#3" при третьем и тд.

Вы также можете добавлять кастомные действия, если продукт отдает такие события в постбэках, напримере бинарных опционов часто можно встретить событие "withdrawal", благодаря обработке которого вы можете изменить шаг диалога в тот момент, когда пользователь сделает вывод с платформы.


---

# 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.chatterfy.ai/tracker/funkcional-tracker/campaigns/auto-actions-iventy-cherez-postback.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.
