Here is Hourly - an automated n8n workflow that compiles & delivers hourly briefing digests straight to your inbox.
It fetches Live Weather Stats, Dad Jokes & Top Hacker News stories into a Styled Emailwhile logging activity to Google Sheets.
Workflow Components
| # | COMPONENTs | DESCRIPTION | NODEs |
|---|---|---|---|
| Schedule Trigger | Runs every hour automatically | n8n Schedule Trigger | |
| OpenWeatherMap | Fetches current weather data for your location | OpenWeatherMap API | |
| Get Joke | Retrieves a random dad joke via HTTP request | icanhazdadjoke API | |
| Hacker News | Fetches top 5 trending tech articles | Hacker News API | |
| Merge | Combines data streams from weather, joke, and news | n8n Merge Node | |
| Format Payload | Processes and structures all fetched data | JavaScript Code | |
| Compose Email | Formats all data into a clean HTML email template | n8n Set Node | |
| Send Email | Delivers the digest via Gmail | Gmail API | |
| Add Data | Logs the activity to Google Sheets | Google Sheets API |