> 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/skype.md).

# Skype

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

Интеграция позволяет подключать Skype Bot'ов (не личные/обычные аккаунты). Skype Bot - это не чат-боты, это специфическое название канала в Skype, которые позволяют настроить канал коммуникации клиента с компанией.

Инструкция составлена исходя из факта того, что Skype Bot уже создан и его необходимо подключить к Blinger.io. Если Skype Bot не создан, то предлагаем воспользоваться инструкцией: [**Как создать Skype Bot?**](/russian/faq-1/faq/po-kanalam/skype.md)&#x20;

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

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

![](/files/-LlqAvctzb5OCngjsdci)

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

![](/files/-LlvtaXVqMUOMoF_stM8)

### **Шаг 3.**  Зайти в аккаунт Microsoft Azure **и** выбрать Skype  Bot, который  планируется подключить

{% hint style="info" %}
Если нет аккаунта на портале Microsoft Azure, то воспользуйтесь инструкцией: [**Как создать аккаунт Microsoft Azure?**](/russian/faq-1/faq/po-kanalam/skype.md#kak-sozdat-akkaunt-na-microsoft-azure)
{% endhint %}

Прямая ссылка на **Microsoft Azure:** <https://portal.azure.com/#home>

Выбрать конкретного Skype-бота можно найти в разделе "All resources".&#x20;

![](/files/-Lm4PF-SYsGMhm2_4c_5)

{% hint style="info" %}
Skype-bot всегда имеет тип: **Bot Channels Registration**
{% endhint %}

### **Шаг 4.** Изменить "Messaging endpoint" в разделе Settings

Указать Messaging endpoint: `https://api.blinger.ru/skype_webhook/`и нажать "Сохранить"

![](/files/-LEyUfSg5hGZWcUOCQFl)

### **Шаг 5.** Скопировать значение поля Microsoft App ID

![](/files/-Lm4U1V1ecU7X-LcuBKr)

### Шаг 6. Открыть Blinger.io и вставить Microsoft App ID в поле «Application id»

![](/files/-Lm4ULNaFHXJd0ej-mlj)

### **Шаг 7.** Скопировать значение поля Client secret

Нажать "Manage" в поле Microsoft App ID

![](/files/-Lm4UzNQPFjHDpS0LfgJ)

... удалить текущий Client secret

![](/files/-Lm4VCyvzMN3N7b1lJF7)

... создать новый Client secret путем нажатия на кнопку "New client secret"

![](/files/-Lm4VQdG6CTqzpNZCtJ6)

... скопировать значение **Сlient secret**

{% hint style="info" %}

* поле Description можно заполнить любым значением
* в поле Expires указать Never
  {% endhint %}

![](/files/-Lm4WIljv2Kqmx8jRY0q)

### Шаг 8. Открыть Blinger.io, вставить **Сlient secret** в поле «Application Secret» и нажмите "Добавить"

![](/files/-Lm4Won223Cz260pmhXZ)

### **Шаг 9.** Вернутся на портал Microsoft Azure, перейти в раздел Channels и добавить канал Skype

![](/files/-Lm4Y9W73_COEaY5lE1x)

### **Шаг 10.** Заполнить проблемы Publish в соответсвии с требованиями и нажать "Submit for Review"

{% hint style="info" %}
Заполнение раздела Publish необходимо, чтобы созданного Skype Bot можно было отыскать через строку поиска в приложении Skype.

Обратите внимание на поля, где необходимо указать ссылки на «Условия использования» и «Политику конфиденциальности», которым руководствуется ваш ресурс.&#x20;
{% endhint %}

![](/files/-Lm4acUvpTBbtgdlRFXD)

**По желанию:** для Skype Bot можно установить логотип - путь: Settings - Bot profile - Icon

![](/files/-Lm4bkKHpXr2jEgMrXhM)

{% hint style="success" %}

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

{% endhint %}

{% hint style="info" %}
**У работы интеграции с Skype есть своя особенность.**&#x20;

После завершения всех работ по интеграции, обмен сообщениями начинает работать **спустя 5-15 минут.** Такая задержка связана с внутренними техническими процессами компании мессенджера Skype.
{% 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/skype.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.
