Automates daily scraping of new Reddit subreddit posts at 9 AM and sends a formatted HTML email summary with titles, authors, upvotes, and previews to your Gmail inbox.
This n8n workflow fetches the latest posts from any specified Reddit subreddit every day at 9:00 AM using a scheduled trigger. It makes an HTTP request to the subreddit's API, filters for posts created in the last 24 hours via JavaScript code, and formats the data into a structured summary including title, author, flair, upvotes, comments, and a brief preview.
The workflow then dynamically generates a professional HTML email with styling for readability. If no new posts are found, it sends a fr
Platform
n8n
Category
Education
Price
$9.99
Creator
Bryce Yu
reddit
gmail
email-digest
scraper
schedule
automation
content-curation
daily-summary
http-request
monitoring
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.