Builds the IDENTITY email payload for an identity status change and hands it
to the CustomerNotificationService core. Lives in entity-services (next
to the writer) so it can use the Identity domain type; the writer calls
notify right where it publishes the identity.identity.statusUpdated
event.
Relocated from the customer-dashboard handleIdentityEvent handler.
Builds the
IDENTITYemail payload for an identity status change and hands it to the CustomerNotificationService core. Lives in entity-services (next to the writer) so it can use theIdentitydomain type; the writer calls notify right where it publishes theidentity.identity.statusUpdatedevent.Relocated from the customer-dashboard
handleIdentityEventhandler.