健康合作夥伴整合

B2B

健身房登錄 → API 設定 → 課表同步 → 會員資料交換 → 帳務對帳 → 績效回顧。

6 個節點 · 6 條連接fitness
apisystemhuman
視覺化
健身房合作夥伴登錄human

健身房提交場地詳情、課程類型、教練資格及保險資訊。

sequentialAPI 整合設定
API 整合設定api

設定 OAuth 憑證、webhook 端點及資料對應。

sequential課表同步
parallel會員資料交換
課表同步system

雙向同步課程時間表、容量及取消資訊。

sequential帳務對帳
會員資料交換api

加密的會員資格查驗及到訪紀錄追蹤。

sequential帳務對帳
帳務對帳system

每月對帳到訪次數與合約費率,產生匯款明細。

sequential季度績效回顧
季度績效回顧human

回顧使用率、NPS 分數及續約條款。

uc-wellness-partner-integration.osop.yaml
osop_version: "1.0"
id: "wellness-partner-integration"
name:"健康合作夥伴整合"
description:"健身房登錄 → API 設定 → 課表同步 → 會員資料交換 → 帳務對帳 → 績效回顧。"

nodes:
  - id: "gym_register"
    type: "human"
    subtype: "input"
    name: "健身房合作夥伴登錄"
    description: "健身房提交場地詳情、課程類型、教練資格及保險資訊。"

  - id: "api_setup"
    type: "api"
    subtype: "rest"
    name: "API 整合設定"
    description: "設定 OAuth 憑證、webhook 端點及資料對應。"

  - id: "class_sync"
    type: "system"
    name: "課表同步"
    description: "雙向同步課程時間表、容量及取消資訊。"

  - id: "member_exchange"
    type: "api"
    subtype: "rest"
    name: "會員資料交換"
    description: "加密的會員資格查驗及到訪紀錄追蹤。"
    security:
      risk_level: "medium"

  - id: "billing_recon"
    type: "system"
    name: "帳務對帳"
    description: "每月對帳到訪次數與合約費率,產生匯款明細。"

  - id: "performance_review"
    type: "human"
    subtype: "review"
    name: "季度績效回顧"
    description: "回顧使用率、NPS 分數及續約條款。"
    timeout_sec: 604800

edges:
  - from: "gym_register"
    to: "api_setup"
    mode: "sequential"
  - from: "api_setup"
    to: "class_sync"
    mode: "sequential"
  - from: "api_setup"
    to: "member_exchange"
    mode: "parallel"
  - from: "class_sync"
    to: "billing_recon"
    mode: "sequential"
  - from: "member_exchange"
    to: "billing_recon"
    mode: "sequential"
  - from: "billing_recon"
    to: "performance_review"
    mode: "sequential"