Back to Reports & Documents

Template Variables Reference

Complete list of available variables for your templates.

Advanced8 min readUpdated 2024-12-06

You are building a new template and you remember AwardLettr has a token for the carrier appraiser email, but you cannot remember if it is carrierAppraiserEmail or carrier_appraiser_email or appraiserCarrierEmail. Wrong guess and the token renders as literal text in your generated PDF.

This reference is the lookup table. Every variable AwardLettr exposes to your Word templates lives here, grouped by what it represents (case info, parties, award amounts, signatures). Keep this article open in a tab while you are authoring or revising a template, copy the exact token, and you skip the guess-and-render-and-fix loop entirely.

Case Information

{d.claimNumber}        - Claim number
{d.policyNumber}       - Policy number
{d.dateOfLoss}         - Date of loss
{d.assignmentDate}     - Assignment received date
{d.inspectionDate}     - Panel inspection date

Insured Information

{d.insuredName}        - Policyholder name
{d.insuredEmail}       - Policyholder email
{d.insuredPhone}       - Policyholder phone
{d.lossAddress}        - Full property address
{d.lossCity}           - Property city
{d.lossState}          - Property state
{d.lossZip}            - Property ZIP code

Party Information

{d.carrierName}             - Insurance carrier
{d.adjusterName}            - Desk adjuster
{d.carrierAppraiserName}    - Carrier appraiser
{d.carrierAppraiserEmail}   - Carrier appraiser email
{d.carrierAppraiserPhone}   - Carrier appraiser phone
{d.insuredAppraiserName}    - Insured appraiser
{d.insuredAppraiserEmail}   - Insured appraiser email
{d.insuredAppraiserPhone}   - Insured appraiser phone
{d.umpireName}              - Umpire (if assigned)
{d.umpireEmail}             - Umpire email
{d.umpirePhone}             - Umpire phone

Award Information

{d.totalRcv}           - Total RCV
{d.totalAcv}           - Total ACV
{d.totalDepreciation}  - Total depreciation
{d.awardItems[i].coverage}   - Coverage name
{d.awardItems[i].rcv}        - Item RCV
{d.awardItems[i].acv}        - Item ACV

Signature Fields

{d.carrierAppraiserSignature}  - Carrier signature
{d.carrierAppraiserDate}       - Carrier sign date
{d.insuredAppraiserSignature}  - Insured signature
{d.insuredAppraiserDate}       - Insured sign date
{d.umpireSignature}            - Umpire signature
{d.umpireDate}                 - Umpire sign date
Suggest an editLast updated 2024-12-06
Template Variables Reference | AwardLettr Docs