Excerpt |
---|
The Produce Notification Action produces a Picturepark toast notification when the Business Rule conditions are met, e.g., inform about new images, inform about new Content Items with approved copyright information, or recalled Content Items. |
The Business Rule will execute and if conditions are met a notification toast is created. If the user is not logged in or does not see the notification (notification stays unread) Picturepark sends out a notification email based on the users' notification preferences.
Prerequisites
Existing notification that the Business Rule will show as toast in Picturepark.
...
ID is just for internal purposes.
Title and Message will be visible in the toast and notification center.
Create a collection of the found items - so your recipients can access the collection directly. Otherwise, the notification is more like an FYI.
...
Type-ahead and select the notification to produce from the dropdown. You see the listed IDs of all available notifications.
Property | Value |
kind | UnassignContentPermissionSetsAction |
notificationId | The IDs of the notification to produce (which Picturepark will show as toast). This needs to be created upfront. |
recipients | An array of recipients, which can be:
You can add also a combination of the above e.g. user Sandy Soluce, All users of the role "Editors external" and owners. |
...