notifications.sendSimple
Sends a simple notification from the app to the user
| Name | Required | Type | Description |
|---|---|---|---|
| uid | true | Recipient identifier | |
| text | true | A message that will be sent as a notification to the user | |
| mark | false | The tag that will be passed to the application in the custom_args parameter on transition by notification | |
| qualifier | false | ||
| custom_button_key | false | If set, it allows replacement of the default test value on the button in the notification. For example, if “button_accept” is specified, the button will say “Accept” instead of “Start playing”.
|
Authorization
Session is prohibitedRequired permissions
- VALUABLE_ACCESS
Restrictions
В тексте оповещения допускается указывать не более 5 спец. символов или эмодзи
- The notification can only be sent to users who launched the application no more than 14 days ago, otherwise a LIMIT REACHED error will be returned.
- Notification text length may not exceed 100 characters
- Each individual user can have a maximum of 1 individual notification. If a user has not closed a previous notification and the app sends a newer one to that user, the old one will be deleted.
- The method has a separate limit of 5 calls from the app per day per user

