Block 1 - Sticky Note7
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
How it works This workflow runs on a schedule you set (default is every 10 minutes). It fetches all vi...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by I versus AI.
Original n8n.io sourceThis 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.
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:
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.> Bonus Trick: Symlink the Dropbox folder (using the Dropbox desktop app) to a folder in your Obsidian vault for beautifully organized YouTube summary notes!
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.
| 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 |
Use the JSON export at /data/workflows/3886/3886.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
How it works This workflow runs on a schedule you set (default is every 10 minutes). It fetches all vi...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.