message:`Your engagement is being terminated effective ${effectiveDate.toISOString().split('T')[0]}. Type: ${dto.terminationType.replace('_',' ')}. Please review the details.`,
actionUrl:`/offboarding/${termination.id}`,
isBlocking:true,
entityType:'termination',
entityId:termination.id,
});
}catch(err){
this.logger.warn(`Failed to send termination notification: ${err.message}`);
`Termination completed for ${termination.user.firstName}${termination.user.lastName} by ${currentUser.email}. ${assignedCards.length} cards unassigned.`,