Send a daily AI-ranked news brief with Anthropic Claude and Gmail

Go to Workflow
1 views
Built by Nocode Expert Nocode Expert
Created on July 28, 2026

Description

Quick Overview
This workflow runs every morning to fetch recent articles from 50+ curated RSS/Atom feeds, uses Anthropic Claude to rank and rewrite the most relevant items based on your interests, then sends a category-grouped HTML news brief to you via Gmail.

How it works
Runs daily on a schedule trigger.
Reads your configured categories, interests, and look-back window, then expands them into a list of RSS/Atom feed URLs.
Fetches each feed over HTTP and parses, tags, de-duplicates, and filters articles to keep only recent items within the time window.
Sends the curated article pool to Anthropic Claude to remove noise, select the top stories across categories, rewrite headlines, and assign importance scores.
Formats the ranked picks into an HTML brief grouped by category with links and one-line rationales.
Emails the brief to your target address using Gmail.

Setup
Add an Anthropic API key and set it in the workflow configuration so the HTTP request to Anthropic can authenticate.
Connect a Gmail account credential for sending email.
Update the configuration values for categories, interests, delivery email address, and limits (hoursBack, perFeed, maxItems, topN).
Adjust the schedule trigger time to your preferred send hour.

Nodes Used (3)

Code
n8n-nodes-base.code
Gmail
n8n-nodes-base.gmail
HTTP Request
n8n-nodes-base.httpRequest