Email templates
Customise confirmation emails with Liquid syntax, including built-in currency and pluralise filters.
Full control over emails
Customise the subject line, HTML body, and plain text body of your confirmation emails using Liquid template syntax. You can include attendee details, event information, ticket URLs, and QR codes exactly where you want them.
Built-in template filters
The template engine includes useful filters like currency for
formatting amounts (so 1000 becomes £10.00) and pluralize for
natural language (so 1 ticket and 3 tickets are both correct
automatically).
Works with your email provider
Templates work with whichever email provider you've configured - Resend, Postmark, SendGrid, or Mailgun. The template is rendered before sending, so the provider just delivers the final HTML.
See the email documentation for template variables and filter details.