AI Solutions, Inc.
AI Solutions, Inc. · n8n Workflow Template

Sports Digest Newsletter

Free Template
Automated Intelligence

AI-Curated Weekly Sports Email — No Manual Curation Required

Automatically aggregates sports news from 5 sources, uses GPT-4o-mini to write summaries, generates AI images with Gemini, and delivers a branded HTML newsletter via Outlook — every Friday morning.

📅 Weekly Schedule Trigger 🤖 GPT-4o-mini Summaries 🎨 Gemini Image Generation 📧 Outlook Delivery 🔧 Self-Hosted n8n
Who It's For
🏟️

Sports Organizations

Keep fans, staff, and stakeholders up to date with zero manual effort.

📰

Content Teams

Automate your weekly sports digest and free up time for deeper stories.

🎓

Athletic Departments

Aggregate news across college sports programs automatically.

⚙️

n8n Builders

A production-grade reference workflow combining RSS, AI, and email delivery.

How It Works
1

Schedule Trigger

Fires automatically every Friday at 9 AM. Fully configurable — change to daily, bi-weekly, or any schedule.

2

Topic Configuration

A single Config Set node defines your topic, subreddit, and recipient_email. All downstream nodes reference these values — change them in one place.

3

Parallel News Collection (5 Sources)

Simultaneously fetches up to 25 posts from Reddit, Google News RSS, Yahoo Sports RSS, NCAA.com RSS, and BBC Sport RSS — all running in parallel for speed.

4

Normalize & Deduplicate

Each source feed is standardized to a uniform schema (title, date, link, source, score, description). Items are merged, deduplicated by URL, and filtered to the last 60 days.

5

Article Selection

7 articles are randomly selected with at least 1 guaranteed from each source where available — ensuring diverse coverage every issue.

6

AI Curation with GPT-4o-mini

Each article gets an AI-written headline, 2-sentence summary, and a "why it matters" relevance note — tailored to your configured topic. Output is structured JSON.

7

Gemini Image Generation

Gemini 2.5 Flash generates 2 AI images (for the top 2 articles) in parallel. Each image is uploaded to your WordPress media library automatically.

8

HTML Newsletter Assembly

Images are attached to the first 2 articles. All 7 articles are rendered into a fully responsive, branded HTML email with configurable colors and logo.

9

Email Delivery via Outlook

The completed newsletter is sent via Microsoft Outlook to the configured recipient. Easily swapped for Gmail or SMTP nodes.

Requirements
n8n Instance

Self-hosted required for community nodes (Gemini image generation).

Reddit OAuth2

Reddit API app credentials (free) for fetching subreddit posts.

OpenAI API

GPT-4o-mini access for article summarization.

Google PaLM API

Gemini 2.5 Flash image model access for AI image generation.

WordPress Site

HTTP Basic Auth credential for media library uploads.

Microsoft Outlook

OAuth2 credential for email delivery. Swappable with Gmail.

⚠️ Community Node: This workflow uses @n8n/n8n-nodes-langchain.googleGemini for AI image generation. This is a LangChain community node and requires a self-hosted n8n instance. If your instance does not have this node, you can skip the image generation steps or replace them with DALL-E via the standard OpenAI node.
How to Set Up
How to Customize