πŸ”¬ Turn YouTube meeting recordings into Notion notes with Claude, deAPI, and Slack alerts

⚑ 0 views Β· πŸ”¬ Document Extraction & Analysis

πŸ’‘ Pro Tip β€” YouTube’s API quotas can be a bottleneck when you’re pulling data at scale. ScraperNode is a community node with dedicated scrapers for channels, videos, and comments β€” no quota limits, just structured data.

View All Scrapers

Description

Who is this for?

What problem does this solve?

Meeting notes are either rushed, incomplete, or never written at all. This workflow removes that bottleneck β€” upload a recording to YouTube and get a structured Notion page with summary, action items, decisions, and key topics, plus a Slack notification, all within minutes.

What this workflow does

  1. Monitors a YouTube channel via RSS for new video uploads
  2. Transcribes the video using deAPI (Whisper Large V3) directly from the YouTube URL β€” no file download or size limits
  3. AI Agent analyzes the transcript and extracts a title, summary, action items, decisions, and key topics
  4. Creates a structured meeting notes page in a Notion database
  5. Posts the summary and action items to a Slack channel

Setup

Requirements

Installing the deAPI Node

  1. Go to Settings β†’ Community Nodes
  2. Install n8n-nodes-deapi

Configuration

  1. Add your deAPI credentials (API key + webhook secret)
  2. Add your Anthropic credentials (API key)
  3. Set the Feed URL in the RSS trigger to your YouTube channel’s RSS feed: https://www.youtube.com/feeds/videos.xml?channel_id=YOUR_CHANNEL_ID
  4. Add your Notion credentials and set the Database ID in the Notion node
  5. Add your Slack credentials and set the Channel in the Slack node
  6. Ensure your n8n instance is on HTTPS

How to customize this workflow

πŸ”— Nodes Used

Slack, Notion, AI Agent, Anthropic Chat Model, Structured Output Parser, RSS Feed Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup