• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Newsletters

     
    • 0 Vote(s) - 0 Average

    Newsletters

    created my own newsletter solution
    TuffLuck
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Jun
    Reputation: 0
    Country:Canada
    #1
    2025-06-24, 05:00 PM
    I used n8n to pull via HTTP GET from my jelly server and create a newsletter that is auto sent out weekly.

    I did one for TV shows and one for movies.  Works really slick.  Format looks great on mobile as well.


    Attached Files Thumbnail(s)
           
    Jolaru21
    Offline

    Member

    Posts: 164
    Threads: 29
    Joined: 2023 Jun
    Reputation: 1
    Country:Spain
    #2
    2025-06-24, 05:23 PM
    Hey!! that looks pretty sick tbh. Very good job.

    Could you please write the steps that you did?

    Thank you!
    TuffLuck
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Jun
    Reputation: 0
    Country:Canada
    #3
    2025-06-24, 05:37 PM
    (2025-06-24, 05:23 PM)Rubén Navarro López Wrote: Hey!! that looks pretty sick tbh. Very good job.

    Could you please write the steps that you did?

    Thank you!

    Hi Rubén,

    Essentially it is a very simple n8n workflow.

    trigger > HTTP GET > Format Email Body > send email

    The trigger is a scheduled trigger ... every monday at 2pm
    Http Get pulls the required fields.
    email body is all the js and html to make it look pretty
    send email is the smtp connector to gmail or 365 etc and the recipients


    Attached Files Thumbnail(s)
           
    Jolaru21
    Offline

    Member

    Posts: 164
    Threads: 29
    Joined: 2023 Jun
    Reputation: 1
    Country:Spain
    #4
    2025-06-26, 11:58 AM
    Thank you! I'll give it a try to see how it goes with my setup.
    Qball1977
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Aug
    Reputation: 0
    Country:United Kingdom
    #5
    2025-09-02, 04:43 PM
    (2025-06-26, 11:58 AM)Jolaru21 Wrote: Thank you! I'll give it a try to see how it goes with my setup.


    Not sure how far you got with this, but from someone new to and learning n8n here's how to get started and get some info out of your Jellyfin.

    You'll need your jellyfin internal or external IP
    You'll need your userID (which you can get from the Dashboard, Users, Edit user and observe the bit in the url at the top - something like - 'userId='
    Your generated API key to allow access to your instance - Dashboard, Advanced, API keys I created an n8n one...
    You'll need the ParentID of the movies listing, again goto your movies in the browser, look at the end of the url 'ParentId='xyz ' bit before &collectionType=movies

    Once you have these setup a http node with the following settings... the key bit here is Authentification to 'NONE', but then you specify this in the header using the named parameter 'Authorization' (US spelling) with the value of MediaBrowser Token="YOUR GENERATED API KEY"

    This should be enough for you to connect then mine whatever data you want...

       
       

    I'm sure you've probably figured this out by now Speak-no-evil-monkey , but still for anyone else finding this.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode