Skip to main content

Email Templates

We provide default email templates for the following events:

  • Case Message Sent
  • Case Invoiced
  • Case Shipped
  • Case Closed
  • Credit Created
  • Payment Created
  • Statement Created
  • Custom

You can overwite these email templates and you can also create your own email custom templates.

Variables

To access variables, wrap the variable in {{}}, so to get the patient name, you can do {{case.patientName}}. To get nested variables, you can do {{case.doctor.name}}.

For Case Updates, such as Case Invoiced, Case Shipped, and Case Closed events,the variables are:

  • case
    • patientName
    • doctor
      • name
    • office
      • name

For Credit Created event, the variables are:

  • credit
    • amount
    • creditApplications (array)
      • amount
      • invoiceNumber
      • caseNumber

For Payment Created event, the variables are:

  • payment
    • amount
    • paymentApplications (array)
      • amount
      • invoiceNumber
      • caseNumber

For the Statement Created and Custom events, the variables are:

  • statement
    • amountDue
    • dueDate
    • openingBalance
  • organization
    • clientPortalPayUrl