Configuring additional parameters for notification channels
Version:
In Dev Studio, you can configure additional parameters that the notification channels may require at run time. You can define these parameters as key-value pairs.
For example, if you want to notifiy users that follow a case about a Pulse message in the case, you must add the instance key ( pzInsKey ) of the message as an additional parameter. The channels use this parameter to send notifications about the Pulse message at run time.-
Click the Records Explorer and expand the Process category.
-
Click Notification.
-
Click the notification for which you want to configure additional parameters for the channels.
-
On the Advanced tab, in the Additional information section, click the Add a row icon to add a parameter.
-
In the Key field, enter a key to store the parameter name, for example,PulseKey.
-
In the Value field, enter a property that holds the value for the specified key, for example, PostMessage.pzInsKey. To open the property that you specified or create a new property, click the Open icon.
-
Click the Add a row icon to add more parameters, and enter values in the Key and Value fields.
-
Click Save.
- Notification channels
A notification channel is a carrier that the application uses to notify users about events at run time.You can create notifications for one or all of the available notification channels – web gadget, email, and mobile.
- Keystores
A keystore is a file that contains keys and certificates that you use for encryption, authentication, and serving content over HTTPS. In Pega Platform, you create a keystore data instance that points to a keystore file.
- Creating a notification
In Dev Studio, you can create a notification to inform users about events that they are involved in or interested in.