ru
RuStore — это официальный official Android app marketplace, developed от VK (Mail.ru Group) in partnership с Russian technology companies. Its Push Notification API allows sending notifications to Android app users via the RuStore platform, which — это the recommended push alternative для Russian-market Android apps.
С помощью RuStore Push интеграции в AACFlow можно:
- Отправить push notifications: Deliver targeted push messages to Android app users registered с RuStore
Эта интеграция позволяет automated mobile push notifications для apps distributed through the RuStore marketplace.
Инструкции по использованию
Интегрируйте RuStore Push в рабочий процесс. Требуется RuStore service token для your app. Obtain it in your developer account at dev.rustore.ru.
Инструменты
rustore_push_send_push
Отправить a push notification
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
serviceToken | string | Да | RuStore service token |
projectId | string | Да | RuStore project ID |
token | string | Да | Device push token |
title | string | Да | Notification title |
body | string | Да | Notification body text |
data | object | Нет | Custom payload data |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
messageId | string | Sent notification ID |
success | boolean | Произошла ли push was sent |
error | string | Error message if failed |
Ссылки
- Official API: https://push-api.rustore.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/rustore_push.ts

