Jellyfin Forum
Newsletters - 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: Newsletters (/t-newsletters)



Newsletters - TuffLuck - 2025-06-24

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.


RE: Newsletters - Rubén Navarro López - 2025-06-24

Hey!! that looks pretty sick tbh. Very good job.

Could you please write the steps that you did?

Thank you!


RE: Newsletters - TuffLuck - 2025-06-24

(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


RE: Newsletters - Rubén Navarro López - 2025-06-26

Thank you! I'll give it a try to see how it goes with my setup.