Builds the ORGANIZATION email payload for an organization status change and
hands it to the CustomerNotificationService core. Lives in
entity-services (next to the writer) so it can use the Organization domain
type; the writer calls notify right where it publishes the
organization.organization.created / .statusUpdated event.
Relocated from the customer-dashboard handleOrganizationEvent handler.
Builds the
ORGANIZATIONemail payload for an organization status change and hands it to the CustomerNotificationService core. Lives in entity-services (next to the writer) so it can use theOrganizationdomain type; the writer calls notify right where it publishes theorganization.organization.created/.statusUpdatedevent.Relocated from the customer-dashboard
handleOrganizationEventhandler.