Pega pulse notification after tagging ourself

Hii,

In Pega Pulse, can we tag ourself and receive the Pulse Email notification?

I tried tagging myself along with other operators, other operators received the pulse email notification, but I haven’t. How we can achieve this?

@PriyankaB1930 sending notifications to self (who has initiated the notification) is disabled by default in the system. User who has invoked the notification is removed from the recipients list in pzPrepareRecipientList activity in System-Queue-Notification class (steps 7 and 8). In case you want the system to send out notifications to self as well, you can override the when rule used in step 7 “pyFilterCurrentUser” in your implementation layer and make it false or conditionally true/false as per your requirement.