Skip to content

Commit df490af

Browse files
committed
docs: update send notification
1 parent e4258cb commit df490af

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/how-tos/receive-notification.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ Template sources must be mounted inside the container in /config/templates:
6969
- telegram.template: Telegram notification template
7070
- error.template: Error notification template
7171
72+
### Data
73+
74+
Here is a list of all data passed to the template:
75+
- `Database` : Database name
76+
- `StartTime`: Backup start time process
77+
- `EndTime`: Backup start time process
78+
- `Storage`: Backup storage
79+
- `BackupLocation`: Backup location
80+
- `BackupSize`: Backup size
81+
82+
7283
> email.template:
7384

7485

0 commit comments

Comments
 (0)