@@ -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:
@@ -111,42 +111,42 @@ The `{{request}}` will be `null` if there is no relevant media object for the no
111111
112112The following special variables are only included in request-related notifications.
113113
114- | Variable | Value |
115- | ----------------------------------------- | ----------------------------------------------- |
116- | ` {{request_id}} ` | The request ID |
117- | ` {{requestedBy_username}} ` | The requesting user's username |
118- | ` {{requestedBy_email}} ` | The requesting user's email address |
119- | ` {{requestedBy_avatar}} ` | The requesting user's avatar URL |
120- | ` {{requestedBy_jellyfinUserId}} ` | The requesting user's Jellyfin User ID |
121- | ` {{requestedBy_settings_discordId }} ` | The requesting user's Discord ID (if set) |
122- | ` {{requestedBy_settings_telegramChatId}} ` | The requesting user's Telegram Chat ID (if set) |
114+ | Variable | Value |
115+ | ----------------------------------------- | ------------------------------------------------------------------------------ |
116+ | ` {{request_id}} ` | The request ID |
117+ | ` {{requestedBy_username}} ` | The requesting user's username |
118+ | ` {{requestedBy_email}} ` | The requesting user's email address |
119+ | ` {{requestedBy_avatar}} ` | The requesting user's avatar URL |
120+ | ` {{requestedBy_jellyfinUserId}} ` | The requesting user's Jellyfin User ID |
121+ | ` {{requestedBy_settings_discordIds }} ` | The requesting user's Discord ID(s) as a JSON array (if set) |
122+ | ` {{requestedBy_settings_telegramChatId}} ` | The requesting user's Telegram Chat ID (if set) |
123123
124124#### Issue
125125
126126The ` {{issue}} ` will be ` null ` if there is no relevant media object for the notification.
127127
128128The following special variables are only included in issue-related notifications.
129129
130- | Variable | Value |
131- | ---------------------------------------- | ----------------------------------------------- |
132- | ` {{issue_id}} ` | The issue ID |
133- | ` {{reportedBy_username}} ` | The requesting user's username |
134- | ` {{reportedBy_email}} ` | The requesting user's email address |
135- | ` {{reportedBy_avatar}} ` | The requesting user's avatar URL |
136- | ` {{reportedBy_settings_discordId }} ` | The requesting user's Discord ID (if set) |
137- | ` {{reportedBy_settings_telegramChatId}} ` | The requesting user's Telegram Chat ID (if set) |
130+ | Variable | Value |
131+ | ---------------------------------------- | ------------------------------------------------------------------------------ |
132+ | ` {{issue_id}} ` | The issue ID |
133+ | ` {{reportedBy_username}} ` | The requesting user's username |
134+ | ` {{reportedBy_email}} ` | The requesting user's email address |
135+ | ` {{reportedBy_avatar}} ` | The requesting user's avatar URL |
136+ | ` {{reportedBy_settings_discordIds }} ` | The reporting user's Discord ID(s) as a JSON array (if set) |
137+ | ` {{reportedBy_settings_telegramChatId}} ` | The requesting user's Telegram Chat ID (if set) |
138138
139139#### Comment
140140
141141The ` {{comment}} ` will be ` null ` if there is no relevant media object for the notification.
142142
143143The following special variables are only included in issue comment-related notifications.
144144
145- | Variable | Value |
146- | ----------------------------------------- | ----------------------------------------------- |
147- | ` {{comment_message}} ` | The comment message |
148- | ` {{commentedBy_username}} ` | The commenting user's username |
149- | ` {{commentedBy_email}} ` | The commenting user's email address |
150- | ` {{commentedBy_avatar}} ` | The commenting user's avatar URL |
151- | ` {{commentedBy_settings_discordId }} ` | The commenting user's Discord ID (if set) |
152- | ` {{commentedBy_settings_telegramChatId}} ` | The commenting user's Telegram Chat ID (if set) |
145+ | Variable | Value |
146+ | ----------------------------------------- | ------------------------------------------------------------------------------ |
147+ | ` {{comment_message}} ` | The comment message |
148+ | ` {{commentedBy_username}} ` | The commenting user's username |
149+ | ` {{commentedBy_email}} ` | The commenting user's email address |
150+ | ` {{commentedBy_avatar}} ` | The commenting user's avatar URL |
151+ | ` {{commentedBy_settings_discordIds }} ` | The commenting user's Discord ID(s) as a JSON array (if set) |
152+ | ` {{commentedBy_settings_telegramChatId}} ` | The commenting user's Telegram Chat ID (if set) |
0 commit comments