MinAI - Về trang chủ
Dự án
12/1360 phút
Đang tải...

Capstone Project - AI Content Hub

Xây dựng hệ thống AI Content Hub hoàn chỉnh với n8n

🏆 Capstone Project - AI Content Hub

0

🎯 Mục tiêu bài học

TB5 min

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.

1

📋 Project Overview

TB5 min
Diagram
Đang vẽ diagram...

Checkpoint

AI Content Hub gồm những thành phần chính nào (Input, Process, Output)?

2

📝 Requirements

TB5 min
Project 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ì?

3

📧 Workflow 1: Email Intelligence

TB5 min
Diagram
Đang vẽ diagram...

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?

4

✍️ Workflow 2: Blog Pipeline

TB5 min
Diagram
Đang vẽ diagram...

Key Configuration:

JavaScript
1// Webhook input schema
2{
3 "topic": "How to automate emails with AI",
4 "audience": "small business owners",
5 "tone": "friendly, practical",
6 "wordCount": 1500
7}

Checkpoint

Blog Pipeline gồm những bước xử lý AI nào từ topic đến published draft?

5

📱 Workflow 3: Social Media Engine

TB5 min
Diagram
Đang vẽ diagram...

Checkpoint

Social Media Engine repurpose content cho những platform nào?

6

📊 Workflow 4: Daily Digest

TB5 min
Diagram
Đang vẽ diagram...

Checkpoint

Daily Digest chạy lúc mấy giờ và gửi kết quả qua đâu?

7

✅ Testing Checklist

TB5 min
TestExpected Result
Send email in EnglishAuto-translated, classified, routed
Send support emailTicket created, team notified
Trigger blog pipelineFull blog post generated in 2-3 min
Trigger social media4 platform-specific posts created
Wait for 8 AMDaily digest in Slack

Checkpoint

Bạn đã test pass bao nhiêu test cases trong checklist?

8

📈 Evaluation Criteria

TB5 min
Grading Rubric
CriteriaPoints
Email Intelligence workflow hoạt động25
Blog Pipeline tạo content chất lượng25
Social Media Engine multi-platform20
Daily Digest tự động15
Error handling và reliability10
Documentation5
Total100

Checkpoint

Criteria nào có điểm cao nhất và tại sao?

9

📤 Submission

TB5 min
Nộp bài
  1. Export 4 workflows (JSON) từ n8n
  2. Screenshot kết quả mỗi workflow
  3. README mô tả setup steps
  4. Demo video (optional, 3-5 minutes)

Checkpoint

Bạn đã chuẩn bị đủ các file nộp bài chưa?

🎉 Chúc mừng!

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.