Email Templates
Create and customize email templates with Liquid variables for invoices, estimates, jobs, purchase orders, and sales orders.
Overview
Email templates control the subject line and body content used when emailing records from Forz. Each record type (invoices, estimates, jobs, purchase orders, sales orders) has a default template that includes Liquid variables for dynamic content like record numbers, amounts, and company names. Admins can edit these templates to match their company's tone and branding, or create new templates for additional use cases.
Before You Begin
Prerequisites:
You have the Email Templates: View permission on your role.
You are an Admin to create, edit, or delete templates.
Viewing Email Templates
Navigate to Settings > Email Notifications > Email Templates.



The list displays all templates with their display name.
Expected result: All configured email templates appear in the list, including the default system templates (Estimates, Invoices, Jobs, Purchase Orders, Sales Orders).
Creating an Email Template
Navigate to Settings > Email Templates.

Click the + New button.

Enter a Display Name for the template. This is required (e.g., "Follow-Up Invoice Reminder").
Enter a Subject line. Use Liquid variables for dynamic content (e.g.,
Invoice #{{invoice.number}} from {{company.organization}}).Write the Body using the text editor. Include Liquid variables where needed.
Optionally select an Email Sender to associate with this template.
Click Save.
Expected result: The template is created and appears in the templates list. It can now be selected when composing emails from records.
Editing an Email Template
Navigate to Settings > Email Templates.

Click on the template you want to edit.

Click Edit.

Modify the Subject, Body, or Email Sender fields.
Click Save.
Expected result: The template is updated. All future emails using this template will use the new subject and body content.
Warning: Default system templates (identified by a
unique_namevalue) cannot be deleted. You can edit their subject and body, but the template itself cannot be removed. Custom templates without aunique_namecan be deleted.
Available Liquid Variables
Use these Liquid variables in your template subject and body to insert record-specific data automatically.
Record variables
Company Variables
Tip: Test your templates by sending a test email to yourself before using them with customers. Open a draft record, change the To address to your own email, and send.
Default Templates
Forz creates the following default templates during account setup:
Common Scenarios
Customizing the invoice email for a plumbing company
An admin edits the default Invoices template to include the company's payment terms and a thank-you message. The body is updated to: "Thank you for choosing Reliable Plumbing. Invoice #{{invoice.number}} is attached for your review. Payment is due within 30 days. Click the link below to view your invoice and pay online." All future invoice emails use this updated message.
Creating a follow-up reminder template
An admin creates a new template called "Payment Reminder" with the subject "Reminder: Invoice #{{invoice.number}} from {{company.organization}}" and a body that includes a polite reminder about the outstanding balance. This template can be selected when re-sending invoices to customers with overdue payments.