How to create email templates for invoicing
Last updated: April 2, 2026
Overview
Found allows you to create reusable email templates for sending invoices to funders. Instead of typing a subject line and message body each time you send an invoice, you can save templates with pre-written content and dynamic shortcodes that automatically populate with invoice, funder, and service user data at send time.
Templates are workspace-scoped — each workspace manages its own library of templates, and they are only visible to admins.
How to create an email template
Go to Settings → Billing → Email templates.
Click Add email template.
Enter a name for the template (this is for internal reference only and is not visible to funders).
Enter a subject line for the email.
Write the body of the email using the rich text editor.
Use shortcodes (listed in the placeholder reference panel on the right) to insert dynamic data. For example,
{invoiceReference}will be replaced with the invoice number when the email is sent.A live preview shows how the email will look with sample data substituted in. If you use an unrecognised shortcode, a warning will appear.
Click Save to store the template.
Available shortcodes
Shortcodes are placeholders wrapped in curly braces that Found replaces with real data when the email is sent. The following shortcodes are supported:
Funder
{funderName}— The funder's name{funderReference}— The funder's reference number{funderEmail}— The funder's email address
Invoice
{documentType}— Invoice or credit note label{invoiceReference}— The invoice reference number{invoiceDate}— The invoice date{invoiceDueDate}— The payment due date{invoiceTotal}— Total amount including tax{invoiceSubtotal}— Amount before tax{invoiceTax}— Tax amount{invoiceDirectDebitCollectionDate}— Direct debit collection date (if applicable)
Service user
{serviceUserFullName}— Full name{serviceUserTitle}— Title (e.g. Mr, Ms){serviceUserFirstName}— First name{serviceUserLastName}— Last name{serviceUserReference}— Service user reference
Invoice branding
{locationName}— Billing location name{billingEmail}— Billing contact email{billingPhone}— Billing contact phone{billingAccountNumber}— Bank account number{billingSortCode}— Sort code{billingVatNumber}— VAT registration number
Workspace
{workspaceName}— Your organisation's workspace name
How to use a template when sending invoices
When sending a single invoice or bulk sending invoices, you can either:
Select a saved template from the dropdown — the subject and body are pre-filled from the template.
Write inline — enter a subject and body directly without using a saved template.
Invoices must be locked before they can be sent. All invoices in a bulk send must also share the same invoice branding.
Managing templates
From the Email templates list you can:
Edit a template — update the name, subject, or body at any time.
Delete a template — removes it from the list (soft-deleted; it cannot be recovered via the UI).
Preview a template — renders the email with sample data to check formatting before use.
Frequently asked questions
Q: Who can create and manage email templates?
A: Only workspace admins can view, create, edit, and delete email templates. This access is controlled by the invoicing settings permissions in Found.
Q: Can I send an invoice email without a saved template?
A: Yes. When sending invoices you can type a subject and body directly in the send dialog without selecting a saved template.
Q: What happens if I use a shortcode that Found does not recognise?
A: A warning will appear in the template editor preview. The shortcode will not be replaced with any value — it will appear as plain text in the email received by the funder. Always check the placeholder reference panel to confirm shortcodes are correct before saving.
Q: Can I preview what the email will look like before sending?
A: Yes. The template editor includes a live preview pane that renders the email with sample data. You can also preview any saved template from the email templates list.
Q: Are templates shared across locations or just within one workspace?
A: Templates are scoped to the workspace. All admins within the same workspace can see and use the same templates, regardless of which location they are working in.
Q: Can I use the same template for every invoice in a bulk send?
A: Yes. When bulk sending invoices, you select one template (or write inline content) that is applied to all invoices in the batch. Shortcodes are resolved individually per invoice, so each funder receives personalised content.
Q: Is there a limit to how many templates I can create?
A: No limit is enforced. Create as many templates as your team needs.
Q: How do I know if an invoice email was successfully delivered?
A: Found tracks email delivery events (sent, delivered, opened, bounced) per invoice. Check the invoice record for delivery status after sending.
Q: Can I include bank account details in the email template?
A: Yes. Use the {billingAccountNumber} and {billingSortCode} shortcodes. These are drawn from the invoice branding configuration associated with the invoices being sent.