Skip to main content

Send a daily remote developer job digest from RSS feeds using SMTP email

Workflow preview

Workflow preview
100%
Send a daily remote developer job digest from RSS feeds using SMTP email preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow runs daily at 8 AM, reads multiple remote job RSS feeds (RemoteOK, WeWorkRemotely, and Himalayas), filters postings by keyword and age, deduplicates jobs across runs, a...

Best for

  • Personal Productivity automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.rssfeedread, n8n-nodes-base.aggregate, n8n-nodes-base.if, n8n-nodes-base.emailsend

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Cybernative Technologies.

Original n8n.io source

1.1 Workflow description

Title
Send a daily remote developer job digest from RSS feeds using SMTP email
Workflow name
Send a daily remote developer job digest from RSS feeds using SMTP email

Quick overview

This workflow runs daily at 8 AM, reads multiple remote job RSS feeds (RemoteOK, WeWorkRemotely, and Himalayas), filters postings by keyword and age, deduplicates jobs across runs, and sends an HTML digest email via SMTP.

How it works

  1. Runs every day at 8:00 AM based on your n8n server time zone.
  2. Loads the configuration, including RSS feed URLs, keywords, max age, sender, and recipient, then iterates through each RSS feed URL.
  3. Retrieves jobs from each RSS feed and logs any errors while continuing with other sources.
  4. Standardizes job listings into a uniform format and filters them to retain only those that match your keywords and were posted within the last specified number of hours.
  5. Removes jobs with URLs that have already been processed in previous runs using consistent workflow data.
  6. Consolidates all newly discovered jobs and, if any are present, creates a styled HTML email digest and sends it via SMTP.
  7. If there are no new job matches, the workflow omits sending an email and provides a status message.

Setup

  1. Create and configure SMTP credentials, including host, port, username, password, and TLS/SSL settings for email sending.
  2. Update the configuration values for recipientEmail and senderEmail to the desired addresses.
  3. Edit the jobBoards, keywords, and maxAgeHours settings to align with your desired RSS sources and filtering time frame.
  4. If needed, adjust the schedule time in the daily trigger to align with your preferred sending time and time zone.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Every Day at 8 AM

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 2 - Config

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.3

Block 3 - Expand Board URLs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Split Job Boards

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 5 - RSS Read

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 6 - Log Fetch Error

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Normalize Jobs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Filter by Keyword & Recency

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Deduplicate Jobs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Collect All New Jobs

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 11 - Any New Jobs?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 12 - Build Email HTML

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Send Digest Email

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 14 - No New Jobs — Skip

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.3

Block 15 - Sticky Note — Welcome

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note — Keywords

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note — RSS Boards

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note — Loop Explained

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note — Deduplication

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note — SMTP

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note — Troubleshooting

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Send a daily remote developer job digest from RSS feeds using SMTP email
Complexity advanced
Nodes 21
Categories Personal Productivity
Author Cybernative Technologies
Published 29 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16010/16010.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send a daily remote developer job digest from RSS feeds using SMTP email do?

Quick overview This workflow runs daily at 8 AM, reads multiple remote job RSS feeds (RemoteOK, WeWorkRemotely, and Himalayas), filters postings by keyword and age, deduplicates jobs across runs, a...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity use case.