ru
RuStore is Russia's official Android app marketplace, developed by VK (Mail.ru Group) in partnership with Russian technology companies. Its Push Notification API allows sending notifications to Android app users via the RuStore platform, which is the recommended push alternative for Russian-market Android apps.
With the RuStore Push integration in AACFlow, you can:
- Send push notifications: Deliver targeted push messages to Android app users registered with RuStore
This integration enables automated mobile push notifications for apps distributed through the RuStore marketplace.
Nutzungsanleitung
Integrate RuStore Push into the workflow. Requires a RuStore service token for your app. Obtain it in your developer account at dev.rustore.ru.
Tools
rustore_push_send_push
Send a push notification
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
serviceToken | string | Ja | RuStore service token |
projectId | string | Ja | RuStore project ID |
token | string | Ja | Device push token |
title | string | Ja | Notification title |
body | string | Ja | Notification body text |
data | object | Nein | Custom payload data |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
messageId | string | Sent notification ID |
success | boolean | Whether the push was sent |
error | string | Error message if failed |
Links
- Official API: https://push-api.rustore.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/rustore_push.ts

