> For the complete documentation index, see [llms.txt](https://help.blinger.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blinger.io/russian/opisanie-raboty/channels/dobavlenie-kanalov/whatsapp.md).

# WhatsApp

## Общая информация

Интеграция позволяет подключать как обычные аккаунты, так и WhatsApp Business аккаунты, и **не требует для подключения наличие доступа к WhatsApp Business API.**&#x20;

Интеграция с WhatsApp - это разработка Blinger.io, созданная по принципу «reverse engineering».&#x20;

{% hint style="info" %}

#### У вас есть доступ к WhatsApp Business API (прямой или опосредованный)?

Обратитесь в Службу поддержки Blinger.io, чтобы получить информацию о возможности подключения.&#x20;
{% endhint %}

## Подключить WhatsApp?

### **Шаг 1.** Открыть вкладку Приложения и нажать кнопку «Добавить»

![](/files/-LlqAvctzb5OCngjsdci)

### **Шаг 2.** Выбрать канал WhatsApp и нажать «Добавить WhatsApp»

![](/files/-LlqAm0EJh6kgyanYQ-3)

### **Шаг 3.** Нажать в появившемся окне «Добавить» для загрузки QR-кода

![](/files/-LlqBB-ZGCKUb4MBu84N)

### Шаг 4. Открыть на смартфоне меню сканирования QR-кода в приложении WhatsApp / WhatsApp Business

{% hint style="warning" %}
Приложение WhatsApp / WhatsApp Business должно быть заранее связано с номером телефона, который планируется использовать для подключения к Blinger.io&#x20;
{% endhint %}

#### Как это сделать в смартфоне?

{% tabs %}
{% tab title="iOS" %}
1\. Открыть раздел **«Настройки»** и нажать **«WhatsApp Web / Desktop»**

![](/files/-LB6_C2r-VD9d-TAD9lN)

2\. Перед сканированием необходимо нажать **«Выйти со всех компьютеров»**, после чего **«Сканировать QR-код»**

![](/files/-LBBKtSkvcF3pPhIIdDx)
{% endtab %}

{% tab title="Android" %}
1\. Зайти в меню приложения и выбрать пункт **«WhatsApp Web»**

![](/files/-LBBLWyTlNKx_N6EYq79)

2\. В появившемся окне нажмите **«Выйти со всех компьютеров»**, а потом **«+»**, чтобы включить камеру для сканирования QR-кода.

![](/files/-LB7eIdKfcZRt3idiynt)
{% endtab %}
{% endtabs %}

### Шаг 5. Отсканировать смартфоном сгенерированный QR-код

![](/files/-LlqJ_ZeQNEXMKtvJsO0)

{% hint style="success" %}

### Интеграция завершена!

{% endhint %}


---

# 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.blinger.io/russian/opisanie-raboty/channels/dobavlenie-kanalov/whatsapp.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.
