> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/admin/ru/settings/messaging-gateways.md).

# Шлюзы сообщений

Navixy использует два типа шлюзов обмена сообщениями: [Электронная почта ](#email-gateway)и [SMS](#sms-gateway). Эти шлюзы являются важными инструментами для поставщиков услуг GPS/телематики для общения с клиентами, отправки оповещений и уведомлений, а также взаимодействия с IoT-устройствами. Шлюзы обмена сообщениями можно настроить и управлять ими в разделе **Settings** Административной панели.

## Почтовый шлюз

**Почтовый шлюз** — это шлюз обмена сообщениями, который предоставляет возможность общения с клиентами по электронной почте. Шлюз электронной почты позволяет отправлять уведомления по электронной почте вашим пользователям при наступлении определённых событий, например, когда устройство выходит из сети или при нарушении геозоны. Вы также можете использовать шлюз Email для отправки ежедневных или еженедельных отчётов пользователям, предоставляя им важную информацию об их активах и устройствах.

Чтобы узнать больше о типах шлюзов электронной почты и о том, как их настроить, см. раздел [Почтовый шлюз](/docs/admin/ru/settings/messaging-gateways/email-gateway.md).

## SMS gateway

**SMS-шлюз** обеспечивает двунаправленную отправку сообщений между вашей платформой, вашими устройствами и вашими клиентами. Он выполняет две критические функции: M2M‑связь для отправки команд и активации IoT‑устройств (необходима, когда IP‑подключение недоступно) и уведомления для пользователей, доставляющие оповещения в реальном времени о состоянии устройства или нарушениях геозон.

Для получения дополнительной информации о настройке SMS‑шлюзов см. раздел [SMS gateway](/docs/admin/ru/settings/messaging-gateways/sms-shlyuz.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://navixy.com/docs/admin/ru/settings/messaging-gateways.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.
