I have a requirement to configure Notification in PDC for specific application.
For eg:- I have a tenant ‘T1’ and there are ‘A1’, ‘A2’, ‘A3’ applications in it. Now I want to trigger urgent alert notification like ‘PEGA0099’ only for ‘A1’ application.
In the PDC notifications configuration window, I do not see the option to select specific application and it has only option to select the tenant.
In PDC we are not having option to trigger the notification based on application, notifications configuration can be done based on exception categories alone.
One option which you can do for getting particular application exception is, you can consume PDC API and pull the needed information and based on results you can build your business specific logic to trigger mail for needed applications exceptions alone. You can have a scheduler in your environment which will run frequently to pull the exception details from PDC.
One question. This article says we need to subscribe to Notification API and then we can fetch the data through REST API for the event triggered from the manage notifications. However it seems like not all notifications are triggered and only the list from below gets triggered and I waas wondering if there is a way to extract all notifications triggered in PDC for eg:- PEGA0011 Service Total Time, PEGA0117 QP Long Running Activity etc.