客戶回饋循環

Notion

收集並回應客戶意見回饋的完整流程。

5 個節點 · 5 條連接notion templates
notiontemplate
視覺化
收集回饋api
sequentialAI 自動分類
AI 自動分類agent
sequential排定優先順序
排定優先順序human
sequential實施改善
實施改善agent
sequential通知客戶
fallback排定優先順序
通知客戶api
ex-customer-feedback.osop.yaml
osop_version: "1.0"
id: "customer-feedback"
name:"客戶回饋循環"
description:"收集並回應客戶意見回饋的完整流程。"
tags: [notion, template]

nodes:
  - id: "collect"
    type: "api"
    name: "收集回饋"
  - id: "categorize"
    type: "agent"
    name: "AI 自動分類"
  - id: "prioritize"
    type: "human"
    name: "排定優先順序"
  - id: "implement"
    type: "agent"
    name: "實施改善"
  - id: "notify"
    type: "api"
    name: "通知客戶"

edges:
  - from: "collect"
    to: "categorize"
    mode: "sequential"
  - from: "categorize"
    to: "prioritize"
    mode: "sequential"
  - from: "prioritize"
    to: "implement"
    mode: "sequential"
  - from: "implement"
    to: "notify"
    mode: "sequential"
  - from: "implement"
    to: "prioritize"
    mode: "fallback"
    label: "Needs revision"