Quick Overview
This workflow runs on a weekly schedule, reads an RSS feed (for example, a subreddit RSS), scores recent items with Anthropic Claude as sales-outreach opportunities against your offering, and emails a ranked digest of the best matches via Gmail.
How it works
- Runs on a weekly schedule.
- Reads the latest items from the configured RSS feed URL.
- Keeps only feed items published in the last 24 hours.
- Uses Anthropic Claude (via an AI agent) to score each item 1–10 and generate a reason and personalized outreach suggestion in structured JSON.
- Filters out items below the configured score threshold, sorts the remainder by score, and keeps only the top results.
- Aggregates the shortlisted items into a single list and sends an HTML email digest via Gmail if at least one item qualifies.
Setup
- Add an Anthropic API credential to the Anthropic Chat Model node.
- Add a Gmail OAuth2 credential to the Gmail email-sending node.
- In the Config step, set your feedUrl, describe your offering, and set the recipientEmail (optionally adjust scoreThreshold, maxItems, and digestTitle).
- Adjust the Schedule Trigger interval to match how often you want the digest to run.