@@ -53,13 +53,13 @@ Customize the JSON payload to suit your needs. Seerr provides several [template
5353
5454These variables are for the target recipient of the notification.
5555
56- | Variable | Value |
57- | ---------------------------------------- | ------------------------------------------------------------- |
58- | ` {{notifyuser_username}} ` | The target notification recipient's username |
59- | ` {{notifyuser_email}} ` | The target notification recipient's email address |
60- | ` {{notifyuser_avatar}} ` | The target notification recipient's avatar URL |
61- | ` {{notifyuser_settings_discordId }} ` | The target notification recipient's Discord ID (if set) |
62- | ` {{notifyuser_settings_telegramChatId}} ` | The target notification recipient's Telegram Chat ID (if set) |
56+ | Variable | Value |
57+ | ---------------------------------------- | -------------------------------------------------------------------------------------------- |
58+ | ` {{notifyuser_username}} ` | The target notification recipient's username |
59+ | ` {{notifyuser_email}} ` | The target notification recipient's email address |
60+ | ` {{notifyuser_avatar}} ` | The target notification recipient's avatar URL |
61+ | ` {{notifyuser_settings_discordIds }} ` | The target notification recipient's Discord ID(s) as a JSON array (if set) |
62+ | ` {{notifyuser_settings_telegramChatId}} ` | The target notification recipient's Telegram Chat ID (if set) |
6363
6464::: info
6565The ` notifyuser ` variables are not defined for the following request notification types, as they are intended for application administrators rather than end users:
@@ -113,42 +113,42 @@ The `{{request}}` will be `null` if there is no relevant media object for the no
113113
114114The following special variables are only included in request-related notifications.
115115
116- | Variable | Value |
117- | ----------------------------------------- | ----------------------------------------------- |
118- | ` {{request_id}} ` | The request ID |
119- | ` {{requestedBy_username}} ` | The requesting user's username |
120- | ` {{requestedBy_email}} ` | The requesting user's email address |
121- | ` {{requestedBy_avatar}} ` | The requesting user's avatar URL |
122- | ` {{requestedBy_jellyfinUserId}} ` | The requesting user's Jellyfin User ID |
123- | ` {{requestedBy_settings_discordId }} ` | The requesting user's Discord ID (if set) |
124- | ` {{requestedBy_settings_telegramChatId}} ` | The requesting user's Telegram Chat ID (if set) |
116+ | Variable | Value |
117+ | ----------------------------------------- | ------------------------------------------------------------------------------ |
118+ | ` {{request_id}} ` | The request ID |
119+ | ` {{requestedBy_username}} ` | The requesting user's username |
120+ | ` {{requestedBy_email}} ` | The requesting user's email address |
121+ | ` {{requestedBy_avatar}} ` | The requesting user's avatar URL |
122+ | ` {{requestedBy_jellyfinUserId}} ` | The requesting user's Jellyfin User ID |
123+ | ` {{requestedBy_settings_discordIds }} ` | The requesting user's Discord ID(s) as a JSON array (if set) |
124+ | ` {{requestedBy_settings_telegramChatId}} ` | The requesting user's Telegram Chat ID (if set) |
125125
126126#### Issue
127127
128128The ` {{issue}} ` will be ` null ` if there is no relevant media object for the notification.
129129
130130The following special variables are only included in issue-related notifications.
131131
132- | Variable | Value |
133- | ---------------------------------------- | ----------------------------------------------- |
134- | ` {{issue_id}} ` | The issue ID |
135- | ` {{reportedBy_username}} ` | The requesting user's username |
136- | ` {{reportedBy_email}} ` | The requesting user's email address |
137- | ` {{reportedBy_avatar}} ` | The requesting user's avatar URL |
138- | ` {{reportedBy_settings_discordId }} ` | The requesting user's Discord ID (if set) |
139- | ` {{reportedBy_settings_telegramChatId}} ` | The requesting user's Telegram Chat ID (if set) |
132+ | Variable | Value |
133+ | ---------------------------------------- | ------------------------------------------------------------------------------ |
134+ | ` {{issue_id}} ` | The issue ID |
135+ | ` {{reportedBy_username}} ` | The requesting user's username |
136+ | ` {{reportedBy_email}} ` | The requesting user's email address |
137+ | ` {{reportedBy_avatar}} ` | The requesting user's avatar URL |
138+ | ` {{reportedBy_settings_discordIds }} ` | The reporting user's Discord ID(s) as a JSON array (if set) |
139+ | ` {{reportedBy_settings_telegramChatId}} ` | The requesting user's Telegram Chat ID (if set) |
140140
141141#### Comment
142142
143143The ` {{comment}} ` will be ` null ` if there is no relevant media object for the notification.
144144
145145The following special variables are only included in issue comment-related notifications.
146146
147- | Variable | Value |
148- | ----------------------------------------- | ----------------------------------------------- |
149- | ` {{comment_message}} ` | The comment message |
150- | ` {{commentedBy_username}} ` | The commenting user's username |
151- | ` {{commentedBy_email}} ` | The commenting user's email address |
152- | ` {{commentedBy_avatar}} ` | The commenting user's avatar URL |
153- | ` {{commentedBy_settings_discordId }} ` | The commenting user's Discord ID (if set) |
154- | ` {{commentedBy_settings_telegramChatId}} ` | The commenting user's Telegram Chat ID (if set) |
147+ | Variable | Value |
148+ | ----------------------------------------- | ------------------------------------------------------------------------------ |
149+ | ` {{comment_message}} ` | The comment message |
150+ | ` {{commentedBy_username}} ` | The commenting user's username |
151+ | ` {{commentedBy_email}} ` | The commenting user's email address |
152+ | ` {{commentedBy_avatar}} ` | The commenting user's avatar URL |
153+ | ` {{commentedBy_settings_discordIds }} ` | The commenting user's Discord ID(s) as a JSON array (if set) |
154+ | ` {{commentedBy_settings_telegramChatId}} ` | The commenting user's Telegram Chat ID (if set) |
0 commit comments