2023-06-19, 10:24 PM
(This post was last modified: 2023-06-19, 10:42 PM by Fallenbagel. Edited 2 times in total.)
Quote:\"photo\": \"http://MYJELLYFIN//Items/4f9622ff-a80e-b07a-13c0-cb226d9c950e/Images/Primary\",The photo link I believe has to have ssl and be reachable by telegram, I.e https, external domain.
For example,
Code:
https://jellyfin.domain.com/Items/4f9622ff-a80e-b07a-13c0-cb226d9c950e/Images/Primary
Also the,
{{ServerUrl}}
uses the server url stated on the first field of that webhook config page and make sure there's no trailing slash on that. Or you could just hardcode your url to this block,
Code:
"photo": "https://jellyfin.domain.com/Items/{{ItemId}}/Images/Primary"