{% extends "documentation/base.html" %} {% block doc_content %}
Review incoming backup report emails, examine parsed results, and approve jobs for monitoring.
The Inbox is the central location where all imported backup report emails appear before being approved and linked to jobs. Think of it as a staging area where you review and validate incoming backup reports.
The inbox workflow:
To access the inbox:
The Inbox page displays a table with all unapproved imported emails. Each row represents one email message that has not yet been approved.
| Column | Description |
|---|---|
| From | Sender email address (e.g., backups@veeam.com) |
| Subject | Email subject line |
| Date / time | When the email was received (in configured timezone) |
| Backup | Detected backup software (e.g., Veeam, Synology, NAKIVO) |
| Type | Backup job type (e.g., Backup Job, Replication Job) |
| Job name | Extracted backup job name from email content |
| Overall | Overall status extracted from email (Success, Warning, Failed) |
| Parsed | Timestamp when the email was parsed |
| EML | Download link if raw .eml file is stored (blank if not stored) |
The inbox displays 50 emails per page. Use the pagination controls at the top and bottom of the table:
To view the full content and parsed details of an email:
The email detail modal uses a two-column layout:
Displays email header information on the left side of the modal:
Below the metadata, action buttons are available:
The email body is displayed on the right side of the modal in an embedded iframe:
If the email was successfully parsed, the backup objects are listed below the metadata on the left side:
| Column | Description |
|---|---|
| Name | Object name (VM name, server name, etc.) |
| Object type | Type of object (e.g., VM, Server, Repository) |
| Status | Status of this object (Success, Warning, Failed) |
| Message | Any error or warning message for this object |
For example, a Veeam backup job email might show:
DC01, Type: VM, Status: SuccessFILESERVER, Type: VM, Status: SuccessEXCHANGE01, Type: VM, Status: Warning, Message: "Retry attempt succeeded"Approving an email creates a backup job in BackupChecks and links it to a customer. Future emails matching the same job will be automatically linked.
When you approve an email:
If an email was not parsed correctly, you can re-parse it after updating parser configuration. Re-parsing is only available from the inbox page, not from the email detail modal.
To re-parse all emails in the inbox at once:
Admins and Operators can delete emails from the inbox.
If EML storage is enabled, you can download the original .eml file for any email:
This is useful for: