ma
Max — это business-focused Russian messenger. Its Bot REST API allows automated message delivery и update polling, making it suitable для notifications, support bots, и internal communication workflows.
С помощью Max интеграции в AACFlow можно:
- Отправить messages: Deliver text messages to Max chats programmatically
- Получить updates: Poll для new incoming messages и events
Эта интеграция позволяет automated communication workflows using the Max messenger platform.
Инструкции по использованию
Интегрируйте Max в рабочий процесс. Требуется Max API Bearer token obtained from the Max developer portal at max.ru/developers.
Инструменты
max_send_message
Отправить a message to a Max chat
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
token | string | Да | Max API Bearer token |
chatId | string | Да | Target chat ID |
text | string | Да | Message text |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
messageId | string | ID of the sent message |
success | boolean | Произошла ли message was delivered |
max_get_updates
Poll для new messages и events
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
token | string | Да | Max API Bearer token |
offset | number | Нет | Update offset for постраничная выборка |
limit | number | Нет | Maximum updates to return |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
updates | array | Массив update objects |
count | number | Number of updates returned |
Ссылки
- Official API: https://max.ru/developers
- AACFlow block source: apps/aacflow/blocks/blocks/max.ts

