Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
SendNotifications
Parameters
Name Type Description

notificationPeriod

NotificationPeriod

Notification period, in days.

Possible values: [WEEKLY, DAILY, NEVER, MONTHLY, IMMEDIATE].

recipients

List(String)

Not null
Default value: new ArrayList<>()

List of recipients

Json Format
{
recipients: List(String),
notificationPeriod: NotificationPeriod
}