AI駆動型の顧客成功コーチング
中級
これはCRM, Multimodal AI分野の自動化ワークフローで、14個のノードを含みます。主にCron, Gmail, Notion, OpenAiなどのノードを使用。 Notion、Gmail、GPT-4o を使用した顧客コミュニケーションおよび管理の自動化
前提条件
- •Googleアカウント + Gmail API認証情報
- •Notion API Key
- •OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下の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など)は別途料金が発生する場合があります。
関連ワークフロー
毎日業務のピルス
Notion、Gmail、Stripe、カレンダー、そして GPT-4o を使って毎日のビジネスサマリー生成
Cron
Gmail
Notion
+
Cron
Gmail
Notion
6 ノードShelly-Ann Davy
AI要約
エレガントな顧客紹介カスタマーサービス — プロフェッショナル版(汎用、v3)
Notion、メール、CRMの統合による自動顧客オンボーディングシステム
If
Set
Notion
+
If
Set
Notion
31 ノードShelly-Ann Davy
顧客管理
Blush Pink Week — 7日間のPinterestプランナ(n8n + Notion)
Notionとの連携機能付き7日間のPinterestコンテンツプランナー
If
Set
Cron
+
If
Set
Cron
17 ノードShelly-Ann Davy
ソーシャルメディア
パントリー ソフトウェア在庫補充 — Notion → 買い物リスト + メール
Notion とメール通知を使った食品冷蔵庫在庫の自動管理
Set
Cron
Notion
+
Set
Cron
Notion
15 ノードShelly-Ann Davy
個人の生産性
エレガントなコンテンツ起動 — RSS → Notion(n8n)
RSS フィードを日次のコンテンツアイデアへ整理し、メールで送信。Notion および Telegram オプションも対応
If
Set
Cron
+
If
Set
Cron
20 ノードShelly-Ann Davy
コンテンツ作成
アフォーム送信機+週次の感謝サマリー(ヘルス)v2
Notion、メール、Telegramを使って隔日の肯定メッセージと週次の感謝要約を送信
If
Set
Cron
+
If
Set
Cron
26 ノードShelly-Ann Davy
個人の生産性
ワークフロー情報
難易度
中級
ノード数14
カテゴリー2
ノードタイプ4
作成者
Shelly-Ann Davy
@shecodesfloFounder 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で表示 →
このワークフローを共有