面接官ブリーフィングパック
上級
これはHR, AI Summarization分野の自動化ワークフローで、16個のノードを含みます。主にCode, Gmail, GoogleDrive, GoogleSheets, ManualTriggerなどのノードを使用。 Google Sheets、GPT-4oを使って履歴書からAI駆動の面接サマリー生成
前提条件
- •Googleアカウント + Gmail API認証情報
- •Google Drive API認証情報
- •Google Sheets API認証情報
- •OpenAI API Key
使用ノード (16)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "Q0XfAnTulsSa2PXw",
"meta": {
"instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177",
"templateCredsSetupCompleted": true
},
"name": "Interviewer Brief Pack",
"tags": [],
"nodes": [
{
"id": "9f6ee7bd-dbb4-4424-90af-96f3c4cef415",
"name": "フォローアップメール送信1",
"type": "n8n-nodes-base.gmail",
"position": [
688,
48
],
"webhookId": "0c82c299-6938-42ed-bda6-5007d79af34f",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "05512004-69c4-40c1-a927-32437eabad10",
"name": "シートの行を取得",
"type": "n8n-nodes-base.googleSheets",
"position": [
-608,
48
],
"parameters": {},
"typeVersion": 4
},
{
"id": "755efe2a-92f7-424c-8dc1-23b8b078accc",
"name": "基本LLMチェーン",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
288,
48
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "6ab7fa6e-1f6d-406d-b87f-14aedbeab062",
"name": "Azure OpenAI チャットモデル1",
"type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
"position": [
288,
288
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b5f63b84-daf1-49d9-a7dd-7fed1fd033de",
"name": "「ワークフロー実行」クリック時",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-816,
48
],
"parameters": {},
"typeVersion": 1
},
{
"id": "70d8f7be-01f2-430a-871a-f469a1c0cd3c",
"name": "ファイルをダウンロード",
"type": "n8n-nodes-base.googleDrive",
"position": [
-400,
48
],
"parameters": {},
"typeVersion": 3
},
{
"id": "4d83ae47-dc8d-4541-b4d5-16ec90038f48",
"name": "ファイルから抽出",
"type": "n8n-nodes-base.extractFromFile",
"position": [
-176,
48
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9f7ac343-94f8-4079-834e-d0cf046476b6",
"name": "コード",
"type": "n8n-nodes-base.code",
"position": [
48,
48
],
"parameters": {},
"typeVersion": 2
},
{
"id": "3a1b8614-1fdb-4c85-9a4b-fc7ce839d0ee",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-880,
256
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "19f95e7e-5946-4f11-87c0-c6850395bbb3",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-672,
-208
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "d03282dc-712e-454e-a4d0-698751192101",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-448,
224
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "71c24508-72ba-4d20-8ae7-c7cb19e84848",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-240,
-192
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "7c158ad5-823b-4fa7-a238-4bbb456b56d9",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-16,
224
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "4f01fb48-f4c8-4074-a5f4-023d149cc199",
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
288,
-384
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "92f3441a-b1c4-41a4-aaec-c4e22acd8d83",
"name": "付箋6",
"type": "n8n-nodes-base.stickyNote",
"position": [
640,
208
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "eb0e2eb5-5e7a-4bca-8cea-c2cb84613095",
"name": "付箋7",
"type": "n8n-nodes-base.stickyNote",
"position": [
272,
432
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "61a5ee71-d3cb-42cd-9348-5e3f61568aea",
"connections": {
"9f7ac343-94f8-4079-834e-d0cf046476b6": {
"main": [
[
{
"node": "755efe2a-92f7-424c-8dc1-23b8b078accc",
"type": "main",
"index": 0
}
]
]
},
"70d8f7be-01f2-430a-871a-f469a1c0cd3c": {
"main": [
[
{
"node": "4d83ae47-dc8d-4541-b4d5-16ec90038f48",
"type": "main",
"index": 0
}
]
]
},
"755efe2a-92f7-424c-8dc1-23b8b078accc": {
"main": [
[
{
"node": "9f6ee7bd-dbb4-4424-90af-96f3c4cef415",
"type": "main",
"index": 0
}
]
]
},
"4d83ae47-dc8d-4541-b4d5-16ec90038f48": {
"main": [
[
{
"node": "9f7ac343-94f8-4079-834e-d0cf046476b6",
"type": "main",
"index": 0
}
]
]
},
"05512004-69c4-40c1-a927-32437eabad10": {
"main": [
[
{
"node": "70d8f7be-01f2-430a-871a-f469a1c0cd3c",
"type": "main",
"index": 0
}
]
]
},
"6ab7fa6e-1f6d-406d-b87f-14aedbeab062": {
"ai_languageModel": [
[
{
"node": "755efe2a-92f7-424c-8dc1-23b8b078accc",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"b5f63b84-daf1-49d9-a7dd-7fed1fd033de": {
"main": [
[
{
"node": "05512004-69c4-40c1-a927-32437eabad10",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - 人事, AI要約
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
構造化された面接フィードバックの収集
GPT-4o-mini、Gmail、ClickUpタスク追跡を使った候補者の辞退処理の自動化
If
Code
Gmail
+
If
Code
Gmail
18 ノードRahul Joshi
人事
個別化された辞退/次のステップメール
Google Sheets、GPT-4o-mini、Gmail、ClickUpを使った候補者の辞退処理の自動化
If
Set
Code
+
If
Set
Code
38 ノードRahul Joshi
人事
スキルマトリックスエクスパンダ
GoogleドライブとGPT-4oを使用してスキルマトリックスをGoogleスプレッドシートに抽出
Code
Google Drive
Google Sheets
+
Code
Google Drive
Google Sheets
17 ノードRahul Joshi
その他
Google Drive から n8n テンプレートの説明を生成
AzureでGPT-4を使ってGoogle Driveからテンプレート説明文を生成
Code
Gmail
Google Drive
+
Code
Gmail
Google Drive
27 ノードRahul Joshi
コンテンツ作成
API速率制限と認証に関するFAQテスト
GPT-4o-mini、Googleスプレッドシート、Slackアラートを使用したAPIよくある質問品質テストの自動化
If
Set
Code
+
If
Set
Code
19 ノードRahul Joshi
文書抽出
新規開発者の入社業務の自動化
GPT-4oを使用した従業員採用業務の自動化:Jira、Notion、Gmailの統合
If
Set
Code
+
If
Set
Code
21 ノードRahul Joshi
人事
ワークフロー情報
難易度
上級
ノード数16
カテゴリー2
ノードタイプ9
作成者
Rahul Joshi
@rahul08Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.
外部リンク
n8n.ioで表示 →
このワークフローを共有