🏆 Capstone Project - AI Content Hub
🎯 Mục tiêu bài học
Sau bài học này, bạn sẽ:
✅ Build Email Intelligence workflow hoàn chỉnh
✅ Tạo Blog Pipeline tự động từ topic đến published draft
✅ Xây dựng Social Media Engine cho 4 platforms
✅ Implement Daily Digest workflow tự động
Tổng hợp tất cả kiến thức: build một AI Content Hub tự động hóa toàn bộ content workflow.
📋 Project Overview
Checkpoint
AI Content Hub gồm những thành phần chính nào (Input, Process, Output)?
📝 Requirements
Workflow 1: Email Intelligence
- Gmail trigger cho incoming emails
- Auto-classify (support/sales/internal/spam)
- Summarize long emails
- Translate non-Vietnamese emails
- Route to appropriate channel
Workflow 2: Blog Pipeline
- Webhook trigger với topic input
- Generate outline
- Write full blog post (section by section)
- SEO optimize
- Save as draft
Workflow 3: Social Media Engine
- Takes blog post URL as input
- Repurpose to 4 platforms (Twitter, LinkedIn, Facebook, Instagram)
- Generate platform-specific content
- Schedule posts
Workflow 4: Daily Digest
- Runs at 8 AM daily
- Summarize all emails from previous day
- List action items
- Send Slack digest
Checkpoint
Project yêu cầu bao nhiêu workflows? Mỗi workflow giải quyết vấn đề gì?
📧 Workflow 1: Email Intelligence
Key Nodes:
- Gmail Trigger (on new email)
- OpenAI (detect language)
- OpenAI (translate if needed)
- OpenAI (classify + summarize)
- IF node (route by category)
- Slack / Google Sheets outputs
Checkpoint
Email Intelligence workflow xử lý email non-Vietnamese như thế nào?
✍️ Workflow 2: Blog Pipeline
Key Configuration:
1// Webhook input schema2{3 "topic": "How to automate emails with AI",4 "audience": "small business owners",5 "tone": "friendly, practical",6 "wordCount": 15007}Checkpoint
Blog Pipeline gồm những bước xử lý AI nào từ topic đến published draft?
📱 Workflow 3: Social Media Engine
Checkpoint
Social Media Engine repurpose content cho những platform nào?
📊 Workflow 4: Daily Digest
Checkpoint
Daily Digest chạy lúc mấy giờ và gửi kết quả qua đâu?
✅ Testing Checklist
| Test | Expected Result |
|---|---|
| Send email in English | Auto-translated, classified, routed |
| Send support email | Ticket created, team notified |
| Trigger blog pipeline | Full blog post generated in 2-3 min |
| Trigger social media | 4 platform-specific posts created |
| Wait for 8 AM | Daily digest in Slack |
Checkpoint
Bạn đã test pass bao nhiêu test cases trong checklist?
📈 Evaluation Criteria
| Criteria | Points |
|---|---|
| Email Intelligence workflow hoạt động | 25 |
| Blog Pipeline tạo content chất lượng | 25 |
| Social Media Engine multi-platform | 20 |
| Daily Digest tự động | 15 |
| Error handling và reliability | 10 |
| Documentation | 5 |
| Total | 100 |
Checkpoint
Criteria nào có điểm cao nhất và tại sao?
📤 Submission
- Export 4 workflows (JSON) từ n8n
- Screenshot kết quả mỗi workflow
- README mô tả setup steps
- Demo video (optional, 3-5 minutes)
Checkpoint
Bạn đã chuẩn bị đủ các file nộp bài chưa?
Bạn đã hoàn thành khóa học n8n + GenAI! Bạn đã học cách xây dựng các AI-powered automation workflows từ email intelligence, blog pipeline, social media engine đến daily digest.
🚀 Bài tiếp theo
n8n RAG and Agents — Khám phá RAG và AI Agents nâng cao với n8n.
