Kind: Interface
Source: atloria-monorepo/apps/api/src/email/email-template.ts
Branded transactional-email layout — ONE look for every platform email.
Email-client-safe by construction: table layout, fully inline styles, solid colors (no CSS vars/flex/grid), 600px column, bulletproof button. Callers pass content; this owns the chrome (wordmark bar, card, footer).
Properties
| Property | Type |
|---|---|
preheader | string |
heading | string |
bodyHtml | string |
cta | { label: string; url: string } |
footerNote | string |
Was this page helpful?