AI駆動型の顧客成功コーチング

中級

これはCRM, Multimodal AI分野の自動化ワークフローで、14個のノードを含みます。主にCron, Gmail, Notion, OpenAiなどのノードを使用。 Notion、Gmail、GPT-4o を使用した顧客コミュニケーションおよび管理の自動化

前提条件
  • Googleアカウント + Gmail API認証情報
  • Notion API Key
  • OpenAI API Key

使用ノード (14)

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "ai-client-success-coach-001",
  "name": "AI-Powered Client Success Coach",
  "tags": [
    "solopreneur",
    "client success",
    "automation",
    "no-code",
    "GPT-4o",
    "Notion",
    "email",
    "CRM",
    "small business"
  ],
  "nodes": [
    {
      "id": "node-cron-001",
      "name": "Cronトリガー",
      "type": "n8n-nodes-base.cron",
      "position": [
        100,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-new",
      "name": "Notionから新規顧客を取得",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-gmail-welcome",
      "name": "ウェルカムメール送信",
      "type": "n8n-nodes-base.gmail",
      "position": [
        500,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-onboarded",
      "name": "顧客ステータスをオンボーディング済みに更新",
      "type": "n8n-nodes-base.notion",
      "position": [
        700,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-checkin",
      "name": "チェックインが必要なアクティブ顧客を取得",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        500
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-openai-checkin",
      "name": "GPT-4oでチェックインメッセージ生成",
      "type": "n8n-nodes-base.openAi",
      "position": [
        500,
        500
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-gmail-checkin",
      "name": "チェックインメール送信",
      "type": "n8n-nodes-base.gmail",
      "position": [
        700,
        500
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-update-checkin",
      "name": "最終チェックイン日を更新",
      "type": "n8n-nodes-base.notion",
      "position": [
        900,
        500
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-feedback",
      "name": "フィードバック対象の完了顧客を取得",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        700
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-gmail-feedback",
      "name": "フィードバック依頼送信",
      "type": "n8n-nodes-base.gmail",
      "position": [
        500,
        700
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-mark-feedback",
      "name": "フィードバック収集済みとしてマーク",
      "type": "n8n-nodes-base.notion",
      "position": [
        700,
        700
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-inactive",
      "name": "非アクティブ顧客を取得",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        900
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-gmail-reengage",
      "name": "再エンゲージメントメール送信",
      "type": "n8n-nodes-base.gmail",
      "position": [
        500,
        900
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-mark-reengage",
      "name": "再エンゲージメント送信済みとしてマーク",
      "type": "n8n-nodes-base.notion",
      "position": [
        700,
        900
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {},
  "versionId": "v1.0",
  "connections": {
    "node-cron-001": {
      "main": [
        [
          "Notionから新規顧客を取得",
          "main",
          0
        ],
        [
          "チェックインが必要なアクティブ顧客を取得",
          "main",
          0
        ],
        [
          "フィードバック対象の完了顧客を取得",
          "main",
          0
        ],
        [
          "非アクティブ顧客を取得",
          "main",
          0
        ]
      ]
    },
    "node-gmail-welcome": {
      "main": [
        [
          "顧客ステータスをオンボーディング済みに更新",
          "main",
          0
        ]
      ]
    },
    "node-gmail-checkin": {
      "main": [
        [
          "最終チェックイン日を更新",
          "main",
          0
        ]
      ]
    },
    "node-notion-inactive": {
      "main": [
        [
          "再エンゲージメントメール送信",
          "main",
          0
        ]
      ]
    },
    "node-gmail-feedback": {
      "main": [
        [
          "フィードバック収集済みとしてマーク",
          "main",
          0
        ]
      ]
    },
    "node-gmail-reengage": {
      "main": [
        [
          "再エンゲージメント送信済みとしてマーク",
          "main",
          0
        ]
      ]
    },
    "node-notion-new": {
      "main": [
        [
          "ウェルカムメール送信",
          "main",
          0
        ]
      ]
    },
    "node-notion-feedback": {
      "main": [
        [
          "フィードバック依頼送信",
          "main",
          0
        ]
      ]
    },
    "node-notion-checkin": {
      "main": [
        [
          "GPT-4oでチェックインメッセージ生成",
          "main",
          0
        ]
      ]
    },
    "node-openai-checkin": {
      "main": [
        [
          "チェックインメール送信",
          "main",
          0
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - 顧客管理, マルチモーダルAI

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数14
カテゴリー2
ノードタイプ4
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Shelly-Ann Davy

Shelly-Ann Davy

@shecodesflo

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34