Skip to main content

Send YouTube video summaries to Obsidian via Dropbox

Workflow preview

Workflow preview
100%
Send YouTube video summaries to Obsidian via Dropbox preview
Open on n8n.io

Important notice

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

1. Workflow Overview

How it works This workflow runs on a schedule you set (default is every 10 minutes). It fetches all vi...

Best for

  • Content Creation automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.youtube, n8n-nodes-base.code, n8n-nodes-base.converttofile, n8n-nodes-base.dropbox, n8n-nodes-base.set, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by I versus AI.

Original n8n.io source

1.1 Workflow description

Title
Send YouTube video summaries to Obsidian via Dropbox
Workflow name
Send YouTube video summaries to Obsidian via Dropbox


How it works

This workflow runs on a schedule you set (default is every 10 minutes). It fetches all videos from a specific YouTube playlist, retrieves details and transcripts for each video using RapidAPI, cleans the transcript text, and then uses OpenAI (GPT models) to generate detailed notes, YAML frontmatter, and internal links formatted for Obsidian. Finally, it assembles everything into a Markdown file, saves it to your designated Dropbox folder, and removes the processed video from the source YouTube playlist.

Set up steps

Getting started should take about 5 minutes. A Quick Start Guide (PDF) is included in the download with step-by-step instructions!

Here's a quick overview of the setup:

  1. Connect Credentials: Add your n8n credentials for YouTube (OAuth2), OpenAI, and Dropbox (OAuth2).
  2. Add API Keys:
    • RapidAPI: You'll need a key for the yt-api service. The template uses ={{ $env["RAPIDAPI_API_KEY"] }}. You can either set up an environment variable in n8n named RAPIDAPI_API_KEY or simply delete that expression in the "Get Video Details" and "Get Video Transcript" nodes and paste your API key directly into the x-rapidapi-key field.
  3. Configure Nodes:
    • Update the Playlist ID in the "Get Playlist Videos" node to your target YouTube playlist.
    • (Optional) Adjust the Save Path in the "Save Note to Dropbox" node if you want to save files to a different folder.
  4. Activate: Turn on the workflow.

> Bonus Trick: Symlink the Dropbox folder (using the Dropbox desktop app) to a folder in your Obsidian vault for beautifully organized YouTube summary notes!

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 - Sticky Note7

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

Block 2 - Sticky Note8

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

Block 3 - Create Links

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.6

Block 4 - Create Frontmatter

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.6

Block 5 - Summarize Video

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.6

Block 6 - Remove from Source Playlist

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

Block 7 - Clean Transcript

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

Block 8 - Create File

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

Block 9 - Save Note to Dropbox

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

Block 10 - Combine Content

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

Block 11 - Assemble Note

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

Block 15 - Sticky Note4

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

Block 16 - Sticky Note5

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

Block 17 - Get Video Transcript

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 18 - Get Video Details

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 19 - Sticky Note

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

Block 20 - Run Workflow on Schedule

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

Block 21 - Get Playlist Videos

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

3. Summary Table

Workflow Send YouTube video summaries to Obsidian via Dropbox
Complexity advanced
Nodes 21
Categories Content Creation, AI Summarization
Author I versus AI
Published 06 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3886/3886.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 YouTube video summaries to Obsidian via Dropbox do?

How it works This workflow runs on a schedule you set (default is every 10 minutes). It fetches all vi...

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 Content Creation, AI Summarization use case.