> For the complete documentation index, see [llms.txt](https://waba.docs.olchat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://waba.docs.olchat.io/roboty-i-aktiviti/roboty-i-aktiviti-biznes-processov/proverit-nalichie-whatsapp-na-nomere.md).

# Проверить наличие WhatsApp на номере

### Настройка робота

Робот «\[Олчат WABA] Проверить наличие WhatsApp» позволяет на определённой стадии в автоматизированном режиме осуществить проверку телефона клиента на предмет регистрации в WhatsApp.

Для добавления робота необходимо:

{% stepper %}
{% step %}

* Перейти в раздел «Роботы» из списка лидов либо карточки лида в CRM (в системе управления взаимоотношениями с клиентами).

<figure><img src="/files/6bIHgLwUp28mIudpB6Ju" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FnSjRgu4lFhqZHpjexrs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Добавьте робота.

1. Нажмите «+ Создать».
2. Укажите стадию, на которой должен срабатывать робот.
3. Из списка меню выберите «Другие роботы».
4. Нажмите «Добавить» напротив «\[Олчат WABA] Проверить наличие WhatsApp».

<figure><img src="/files/ekYgR0hL8JsgrzVwUZQD" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Настройте робота, заполнив параметры поля «Телефон».

<figure><img src="/files/abmnlakoReW6fW8APGd2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Настройте триггер «Добавить комментарий элемента», чтобы на таймлайне в карточке сущности отобразился результат проверки робота «\[Олчат WABA] Проверить наличие WhatsApp».

1. Нажмите «+ Создать».
2. Укажите стадию, на которой должен срабатывать робот.
3. Воспользуйтесь строкой поиска, введя «Добавить комментарий в элемент».
4. Нажмите «Добавить» напротив «Добавить комментарий в элемент».

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

5. Укажите очередь срабатывания триггера: После предыдущего робота.
6. Укажите причину срабатывания триггера: нажмите «<img src="/files/XhJ46BfNeAh7ds5AFpjX" alt="" data-size="line">», далее выберите «Роботы» — «\[Олчат WABA] Проверить наличие WhatsApp» — «Номер существует?»

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

7. Сохраните настройки.
   {% endstep %}

{% step %}
Настройка робота завершена.

Результат проверки будет отображён на таймлайне в карточке сущности в виде поля с буквой Y (yes, номер зарегистрирован в WhatsApp) или N (no, не зарегистрирован).
{% endstep %}
{% endstepper %}


---

# 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://waba.docs.olchat.io/roboty-i-aktiviti/roboty-i-aktiviti-biznes-processov/proverit-nalichie-whatsapp-na-nomere.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.
