Jellyfin Forum
[WEBHOOK] Template to send Telegram notificacion on playback event? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: [WEBHOOK] Template to send Telegram notificacion on playback event? (/t-webhook-template-to-send-telegram-notificacion-on-playback-event)



[WEBHOOK] Template to send Telegram notificacion on playback event? - Javier Fernandez Romeo - 2024-06-08

Jellyfin 10.9.6 server running dockerized on a OMV 7 machine

Since https://github.com/MindFlavor/Jellyfin.Plugins.Telegram stopped working after the server upgrade, I am trying to get notifications back via webhook plugin 14.0.0.0.

I got my bot id, bot token and chat id for Telegram up and working (tested with other services like Tautulli over Plex)

Generic Destination
Webhook URL: https://api.telegram.org/bot<id:token>/sendPhoto
Notification Type: Playback Start and Playback Stop
Item Type: Movies and Episodes
Template: ???

I do not know how to code a template in order to send a notification via Telegram each time a movie or episode gets started or stopped.

Any place to look for templates? I only seem to find item added ones