Block 1 - OpenAI Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
AI Powered YouTube Auto Tagging Workflow (SEO Automation) Watch the demo video below: [
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.
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 | Automate YouTube video SEO tagging with GPT and Slack notifications |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | AI Summarization, Multimodal AI |
| Author | Trung Tran |
| Published | 26 Aug 2025 |
Use the JSON export at /data/workflows/7881/7881.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.
AI Powered YouTube Auto Tagging Workflow (SEO Automation) Watch the demo video below: [![Watch the video](https://s3.ap southeast 1.amazonaws.com/automatewith.me/youtube auto SEO tagging with n8n w...
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 AI Summarization, Multimodal AI use case.