jellyfin-plugin-webhook/Jellyfin.Plugin.Webhook/Templates/Pushover/UserPasswordChanged.handlebars

11 lines
407 B
Handlebars

{
"token": "{{Token}}",
"user": "{{UserToken}}",
"device": "{{Device}}",
"title": "{{{Title}}}",
"url": "{{ServerUrl}}/web/index.html#!/details?id={{ItemId}}&serverId={{ServerId}}",
"url_title": "{{{MessageUrlTitle}}}",
"priority": {{MessagePriority}},
"sound": "{{NotificationSound}}",
"message": "The password for the user '{{NotificationUsername}}' has been changed"
}