Hi everyone,
I’d like to ask if there’s a complete list of all available variables (macros/placeholders) that can be used in Kopia’s email notification templates.
I’m customizing the snapshot-report.txt
and generic-error.html
templates using kopia notification template show
, and I see fields like .EventArgs.OverallStatus
, .Hostname
, .EventArgs.ErrorMessage
, etc. But I couldn’t find any official documentation listing all possible variables and which ones are available for each event type.
In addition, I’d like to include a unique identifier for the source server in the notifications, so I can easily tell which backup job the report came from — especially useful when managing multiple hosts.
Is there a reference or schema for EventArgs
and other template context variables?
Thanks in advance!