interface InviteData { link: string; ttlHours: number; recipientName?: string; isSuperAdmin: boolean; } const LOGO_URL = 'https://s3.portnimara.com/images/Port%20Nimara%20New%20Logo-Circular%20Frame_250px.png'; const BACKGROUND_URL = 'https://s3.portnimara.com/images/Overhead_1_blur.png'; function shell(opts: { title: string; body: string }): string { return `
Welcome to the Port Nimara CRM
${greeting}
You've been invited to the Port Nimara CRM as a ${role}. Click the button below to set your password and activate your account. The link expires in ${data.ttlHours} hours.
If the button doesn't work, paste this link into your browser:
${data.link}
Thank you,
Port Nimara CRM