Skip to main content
Version: Next

NotificationRecipientResolver

Home > @backstage/plugin-notifications-node > NotificationRecipientResolver

NotificationRecipientResolver interface is used to resolve the individual users to receive the notification.

The resolveNotificationRecipients is used to resolve notifications sent for entity references, and it should return object with a list of user entity references that should receive the notification. In case the function returns other than user entity references, those are ignored.

Signature:

export interface NotificationRecipientResolver 

Methods

Method

Description

resolveNotificationRecipients(options)