従業員時間追跡システム(GPT-4o レポート付き Gmail 通知)

上級

これはHR, AI Summarization分野の自動化ワークフローで、33個のノードを含みます。主にIf, Set, Gmail, Switch, Webhookなどのノードを使用。 従業員タイムトラッキングシステム – GPT-4oレポートとGmail通知機能付き

前提条件
  • Googleアカウント + Gmail API認証情報
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • OpenAI API Key

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "5935d23fce125caa8ab93af824f47776e317d824634bf7b68a810b49a4038f0a",
    "templateId": "2447",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "70424282-dcce-4f1a-aba0-af0e7947a4fd",
      "name": "休憩時間の設定",
      "type": "n8n-nodes-base.set",
      "position": [
        1664,
        912
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "9261c98a-3099-4409-b697-8c28f6ec0c06",
              "name": "break_duration",
              "type": "number",
              "value": "={{ $('Webhook - Track Time').item.json.body.duration }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "875f1969-4958-4450-87a5-aad1f65b3a9d",
      "name": "分岐",
      "type": "n8n-nodes-base.switch",
      "position": [
        736,
        912
      ],
      "parameters": {
        "rules": {
          "values": [
            {
              "outputKey": "Start",
              "conditions": {
                "options": {
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "operator": {
                      "type": "string",
                      "operation": "equals"
                    },
                    "leftValue": "={{ $json.body.method }}",
                    "rightValue": "start"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Break",
              "conditions": {
                "options": {
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "6ddd1f12-a0d8-42df-9776-dff0f44ba82c",
                    "operator": {
                      "name": "filter.operator.equals",
                      "type": "string",
                      "operation": "equals"
                    },
                    "leftValue": "={{ $json.body.method }}",
                    "rightValue": "break"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "End",
              "conditions": {
                "options": {
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "61550dac-65a2-4e4b-99a8-4df4a357cec0",
                    "operator": {
                      "name": "filter.operator.equals",
                      "type": "string",
                      "operation": "equals"
                    },
                    "leftValue": "={{ $json.body.method }}",
                    "rightValue": "end"
                  }
                ]
              },
              "renameOutput": true
            }
          ]
        },
        "options": {}
      },
      "typeVersion": 3.1
    },
    {
      "id": "8cbdbe7f-3c32-48bb-bce6-80b918a7c31e",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        960,
        240
      ],
      "parameters": {
        "width": 1407,
        "height": 470,
        "content": "## START"
      },
      "typeVersion": 1
    },
    {
      "id": "e930da00-916b-4767-a34e-b985d97090ca",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        960,
        752
      ],
      "parameters": {
        "width": 1407,
        "height": 597,
        "content": "## BREAK"
      },
      "typeVersion": 1
    },
    {
      "id": "6b77fcde-e3ed-4cfa-bd89-9d1cc6660591",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        960,
        1392
      ],
      "parameters": {
        "width": 1407,
        "height": 628,
        "content": "## END"
      },
      "typeVersion": 1
    },
    {
      "id": "85b40d37-3a55-4346-8c94-60eb2f8b6dba",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        368,
        240
      ],
      "parameters": {
        "color": 4,
        "width": 538.9177312302156,
        "height": 1760.750302860566,
        "content": "## WAIT"
      },
      "typeVersion": 1
    },
    {
      "id": "bfe988d1-81c5-4c70-affd-220cfc5016da",
      "name": "Webhookへの返信",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        3120,
        1008
      ],
      "parameters": {
        "options": {},
        "respondWith": "text",
        "responseBody": "={{ $json.message }}"
      },
      "typeVersion": 1.1
    },
    {
      "id": "585efbae-ec10-4ef4-90a0-7bad55b4a150",
      "name": "付箋5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2432,
        240
      ],
      "parameters": {
        "color": 4,
        "width": 415.1572200385813,
        "height": 1766.1026447605514,
        "content": "## RESPONSE"
      },
      "typeVersion": 1
    },
    {
      "id": "b75485ce-d365-4743-a4ee-e16799e12c24",
      "name": "Webhook - 時間追跡",
      "type": "n8n-nodes-base.webhook",
      "position": [
        512,
        928
      ],
      "webhookId": "752a7723-87b6-470f-a7d3-f627f6457e39",
      "parameters": {
        "path": "track-time",
        "options": {},
        "httpMethod": "POST",
        "responseMode": "responseNode"
      },
      "typeVersion": 2
    },
    {
      "id": "aca3ed81-1dbd-4439-8e00-41d63e8d9317",
      "name": "条件分岐1",
      "type": "n8n-nodes-base.if",
      "position": [
        1408,
        928
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "c3da335c-90d9-4ac0-b470-dc91fd73bfe3",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.start }}",
              "rightValue": "={{ $today }}"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "5041890d-630e-4814-85f0-e02d3f7d0a95",
      "name": "行の取得",
      "type": "n8n-nodes-base.dataTable",
      "position": [
        1136,
        928
      ],
      "parameters": {
        "operation": "get",
        "dataTableId": {
          "__rl": true,
          "mode": "list",
          "value": "P4XPPCTMQJ4pWSU8",
          "cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
          "cachedResultName": "schedule"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "09233c72-63c8-48b3-9dee-2463b12b395e",
      "name": "行の更新",
      "type": "n8n-nodes-base.dataTable",
      "position": [
        1968,
        912
      ],
      "parameters": {
        "columns": {
          "value": {
            "break": "={{ $('Webhook - Track Time').item.json.body.duration }}",
            "start": "={{ $today }}",
            "Employee": "={{ $('Webhook - Track Time').item.json.headers.id }}"
          },
          "schema": [
            {
              "id": "Employee",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Employee",
              "defaultMatch": false
            },
            {
              "id": "start",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "start",
              "defaultMatch": false
            },
            {
              "id": "end",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "end",
              "defaultMatch": false
            },
            {
              "id": "break",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "break",
              "defaultMatch": false
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "filters": {
          "conditions": [
            {
              "keyName": "start",
              "keyValue": "={{ $today }}"
            }
          ]
        },
        "options": {},
        "operation": "update",
        "dataTableId": {
          "__rl": true,
          "mode": "list",
          "value": "P4XPPCTMQJ4pWSU8",
          "cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
          "cachedResultName": "schedule"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "6f21b44e-3c08-482e-8540-c879d8cb338f",
      "name": "エラー",
      "type": "n8n-nodes-base.set",
      "position": [
        2592,
        1184
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "419d7570-d1ce-44b1-814c-7757da92a188",
              "name": "message",
              "type": "string",
              "value": "=ERROR"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "9a549bad-dab1-4909-8cbc-66888ec29289",
      "name": "行の挿入",
      "type": "n8n-nodes-base.dataTable",
      "position": [
        1712,
        512
      ],
      "parameters": {
        "columns": {
          "value": {
            "start": "={{ $today }}",
            "Employee": "={{ $('Webhook - Track Time').item.json.headers.id }}"
          },
          "schema": [
            {
              "id": "Employee",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Employee",
              "defaultMatch": false
            },
            {
              "id": "start",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "start",
              "defaultMatch": false
            },
            {
              "id": "end",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "end",
              "defaultMatch": false
            },
            {
              "id": "break",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "break",
              "defaultMatch": false
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "dataTableId": {
          "__rl": true,
          "mode": "list",
          "value": "P4XPPCTMQJ4pWSU8",
          "cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
          "cachedResultName": "schedule"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "6d37fe25-3479-496f-bf5c-00027c5fdc60",
      "name": "条件分岐",
      "type": "n8n-nodes-base.if",
      "position": [
        1440,
        1552
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "c3da335c-90d9-4ac0-b470-dc91fd73bfe3",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.start }}",
              "rightValue": "={{ $today }}"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "65726b45-9052-44a5-ab3e-b81faf34959a",
      "name": "行の取得2",
      "type": "n8n-nodes-base.dataTable",
      "position": [
        1184,
        1536
      ],
      "parameters": {
        "operation": "get",
        "dataTableId": {
          "__rl": true,
          "mode": "list",
          "value": "P4XPPCTMQJ4pWSU8",
          "cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
          "cachedResultName": "schedule"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "f9c58330-acef-4eb4-9561-2d350f74f7e5",
      "name": "行の更新1",
      "type": "n8n-nodes-base.dataTable",
      "position": [
        2016,
        1536
      ],
      "parameters": {
        "columns": {
          "value": {
            "end": "={{ $now }}",
            "break": "={{ $('Get row(s)2').item.json.break }}",
            "start": "={{ $today }}",
            "Employee": "={{ $('Webhook - Track Time').item.json.headers.id }}"
          },
          "schema": [
            {
              "id": "Employee",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Employee",
              "defaultMatch": false
            },
            {
              "id": "start",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "start",
              "defaultMatch": false
            },
            {
              "id": "end",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "end",
              "defaultMatch": false
            },
            {
              "id": "break",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "break",
              "defaultMatch": false
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "filters": {
          "conditions": [
            {
              "keyName": "start",
              "keyValue": "={{ $today }}"
            }
          ]
        },
        "options": {},
        "operation": "update",
        "dataTableId": {
          "__rl": true,
          "mode": "list",
          "value": "P4XPPCTMQJ4pWSU8",
          "cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
          "cachedResultName": "schedule"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "51e7d283-9d69-4730-9f39-81b76bee57aa",
      "name": "エラー1",
      "type": "n8n-nodes-base.set",
      "position": [
        2608,
        1776
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "419d7570-d1ce-44b1-814c-7757da92a188",
              "name": "message",
              "type": "string",
              "value": "=ERROR"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "4ee9a3bf-7173-47de-a35f-9de4eaa2c562",
      "name": "終了",
      "type": "n8n-nodes-base.set",
      "position": [
        1744,
        1520
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "9261c98a-3099-4409-b697-8c28f6ec0c06",
              "name": "end",
              "type": "string",
              "value": "={{ $now }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "69235db6-08a2-4480-89f5-bd5ccd42067b",
      "name": "モデルへのメッセージ",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        960,
        2224
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "chatgpt-4o-latest",
          "cachedResultName": "CHATGPT-4O-LATEST"
        },
        "options": {},
        "messages": {
          "values": [
            {
              "content": "=Analyze the time tracking for last month and provide me with a summary\n\n\n{{ $json }}"
            }
          ]
        }
      },
      "credentials": {
        "openAiApi": {
          "id": "sGgf9jkDln4JRKOD",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1.8
    },
    {
      "id": "952f2882-0b34-4408-8b09-4f3b2a70d661",
      "name": "付箋4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        384,
        2144
      ],
      "parameters": {
        "width": 1184,
        "height": 352,
        "content": "## MONTHLY SUMMARY\n"
      },
      "typeVersion": 1
    },
    {
      "id": "a0133c1e-4092-4e90-9171-f09902e6abac",
      "name": "モデルへのメッセージ1",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        2272,
        2224
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "chatgpt-4o-latest",
          "cachedResultName": "CHATGPT-4O-LATEST"
        },
        "options": {},
        "messages": {
          "values": [
            {
              "content": "=IF I HAVEN'T CLOCKED IN TODAY, REMIND ME BY EMAIL\n\n{{ $json }}"
            }
          ]
        }
      },
      "credentials": {
        "openAiApi": {
          "id": "sGgf9jkDln4JRKOD",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1.8
    },
    {
      "id": "a12ac5bc-c39e-4f1c-bca5-727c57a65829",
      "name": "付箋6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1696,
        2144
      ],
      "parameters": {
        "width": 1184,
        "height": 352,
        "content": "## CLOCK-IN REMINDER\n"
      },
      "typeVersion": 1
    },
    {
      "id": "16933a63-4e27-4931-b576-2bba8efb2828",
      "name": "時間記録の分析",
      "type": "n8n-nodes-base.dataTable",
      "position": [
        2000,
        2224
      ],
      "parameters": {
        "operation": "get",
        "returnAll": true,
        "dataTableId": {
          "__rl": true,
          "mode": "list",
          "value": "P4XPPCTMQJ4pWSU8",
          "cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
          "cachedResultName": "schedule"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "1e5a685f-bd1b-435e-b443-67548be0c845",
      "name": "月間全体の分析",
      "type": "n8n-nodes-base.dataTable",
      "position": [
        688,
        2224
      ],
      "parameters": {
        "operation": "get",
        "returnAll": true,
        "dataTableId": {
          "__rl": true,
          "mode": "list",
          "value": "P4XPPCTMQJ4pWSU8",
          "cachedResultUrl": "/projects/XY9UVd698UhQGydX/datatables/P4XPPCTMQJ4pWSU8",
          "cachedResultName": "schedule"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "5c02e825-e86d-4ef2-98ab-903892ec553f",
      "name": "毎日実行",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        1792,
        2224
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 10
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "a557f340-2ca6-46e1-af4d-d52b800fa9e2",
      "name": "毎月実行",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        480,
        2224
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "months",
              "triggerAtHour": 6
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "24459b66-e41e-48b1-b267-00d56e97f9f8",
      "name": "従業員へのメール",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2624,
        2224
      ],
      "webhookId": "87eeeeda-9f1d-4575-8286-0e9e11675995",
      "parameters": {
        "sendTo": "josea.castillodiez@gmail.com",
        "message": "={{ $json.message.content }}",
        "options": {},
        "subject": "SCHEDULE"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "iVfmUSbPyEaMxofu",
          "name": "Gmail account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "ef328e10-411e-488a-9ac0-fcc57a10a500",
      "name": "管理部門へのメール",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1312,
        2224
      ],
      "webhookId": "87eeeeda-9f1d-4575-8286-0e9e11675995",
      "parameters": {
        "sendTo": "josea.castillodiez@gmail.com",
        "message": "={{ $json.message.content }}",
        "options": {},
        "subject": "SCHEDULE"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "iVfmUSbPyEaMxofu",
          "name": "Gmail account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "6aeab75f-def1-46a6-9e13-b515d4bf703c",
      "name": "メッセージ",
      "type": "n8n-nodes-base.set",
      "position": [
        2608,
        1504
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "419d7570-d1ce-44b1-814c-7757da92a188",
              "name": "message",
              "type": "string",
              "value": "=Tracked {{ $('end').item.json.break_duration }} minutes as break time."
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "fa1855df-e3b5-4052-b26a-7be840bcaf0c",
      "name": "メッセージ1",
      "type": "n8n-nodes-base.set",
      "position": [
        2592,
        928
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "419d7570-d1ce-44b1-814c-7757da92a188",
              "name": "message",
              "type": "string",
              "value": "=Tracked {{ $('Set Break Duration').item.json.break_duration }} minutes as break time."
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "42465160-7eec-43ed-93ad-1d73745911a0",
      "name": "メッセージ2",
      "type": "n8n-nodes-base.set",
      "position": [
        2592,
        384
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "419d7570-d1ce-44b1-814c-7757da92a188",
              "name": "message",
              "type": "string",
              "value": "Start time already tracked."
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "a87a77ba-3f7d-4dec-9993-9c3e038f1559",
      "name": "付箋7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3040,
        944
      ],
      "parameters": {
        "color": 3,
        "width": 272,
        "height": 240,
        "content": "## COMPLETED\n"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "6d37fe25-3479-496f-bf5c-00027c5fdc60": {
      "main": [
        [
          {
            "node": "4ee9a3bf-7173-47de-a35f-9de4eaa2c562",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "51e7d283-9d69-4730-9f39-81b76bee57aa",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "aca3ed81-1dbd-4439-8e00-41d63e8d9317": {
      "main": [
        [
          {
            "node": "70424282-dcce-4f1a-aba0-af0e7947a4fd",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "6f21b44e-3c08-482e-8540-c879d8cb338f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4ee9a3bf-7173-47de-a35f-9de4eaa2c562": {
      "main": [
        [
          {
            "node": "f9c58330-acef-4eb4-9561-2d350f74f7e5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6f21b44e-3c08-482e-8540-c879d8cb338f": {
      "main": [
        [
          {
            "node": "bfe988d1-81c5-4c70-affd-220cfc5016da",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "51e7d283-9d69-4730-9f39-81b76bee57aa": {
      "main": [
        [
          {
            "node": "bfe988d1-81c5-4c70-affd-220cfc5016da",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "875f1969-4958-4450-87a5-aad1f65b3a9d": {
      "main": [
        [
          {
            "node": "9a549bad-dab1-4909-8cbc-66888ec29289",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "5041890d-630e-4814-85f0-e02d3f7d0a95",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "65726b45-9052-44a5-ab3e-b81faf34959a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6aeab75f-def1-46a6-9e13-b515d4bf703c": {
      "main": [
        [
          {
            "node": "bfe988d1-81c5-4c70-affd-220cfc5016da",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fa1855df-e3b5-4052-b26a-7be840bcaf0c": {
      "main": [
        [
          {
            "node": "bfe988d1-81c5-4c70-affd-220cfc5016da",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "42465160-7eec-43ed-93ad-1d73745911a0": {
      "main": [
        [
          {
            "node": "bfe988d1-81c5-4c70-affd-220cfc5016da",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5c02e825-e86d-4ef2-98ab-903892ec553f": {
      "main": [
        [
          {
            "node": "16933a63-4e27-4931-b576-2bba8efb2828",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5041890d-630e-4814-85f0-e02d3f7d0a95": {
      "main": [
        [
          {
            "node": "aca3ed81-1dbd-4439-8e00-41d63e8d9317",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9a549bad-dab1-4909-8cbc-66888ec29289": {
      "main": [
        [
          {
            "node": "42465160-7eec-43ed-93ad-1d73745911a0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a557f340-2ca6-46e1-af4d-d52b800fa9e2": {
      "main": [
        [
          {
            "node": "1e5a685f-bd1b-435e-b443-67548be0c845",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "65726b45-9052-44a5-ab3e-b81faf34959a": {
      "main": [
        [
          {
            "node": "6d37fe25-3479-496f-bf5c-00027c5fdc60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "09233c72-63c8-48b3-9dee-2463b12b395e": {
      "main": [
        [
          {
            "node": "fa1855df-e3b5-4052-b26a-7be840bcaf0c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f9c58330-acef-4eb4-9561-2d350f74f7e5": {
      "main": [
        [
          {
            "node": "6aeab75f-def1-46a6-9e13-b515d4bf703c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "69235db6-08a2-4480-89f5-bd5ccd42067b": {
      "main": [
        [
          {
            "node": "ef328e10-411e-488a-9ac0-fcc57a10a500",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a0133c1e-4092-4e90-9171-f09902e6abac": {
      "main": [
        [
          {
            "node": "24459b66-e41e-48b1-b267-00d56e97f9f8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "70424282-dcce-4f1a-aba0-af0e7947a4fd": {
      "main": [
        [
          {
            "node": "09233c72-63c8-48b3-9dee-2463b12b395e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1e5a685f-bd1b-435e-b443-67548be0c845": {
      "main": [
        [
          {
            "node": "69235db6-08a2-4480-89f5-bd5ccd42067b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "16933a63-4e27-4931-b576-2bba8efb2828": {
      "main": [
        [
          {
            "node": "a0133c1e-4092-4e90-9171-f09902e6abac",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b75485ce-d365-4743-a4ee-e16799e12c24": {
      "main": [
        [
          {
            "node": "875f1969-4958-4450-87a5-aad1f65b3a9d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

上級 - 人事, AI要約

有料ですか?

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

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

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

作成者
Jose Castillo

Jose Castillo

@j4ssn3o

Automation & Growth Engineer | Founder of Automation Hub I build practical, AI-powered workflows that help creators and businesses automate daily tasks, track performance, and make smarter decisions — all without code. Passionate about turning complex systems into simple, scalable automations.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34