Configuring Email Templates
Once you’ve created an email template, you can customize exactly how analysis results appear in emails. This guide covers all aspects of template configuration.Accessing Template Configuration
There are several ways to access a template’s configuration page:-
From the Templates tab at Settings → Subscriptions → Email:
- Click on the template name or the edit icon
-
From an Email Subscription detail page:
- Click Edit Fields or Change Template for any configuration
-
Direct URL:
https://app.fabius.io/settings/subscriptions/email/template/[template-id]
Template Configuration Interface
The template configuration page (/settings/subscriptions/email/template/[id]) provides a comprehensive interface for customizing how fields appear in emails.
Page Header
At the top of the page, you’ll see:- Template Name: Click the edit icon to rename the template
- Associated Configuration: Shows which Analysis Configuration this template uses
- Save Changes Button: Appears when you have unsaved modifications
Field List
The main area displays all available fields from the associated Analysis Configuration. Each field shows:- Field Name: The original field name from the configuration
- Display Name: What recipients will see in the email (click to edit)
- Include Toggle: Check/uncheck to include or exclude the field
- Drag Handle: Six dots icon for reordering fields
Customizing Fields
Including/Excluding Fields
By default, all fields from the Analysis Configuration are included. To optimize emails:- Uncheck fields that aren’t relevant for email recipients
- Excluded fields appear grayed out but remain visible for easy re-inclusion
- Only included fields will appear in sent emails
For an executive summary template, you might exclude detailed transcription
fields and only include: - Overall Score - Key Risks - Next Steps -
Recommended Actions
Reordering Fields
Fields can be reordered to create a logical flow in emails:- Click and hold the drag handle (⋮⋮) next to any field
- Drag the field to its new position
- Release to drop the field
- Other fields will automatically adjust
Field order in the template directly translates to the order in emails. Place
most important information first.
Customizing Display Names
Each field can have a custom display name for better email readability:- Click the edit icon (pencil) next to any field
- Type the new name in the modal (e.g., change “call_score” to “Call Quality Score”)
- Click Save to apply the change
- The original field name remains unchanged in the system
Filter Templates
Filter templates allow you to conditionally show score fields in emails based on their values. This powerful feature helps reduce noise and focuses recipients on the most important information, making emails more actionable and relevant.When to Use Filter Templates
Filter templates are ideal when you want to:- Focus on exceptions: Only show scores that are unusually high or low
- Create coaching emails: Highlight areas needing improvement (low scores)
- Celebrate wins: Show only high-performing metrics
- Reduce email length: Hide fields with typical/expected values
- Improve signal-to-noise ratio: Show only what requires attention
A sales coaching template might use the filter shown below to only show score fields below 3/10, focusing the manager’s attention on critical areas needing immediate improvement:
How to Configure Filter Templates
Filter templates are configured on a per-field basis for score fields:- In the template configuration page, locate a score field you want to filter
- Click the filter icon (🔽) next to the field - this only appears for score fields
-
In the filter modal, you’ll see:
- Common filter examples with explanations
- A text area to enter your custom filter template
- Options to save, clear, or cancel
-
Enter a Go template expression that evaluates to “true” to show the field:
This example shows the field only for very high (>8) or very low (<3) scores.
Filter templates are only available for score fields - fields that have a numerical score value. Other field types (text fields, value fields, etc.) cannot be filtered and will always appear if included in the template.
Common Filter Patterns
| Use Case | Description |
|---|---|
| Very Low Scores | Shows field only when score is below 3 |
| Low Scores | Shows field only when score is below 7 |
| High Scores | Shows field only when score is above 7 |
| Very High Scores | Shows field only when score is above 8 |
| Extremes Only | Shows only very high or very low scores |
| Has Any Score | Shows field only when it has a score value |
Filter Template Examples
Understanding Filter Behavior
When filter templates are applied:- Per-field filtering: Each score field can have its own filter template
- Runtime evaluation: Filters are applied when the email is generated, based on actual scores
- Smart email handling: If ALL score fields are filtered out, the email won’t be sent (assuming no non-score fields are included)
- Visual indicators: Fields with active filters show a blue filter icon in the configuration interface
Best Practices for Filter Templates
- Start simple: Begin with basic threshold filters before creating complex logic
- Test thoroughly: Use test data to ensure your filters work as expected
- Document your logic: Use clear filter expressions that others can understand
- Consider the recipient: Think about what information is most valuable for the email recipient
- Balance filtering: Don’t filter so aggressively that important context is lost
Live Preview
While Fabius doesn’t currently offer real-time preview, you can:- Save your template configuration
- Trigger a test analysis on a sample interaction
- Check the resulting email to see your formatting
Saving Changes
Template modifications are not auto-saved. Always remember to:- Click Save Changes after making modifications
- Wait for the success notification
- Your changes are now live for all future emails using this template
Common Configuration Patterns
Executive Summary Template
- Include only high-level metrics and action items
- Order: Score → Key Findings → Risks → Next Steps
- Custom names: Use business-friendly terminology
Detailed Analysis Template
- Include all fields for comprehensive review
- Group related fields together
- Order: Context fields → Analysis results → Recommendations
Action-Focused Template
- Include only fields that require action
- Filter out fields with empty values
- Order by priority/urgency
Coaching Template
- Use “Only show low scores” filter template
- Include all score fields for performance metrics
- Add fields for improvement suggestions and next steps
- Order: Low scores → Suggestions → Action items
Exception Reporting Template
- Apply appropriate filter template (low or high scores)
- Include context fields to understand the situation
- Focus on fields that help explain the exception
- Order: Exception scores → Context → Remediation steps
Troubleshooting
Fields Not Appearing
- Ensure the field is checked (included)
- Verify the field exists in the Analysis Configuration
- Check that the field has data in the analyzed interaction
Display Names Not Updating
- Make sure to click Save in the modal after editing
- Save all changes before leaving the page
- Refresh if changes don’t appear immediately
Cannot Reorder Fields
- Ensure JavaScript is enabled
- Try refreshing the page
- Check browser console for errors
Next Steps
- Best Practices - Tips for creating effective templates
- How It Works - Understand the complete email flow