How to add Gotify webhook to Jellyfin

Share

Since I haven't found a useful website explaining this and it took me a couple of tries, here's a quick manual on how to add Gotify webhooks to your Jellyfin.
This assumes you have a running Jellyfin and Gotify instance.

First navigate to your Dashboard -> Plugins -> Webhook and click on Settings.

Then click on Add Gotify Destination.

Add a Webhook Name which can be anything.

Then add the Webhook URL, which should be where your Gotify is running like https://gotify.mydomain.tld or 192.168.178.123:80.

Then check Enable and the Notification Types you want, scroll down and under User Filter check the users for which you want the notifications to be enabled. Scroll further down and also check which Item Types you want.

You want to uncheck Send All Properties (ignores template) but checking Trim leading and trailing whitespace from message body before sending and Do not send when message body is empty is optional.

Now for the Template just paste this one or any other from the Github issue.

For the Token add our Gotify token.

And for the Priority choose any value between 0 and 10. At 5 or higher you will get a notification in your Gotify app.

Finally hit Save and you should be good to go.