Workflow Templates: What Happens When?
How workflow templates trigger on status changes, what the "Apply workflow template" toggle does at appraisal creation, and how missing data is handled.
You'll learn
- When workflow template actions fire (and when they do not)
- What the "Apply workflow template" toggle on the new-appraisal form actually does
- How to opt out of the workspace default on a single file
- What AwardLettr does when an email action runs but data (like opposing email) is missing
You create a new appraisal, fill in the basics, hit save. Five seconds later an email goes out to opposing counsel that you did not realize was queued up. Or the opposite happens: you wanted automation on a file and nothing fired because the toggle was off and you did not know it. Both situations erode trust in the system, and trust is what makes workflow templates worth using in the first place.
Without a clear mental model of what fires when, people either avoid workflow templates entirely (and lose the automation benefit) or get burned by surprise emails to the wrong recipient at the wrong moment. The toggle on the new-appraisal form has caused real confusion in the past, and the rules around "what happens if I leave the template select empty" are not obvious until you read them.
Anyone using workflow templates benefits from understanding this, especially if you have a workspace default flagged that applies to every new appraisal. If you build templates with immediate-trigger actions on INTAKE, this is required reading. And if you want to confidently turn automation off on a specific file (test data, weird one-off, sensitive case), this article tells you exactly how the opt-out toggle behaves now.
Workflow templates run actions when an appraisal enters a status. That includes sending emails, applying tags, and other automation. The trigger is the status change itself, which means some actions can fire the moment an appraisal is created if the initial status maps to a trigger.
Creation is a status change
The trigger flow
Status changes
Manual edit, automation, or initial creation
Template lookup
Which template (if any) applies to this appraisal?
Run actions
Emails, tag changes, and other actions queue up
Log + notify on gaps
Skipped actions land in the workflow log
The "Apply workflow template" toggle
On the new-appraisal form, there is a toggle labeled Apply workflow template with a select for which template to use. Here is what each state actually does:
| Toggle state | Template select | What happens |
|---|---|---|
| ON | Empty (no specific pick) | The workspace default workflow template applies. |
| ON | Specific template picked | That template applies, overriding the workspace default. |
| OFF | N/A | No template applies. The appraisal is created with no workflow automation. |
The default applies unless you opt out
This used to be confusing. An earlier version of AwardLettr treated an empty template select the same as "no opt-out signal" and applied the default anyway, which meant immediate-trigger actions could fire when users had unchecked the toggle. That is fixed. The toggle is now authoritative: OFF means OFF, even if the workspace default would otherwise apply.
What if data is missing?
A common case: a workflow template has a "send email to opposing appraiser" action on INTAKE, but you just created the appraisal and have not entered the opposing appraiser email yet. AwardLettr does not silently drop the action. It logs the gap so you can come back to it.
- The action is recorded in the workflow log with a "skipped — missing recipient" reason.
- Once you add the opposing appraiser email, the action does not auto-replay. You can re-trigger it manually from the workflow log.
- Tag and other non-email actions still run normally; only the email skips when there is no recipient to send to.
Salutation fallback
When an email action does fire, AwardLettr fills the salutation token using a fallback chain:
- Preferred greeting on the contact (e.g. "Bill" instead of "William"). If set, use it.
- First name parsed from the contact name.
- Literal "there" — produces "Hi there," as a last resort.
Set preferred greetings in the directory
When does the template re-run?
A workflow template runs each time the appraisal enters a status that has actions configured. If you move a file backward (e.g. from WORKING_ON_ESTIMATE back to INSPECTION_COMPLETED) and then forward again, the actions on the forward-entered status will run again. AwardLettr does not dedupe action runs across status transitions.
Check the workflow log
Common pitfalls
- •Assuming an unchecked "Apply workflow template" toggle silently still uses the default. It used to; it does not anymore. OFF means OFF.
- •Building immediate-trigger actions on INTAKE that depend on data (opposing email, adjuster info) that the user has not entered yet. Those actions will skip and land in the workflow log.
- •Moving a status backward and forward and being surprised when actions fire again. Templates do not dedupe across transitions.
- •Forgetting that a workspace default workflow template flag means every new appraisal opts in by default. Audit your default template before turning the flag on.
Next steps
Related Articles
Workflow Automation Overview
An overview of all automation capabilities in AwardLettr and where to find them.
Status Update Cadence: All Three Places It Lives
Status update reminders can be set at the workspace, carrier, or individual appraisal level. Here is how the three layers interact and where to change each one.
Tag Actions: Auto-Apply or Remove Tags on Status Change
Use workflow templates to apply or remove tags automatically when an appraisal hits a specified status. Pair with tag-triggered webhooks for end-to-end automation.