Skip to main content

Monitor YouTube channels and send daily updates to Discord via RSS (no API key)

Workflow preview

Workflow preview
100%
Monitor YouTube channels and send daily updates to Discord via RSS (no API key) preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automatically track your favorite YouTube creators and get a daily summary of new videos delivered to Discord. Unlike complex YouTube API integrations, this workflow uses efficient RSS feeds, meani...

Best for

  • Social Media automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.splitout, n8n-nodes-base.set, n8n-nodes-base.rssfeedread, n8n-nodes-base.scheduletrigger, n8n-nodes-base.filter, n8n-nodes-base.discord, n8n-nodes-base.wait

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Monitor YouTube channels and send daily updates to Discord via RSS (no API key)
Workflow name
Monitor YouTube channels and send daily updates to Discord via RSS (no API key)

Automatically track your favorite YouTube creators and get a daily summary of new videos delivered to Discord.

Unlike complex YouTube API integrations, this workflow uses efficient RSS feeds, meaning you don't need a Google Cloud API Key or worry about quota limits.

How it works

The workflow is scheduled to run daily (default 8:30 AM) to:

  1. Define Channels: It takes a list of "Channel IDs" you want to monitor.
  2. Fetch RSS: It retrieves the latest video feed for each channel.
  3. Filter: It applies a strict date filter to pass only videos published in the last 24 hours.
  4. Notify: Sends a notification to your Discord server with the Video Title, Date, and Link.

Setup steps

1. Add your Channels

  1. Open the node named "Define Channel IDs".
  2. Replace the example IDs with the Channel IDs you want to track.
    • Note: The template comes pre-loaded with some Spanish AI channels as a demo. Feel free to remove them!
    • Tip: If you don't know a Creator's Channel ID (e.g. UC...), use a free online "YouTube Channel ID Finder".

2. Connect Discord

  1. Create a Webhook in your Discord Server (Server Settings > Integrations > Webhooks).
  2. Open the "Discord Notification" node.
  3. Create a new credential and paste your Webhook URL.

Note: This template is a lightweight alternative to database-backed trackers. It relies on the daily trigger frequency to avoid duplicates.

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 - Chapter 1

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

Block 2 - Chapter 2

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

Block 3 - Chapter 3

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

Block 4 - Split Channel IDs

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

Block 5 - Define Channel IDs

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

Block 6 - Fetch Youtube RSS

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

Block 7 - Daily Trigger

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

Block 8 - Filter Last 24h

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 9 - Discord Notification

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

Block 10 - Wait 2 sec

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

Block 11 - Sticky Note3

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

Block 12 - Sticky Note4

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

Block 13 - Sticky Note7

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

Block 14 - Sticky Note

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

Block 15 - Sticky Note5

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

3. Summary Table

Workflow Monitor YouTube channels and send daily updates to Discord via RSS (no API key)
Complexity advanced
Nodes 15
Categories Social Media
Author Vasyl Pavlyuchok
Published 25 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11212/11212.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 Monitor YouTube channels and send daily updates to Discord via RSS (no API key) do?

Automatically track your favorite YouTube creators and get a daily summary of new videos delivered to Discord. Unlike complex YouTube API integrations, this workflow uses efficient RSS feeds, meani...

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 Social Media use case.