Invoice review email with an itemized line-item table.
Subject: Invoice {{invoice_number}} from {{vendor_name}}
Invoice #INV-2026-112 from Tonal Films
Full CSS support · Dark mode via @media prefers-color-scheme
Mustachio tokens filled by Postmark at send time.
| Token | Description |
|---|---|
{{invoice_number}} | Invoice reference number. |
{{amount}} | Formatted invoice total. |
{{vendor_name}} | Who issued the invoice. |
{{due_date}} | Human-formatted due date. |
{{project_name}} | Project the invoice belongs to. |
{{line_items}} | Section loop: { description, amount, status, confirmed }. |
{{action_url}} | Link to pay the invoice. |
{{workspace_logo_url}} | Workspace logo image URL (shown in the lockup). |
{{workspace_initials}} | Workspace initials (up to 2 characters) shown when no logo is set. |