Email Templates
Customize system email notifications using Handlebars templates.
Overview
Gauzy uses a template engine for all outgoing emails. Each template is stored in the database and can be customized per tenant and language.
Template Technology
| Component | Description |
|---|---|
| MJML | Responsive email markup framework |
| Handlebars | Template variable interpolation |
Built-in Templates
| Template | Trigger |
|---|---|
WELCOME_USER | New user registration |
PASSWORD_RESET | Password reset request |
INVITE_EMPLOYEE | Employee invitation sent |
INVITE_USER | User invitation sent |
TIME_OFF_APPROVED | Time-off request approved |
TIME_OFF_REJECTED | Time-off request rejected |
INVOICE | Invoice sent to contact |
ESTIMATE | Estimate sent to contact |
EMAIL_VERIFICATION | Email address verification |
Customizing Templates
- Navigate to Settings → Email Templates
- Select the template to customize
- Edit the Handlebars HTML
- Preview the rendered output
- Save changes