コーチの募集・入社ガイダンス automatique(自動化)

上級

これはContent Creation, Multimodal AI分野の自動化ワークフローで、36個のノードを含みます。主にIf, Set, Code, Wait, Twilioなどのノードを使用。 SMS、Twilio、Google スプレッドシートを使って30日間のコンサルティング研修を自動化

前提条件
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "coach-onboarding-automation",
  "meta": {
    "instanceId": "8a47b83ab4b7e5e06b8d8ffb3fbebf9c4d82e7e9c7b6d8f4e5c8a7b6d5c4e3a2",
    "templateCredsSetupCompleted": true
  },
  "name": "Coach Onboarding & Training Automation",
  "tags": [],
  "nodes": [
    {
      "id": "sticky-001",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-002",
      "name": "付箋 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        540
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-003",
      "name": "付箋 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1020,
        80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-004",
      "name": "付箋 4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        940
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-005",
      "name": "付箋 5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        1340
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-006",
      "name": "付箋 6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        1740
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-007",
      "name": "付箋 7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1440,
        540
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-008",
      "name": "付箋 8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2260,
        540
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "config-001",
      "name": "設定",
      "type": "n8n-nodes-base.set",
      "position": [
        240,
        340
      ],
      "parameters": {},
      "typeVersion": 3.3
    },
    {
      "id": "webhook-001",
      "name": "コーチ登録 Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        480,
        340
      ],
      "webhookId": "coach-registration",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "code-001",
      "name": "コーチ登録情報の処理",
      "type": "n8n-nodes-base.code",
      "position": [
        700,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "sheets-001",
      "name": "コーチをデータベースに保存",
      "type": "n8n-nodes-base.googleSheets",
      "maxTries": 3,
      "position": [
        920,
        220
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 4.4,
      "continueOnFail": true
    },
    {
      "id": "sheets-002",
      "name": "1日目の研修コンテンツを取得",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        920,
        460
      ],
      "parameters": {},
      "typeVersion": 4.4,
      "continueOnFail": true
    },
    {
      "id": "code-002",
      "name": "登録データを結合",
      "type": "n8n-nodes-base.code",
      "position": [
        1140,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "twilio-001",
      "name": "1日目の研修SMSを送信",
      "type": "n8n-nodes-base.twilio",
      "maxTries": 3,
      "position": [
        1360,
        340
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 2,
      "continueOnFail": true
    },
    {
      "id": "wait-001",
      "name": "2分間待機",
      "type": "n8n-nodes-base.wait",
      "position": [
        1580,
        340
      ],
      "webhookId": "wait-audio-check",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "if-001",
      "name": "音声メッセージの有無を確認",
      "type": "n8n-nodes-base.if",
      "position": [
        1800,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "twilio-002",
      "name": "音声メッセージをSMSで送信",
      "type": "n8n-nodes-base.twilio",
      "maxTries": 3,
      "position": [
        2020,
        220
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 2,
      "continueOnFail": true
    },
    {
      "id": "sheets-003",
      "name": "2日目に更新",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2240,
        340
      ],
      "parameters": {},
      "typeVersion": 4.4,
      "continueOnFail": true
    },
    {
      "id": "respond-001",
      "name": "登録完了の返信",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        2460,
        340
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "schedule-001",
      "name": "毎日9時スケジューラー",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        240,
        740
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "sheets-004",
      "name": "研修中のコーチを取得",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        460,
        620
      ],
      "parameters": {},
      "typeVersion": 4.4
    },
    {
      "id": "sheets-005",
      "name": "全研修コンテンツを取得",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        460,
        860
      ],
      "parameters": {},
      "typeVersion": 4.4
    },
    {
      "id": "code-003",
      "name": "毎日の研修を処理",
      "type": "n8n-nodes-base.code",
      "position": [
        680,
        740
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "twilio-003",
      "name": "毎日の研修SMSを送信",
      "type": "n8n-nodes-base.twilio",
      "maxTries": 3,
      "position": [
        900,
        740
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 2,
      "continueOnFail": true
    },
    {
      "id": "sheets-006",
      "name": "コーチの進捗を更新",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1120,
        740
      ],
      "parameters": {},
      "typeVersion": 4.4,
      "continueOnFail": true
    },
    {
      "id": "webhook-002",
      "name": "コーチからの返信 Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        240,
        1140
      ],
      "webhookId": "coach-response",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "code-004",
      "name": "コーチの返信を処理",
      "type": "n8n-nodes-base.code",
      "position": [
        460,
        1140
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "twilio-004",
      "name": "自動返信SMSを送信",
      "type": "n8n-nodes-base.twilio",
      "maxTries": 3,
      "position": [
        680,
        1020
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 2,
      "continueOnFail": true
    },
    {
      "id": "if-002",
      "name": "配信停止の確認",
      "type": "n8n-nodes-base.if",
      "position": [
        680,
        1260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "sheets-007",
      "name": "配信停止としてマーク",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        900,
        1260
      ],
      "parameters": {},
      "typeVersion": 4.4,
      "continueOnFail": true
    },
    {
      "id": "respond-002",
      "name": "応答 Webhook 返信",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1120,
        1140
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "schedule-002",
      "name": "週次モチベーション・スケジューラー",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        240,
        1540
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "sheets-008",
      "name": "全コーチを取得",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        460,
        1540
      ],
      "parameters": {},
      "typeVersion": 4.4
    },
    {
      "id": "code-005",
      "name": "週次メッセージを生成",
      "type": "n8n-nodes-base.code",
      "position": [
        680,
        1540
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "twilio-005",
      "name": "週次の激励SMSを送信",
      "type": "n8n-nodes-base.twilio",
      "maxTries": 3,
      "position": [
        900,
        1540
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 2,
      "continueOnFail": true
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1",
  "connections": {
    "twilio-002": {
      "main": [
        [
          {
            "node": "sheets-003",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "wait-001": {
      "main": [
        [
          {
            "node": "if-001",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sheets-008": {
      "main": [
        [
          {
            "node": "code-005",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sheets-003": {
      "main": [
        [
          {
            "node": "respond-001",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "if-002": {
      "main": [
        [
          {
            "node": "sheets-007",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "respond-002",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sheets-007": {
      "main": [
        [
          {
            "node": "respond-002",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sheets-004": {
      "main": [
        [
          {
            "node": "code-003",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "schedule-001": {
      "main": [
        [
          {
            "node": "sheets-004",
            "type": "main",
            "index": 0
          },
          {
            "node": "sheets-005",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "twilio-004": {
      "main": [
        [
          {
            "node": "respond-002",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "if-001": {
      "main": [
        [
          {
            "node": "twilio-002",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "sheets-003",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "webhook-002": {
      "main": [
        [
          {
            "node": "code-004",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "code-004": {
      "main": [
        [
          {
            "node": "twilio-004",
            "type": "main",
            "index": 0
          },
          {
            "node": "if-002",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "code-003": {
      "main": [
        [
          {
            "node": "twilio-003",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sheets-001": {
      "main": [
        [
          {
            "node": "code-002",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "twilio-003": {
      "main": [
        [
          {
            "node": "sheets-006",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "twilio-001": {
      "main": [
        [
          {
            "node": "wait-001",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "code-005": {
      "main": [
        [
          {
            "node": "twilio-005",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sheets-005": {
      "main": [
        [
          {
            "node": "code-003",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "code-002": {
      "main": [
        [
          {
            "node": "twilio-001",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "webhook-001": {
      "main": [
        [
          {
            "node": "code-001",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sheets-002": {
      "main": [
        [
          {
            "node": "code-002",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "code-001": {
      "main": [
        [
          {
            "node": "sheets-001",
            "type": "main",
            "index": 0
          },
          {
            "node": "sheets-002",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "schedule-002": {
      "main": [
        [
          {
            "node": "sheets-008",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

上級 - コンテンツ作成, マルチモーダルAI

有料ですか?

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

関連ワークフロー

SignSnapHome、HubSpot、Twilioを使った不動産オープンハウスフォローの自動化
SignSnapHome、HubSpot、Twilioを使った不動産オープンハウスフォロー自動化
If
Set
Code
+
If
Set
Code
32 ノードKaden Reese
コンテンツ作成
詐欺防止型リードキャプチャ・育成千リードシステム
AIによるスコアリング、テーブル追跡、マルチチャネルアラートを使って詐欺対策リードをキャプチャーし育成
If
Set
Code
+
If
Set
Code
28 ノードJitesh Dugar
コンテンツ作成
AIパーソナルアシスタント - タスクとメール管理
Telegram上でGPT-4oパーソナルアシスタントでタスク、メール、カレンダーを管理
Set
Code
Switch
+
Set
Code
Switch
40 ノードRonnie Craig
コンテンツ作成
AI駆動型動画制作&Instagram/TikTok/YouTubeへの自動アップロード
クラウドドライブからAI駆動の動画作成およびInstagram、TikTok、YouTubeへのアップロード
If
Set
Code
+
If
Set
Code
53 ノードDevCode Journey
コンテンツ作成
Groq、Gemini、Slack承認システムを使用してRSSからMediumへの公開を自動化
Groq、Gemini、Slack承認システムを用いたRSSからMediumへの自動公開プロセス
If
Set
Code
+
If
Set
Code
41 ノードObisDev
コンテンツ作成
WordPressブログの自動化プロフェッショナル版(先端研究)v2.1マーケットプラグイン
GPT-4o、Perplexity AI、そして多言語対応を使ったSEO最適化ブログ作成の自動化
If
Set
Xml
+
If
Set
Xml
125 ノードDaniel Ng
コンテンツ作成
ワークフロー情報
難易度
上級
ノード数36
カテゴリー2
ノードタイプ10
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
Ronnie Craig

Ronnie Craig

@ronnie-craig-2025

Hi, I’m Ronnie! I scaled an eCommerce biz to $14K/month in under a year, grew a YouTube channel to 1K subs in 30 days, booked 28 daycare appointments in 6 days, and built automations for nurses to track clients. I help you create content, repurpose high-performing posts, schedule with ease, monitor trends, and automate marketing—so you stay visible and consistent without burning out.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34