![]() |
|
how to send notifications - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: how to send notifications (/t-how-to-send-notifications) |
how to send notifications - Anatole - 2024-06-29 Bonjour, commenter puis-je envoyer des notifications et/ou des messages à mes utilisateurs Jellyfin après leur connexion ? Merci RE: how to send notifications - Efficient_Good_5784 - 2024-06-29 You can send messages to your users through the dashboard main page. Each active user will have a text-box icon that is meant to bring up the send message box. RE: how to send notifications - Anatole - 2024-06-29 Yes I knew it. I would like to make an automatic notification that is sent just after connection, and not have to be on the admin account to send the message directly. RE: how to send notifications - Efficient_Good_5784 - 2024-06-29 That's not currently possible with Jellyfin. There is a newsletter plugin from what I remember that sends out letters to your user periodically. RE: how to send notifications - Anatole - 2024-06-29 OK, thanks a lot RE: how to send notifications - Mcrevilll - 2025-10-09 I connected Jellyfin notifications through my sip provider by setting up a webhook that triggers a call or text when something new is added. The provider let me create custom triggers, so now I get instant alerts without needing another app. You can use the webhook URL in the notifications plugin and pass whatever info you want from the payload. It's been working well for me. |