SendGrid template id for the DEPOSIT notification (manual mints use the DEPOSIT template).
Notify the relevant recipients of a manual-mint event. Best-effort.
customerId is the wallet-resolved owning customer the writer already
looked up (manual mints aren't customer-pinned); created distinguishes the
deposit.manualMint.created event from deposit.manualMint.statusUpdated.
Builds the
DEPOSIT(typeDIRECT) email payload for a manual-mint event and hands it to the CustomerNotificationService core. Lives in backoffice-services (next to the writer) so it can use theManualMintdomain type; the writer calls notify right where it publishes the event + busts the cache, gated identically to the customer event.Relocated from the customer-dashboard
sendManualMintNotificationhandler.