Email templates (creation)¶
Why this matters¶
Email templates make customer communication consistent and save your team's time. This page covers how to create and maintain them.
Create a template¶
- Sidebar → Settings → Email templates → Create.
- Fill in:
- Name ("ES new customer welcome", "EN payment confirmation").
- Module it's used on.
- Language.
- Subject of the email (with tokens).
- Body of the email (with tokens and formatting).
- Optional pre-included attachments.
- Save.
Tokens in email templates¶
{{contact_name}}{{quote_folio}}{{responsible_rep}}— the sales rep's name.{{signature}}— the sending user's signature.{{customer_portal_link}}(if applicable).
Editor → Insert token.

Pre-included attachments¶
- Static — a specific PDF that always goes.
- Dynamically generated — ZaazCRM generates a PDF from another template and attaches it.
Multilingual templates¶
One template per language. ZaazCRM can auto-suggest the customer's preferred-language template.
Test a template¶
- Preview with a sample record.
- Verify tokens substitute.
- Send a test email to your own address.
Share or restrict¶
By default, templates are available to the whole team. To restrict: Permissions tab.
Watch out for¶
- Old templates with discontinued products. Maintain the catalog.
- Signatures in templates. Use the
{{signature}}token instead of your personal signature. - HTML with no plain-text alternative.
Where to next¶
- Menu editor — customize the sidebar.
- SMTP configuration — the server that sends emails.