{{#if_eq eventType compare="grabbed"}}
Name:
{{sourceTitle}}
{{#with data}} {{#if indexer}}
Indexer:
{{indexer}}
{{/if}} {{#if releaseGroup}}
Release Group:
{{releaseGroup}}
{{/if}} {{#if nzbInfoUrl}}
Info:
{{nzbInfoUrl}}
{{/if}} {{#if downloadClient}}
Download Client:
{{downloadClient}}
{{/if}} {{#if downloadId}}
Grab ID:
{{downloadId}}
{{/if}} {{#if age}} {{historyAge}} {{/if}} {{#if publishedDate}}
Published Date:
{{ShortDate publishedDate}} {{LTS publishedDate}}
{{/if}} {{/with}}
{{/if_eq}} {{#if_eq eventType compare="downloadFailed"}}
Name:
{{sourceTitle}}
{{#with data}}
Message:
{{message}}
{{/with}}
{{/if_eq}} {{#if_eq eventType compare="downloadFolderImported"}}
{{#if sourceTitle}}
Name:
{{sourceTitle}}
{{/if}} {{#with data}} {{#if droppedPath}}
Source:
{{droppedPath}}
{{/if}} {{#if importedPath}}
Imported To:
{{importedPath}}
{{/if}} {{/with}}
{{/if_eq}} {{#if_eq eventType compare="episodeFileDeleted"}}
Path:
{{sourceTitle}}
{{#with data}}
Reason:
{{#if_eq reason compare="Manual"}} File was deleted by via UI {{/if_eq}} {{#if_eq reason compare="MissingFromDisk"}} Sonarr was unable to find the file on disk so it was removed {{/if_eq}} {{#if_eq reason compare="Upgrade"}} File was deleted to import an upgrade {{/if_eq}}
{{/with}}
{{/if_eq}} {{#if_eq eventType compare="episodeFileRenamed"}}
Source Path:
{{sourceTitle}}
{{#with data}}
Source Relative Path:
{{sourceRelativePath}}
Path:
{{path}}
Relative Path:
{{relativePath}}
{{/with}}
{{/if_eq}}