Supercharge your YouTube SEO with this AI-powered workflow that automatically generates and applies smart, SEO friendly tags to your new videos every week. No more manual tagging, just better discoverability, improved reach, and consistent optimization. Plus, get instant Slack notifications so your team stays updated on every video’s SEO boost.
Weekly Schedule Trigger
Runs the workflow once per week.
Get all videos uploaded last week
Queries YouTube for videos uploaded by the channel in the past 7 days.
Get video detail
Retrieves each video’s title, description, and ID.
YouTube Video Auto Tagging Agent (LLM)
video.title
, video.description
, channelName
.Update video with AI-generated tags
Writes the tags back to the video via YouTube Data API.
Inform via Slack message
Posts a confirmation message (video title + ID + tags) to a chosen Slack channel for visibility.
YouTube connection
Slack connection
LLM / Chat Model
{{video_title}}
, {{video_description}}
, {{channel_name}}
.Node configuration
tags
field.The video "*{{video_title}} - {{video_id}}*" has been auto-tagged successfully.
Tags: {{tags}}
Test run
APIs & Scopes
youtube.readonly
(to list videos / details)youtube
or youtube.force-ssl
(to update video metadata incl. tags)chat:write
(post messages)channels:read
or groups:read
if selecting channels dynamically (optional)Platform
Rate limits & quotas
Tip: Keep a small allow/deny list (e.g., banned terms, mandatory brand terms) and run a quick sanitizer right after the agent node to maintain consistency across your channel.