Interface: TemplateContext
Defined in: src/lib/recruiting/templates.ts:10
Candidate nurture email templates (pure, no I/O).
The follow-up runner drafts an outbound_emails row for every channel='email' step using the
step's template_key. Non-email steps (viber/call/video) become a manual task only. Bodies are
plain text with a tiny {{firstName}} merge — a human approves every draft before it sends
(review CMP / the draft→approveAndSend loop), so these are starting points, not autosends.
Properties
firstName
firstName:
string
Defined in: src/lib/recruiting/templates.ts:11