notifications.sendMessage
Sends a notification to the users of the application The method is available for all types of applications, except games
| Name | Required | Type | Description |
|---|---|---|---|
| user_ids | true | Comma separated list of user identifiers | |
| message | false | Notification text, maximum 254 characters | |
| msg_id | false | ||
| mark | false | The label that will be passed to the application in the custom_args parameter when opening the notification |
Authorization
Session is optional (for External applications - required)Required permissions
- VALUABLE_ACCESS
Restrictions
- The method has a limit of 1 notification from the application per day for each user.
- When making calls with a developer token, you can send an unlimited number of notifications to application developers

