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

11 lines
417 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": "A new user '{{NotificationUsername}}' was created on your server {{ServerName}}"
}