8
n8n 한국어amn8n.com

AI 기반 캠퍼스 채용 면접 준비 시스템

고급

이것은Other, AI분야의자동화 워크플로우로, 21개의 노드를 포함합니다.주로 Code, Merge, EmailSend, FormTrigger, GoogleSheets 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. 캠퍼스 채용 서비스를 위한 로컬 LLM 기반 AI 면접 준비 시스템

사전 요구사항
  • Google Sheets API 인증 정보

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "473ff4054f1a6c3ed6f17a2b4a2e55676fe5b921cceb87b2256e6c416c158559",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "560190c8-819d-47f0-9dc2-6d3ae8a2307e",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        220,
        20
      ],
      "parameters": {},
      "typeVersion": 3.1
    },
    {
      "id": "6ec524e2-79ea-4b78-8898-f77466983039",
      "name": "Ollama 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatOllama",
      "position": [
        860,
        180
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1ccf58c5-d386-4b6f-b783-baeb2fa0a62e",
      "name": "Merge1",
      "type": "n8n-nodes-base.merge",
      "position": [
        1660,
        20
      ],
      "parameters": {},
      "typeVersion": 3.1
    },
    {
      "id": "2286cab3-f9cc-446a-b679-8f30bc0b9d95",
      "name": "Ollama 채팅 모델1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOllama",
      "position": [
        1140,
        -100
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f79fd009-809a-4402-bd02-4c917b6d96db",
      "name": "Gemini 검색 도구",
      "type": "n8n-nodes-gemini-search.geminiSearchToolTool",
      "position": [
        1000,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d3d80933-7175-40fb-a241-1528011657aa",
      "name": "Merge2",
      "type": "n8n-nodes-base.merge",
      "position": [
        1660,
        -100
      ],
      "parameters": {},
      "typeVersion": 3.1
    },
    {
      "id": "c000c8e3-eb04-47b6-8faa-be77d67a931c",
      "name": "Merge3",
      "type": "n8n-nodes-base.merge",
      "position": [
        1900,
        -20
      ],
      "parameters": {},
      "typeVersion": 3.1
    },
    {
      "id": "780f7857-ceb9-4838-b57e-420c2025bfa6",
      "name": "후보자 CSV 업로드 파싱",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -420,
        20
      ],
      "webhookId": "9efa65f7-1717-4009-abbd-9a7c9ac3d858",
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "bd8a55e4-a326-4eb6-96a0-8ec079fa1552",
      "name": "Google 스프레드시트에 시트 생성",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        0,
        -80
      ],
      "parameters": {},
      "typeVersion": 4.6,
      "alwaysOutputData": true
    },
    {
      "id": "ada077d0-98b8-4a60-b27d-00dd07e42e4c",
      "name": "CSV 데이터 추출",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        -60,
        120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8419db80-d996-4adc-bac1-92bbf3c06ac2",
      "name": "Google 스프레드시트에 CSV 데이터 추가",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        440,
        0
      ],
      "parameters": {},
      "executeOnce": false,
      "retryOnFail": false,
      "typeVersion": 4.6,
      "alwaysOutputData": false,
      "waitBetweenTries": 2000
    },
    {
      "id": "bf878d70-ef89-498f-88a4-eb7cbfd3362d",
      "name": "선택한 열 기준 첫 번째 행 선택",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        660,
        0
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "7fc67f04-72bd-410b-a31e-001421769a9f",
      "name": "직무 면접 준비 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        840,
        0
      ],
      "parameters": {},
      "executeOnce": true,
      "typeVersion": 2,
      "alwaysOutputData": true
    },
    {
      "id": "4cddb198-e2f9-40ab-919e-9c4e0f8e49d6",
      "name": "항목 이름을 마크다운으로 변경",
      "type": "n8n-nodes-base.code",
      "position": [
        1180,
        60
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "d1ed328c-cd29-4333-bbfe-b836db04b10d",
      "name": "PDF 파일 생성",
      "type": "n8n-nodes-base.apiTemplateIo",
      "position": [
        1360,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "38b1c4c0-0fc8-410c-915e-84fb74653688",
      "name": "이메일 프롬프트 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        860,
        -220
      ],
      "parameters": {},
      "executeOnce": true,
      "typeVersion": 2,
      "alwaysOutputData": true
    },
    {
      "id": "7691b5db-1ed0-47cb-9d1e-d92d71bbdc10",
      "name": "PDF로 이메일 전송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1600,
        200
      ],
      "webhookId": "3df365d5-ba8d-4174-bf74-28b2cecb8cec",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "6e1fa2e2-c749-42ce-a50d-0780badb59c9",
      "name": "선택한 열을 스프레드시트에 업데이트",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1760,
        200
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "7e1dcf30-6dfc-4587-abb1-1380c7c8ac0b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        -240
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "53d1fd01-ae33-4639-9f75-6a5e0ba92d37",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        -240
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "45353064-233f-42d3-939c-2835b3abfb92",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1480,
        -240
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "560190c8-819d-47f0-9dc2-6d3ae8a2307e": {
      "main": [
        [
          {
            "node": "8419db80-d996-4adc-bac1-92bbf3c06ac2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1ccf58c5-d386-4b6f-b783-baeb2fa0a62e": {
      "main": [
        [
          {
            "node": "c000c8e3-eb04-47b6-8faa-be77d67a931c",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "d3d80933-7175-40fb-a241-1528011657aa": {
      "main": [
        [
          {
            "node": "c000c8e3-eb04-47b6-8faa-be77d67a931c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c000c8e3-eb04-47b6-8faa-be77d67a931c": {
      "main": [
        [
          {
            "node": "7691b5db-1ed0-47cb-9d1e-d92d71bbdc10",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d1ed328c-cd29-4333-bbfe-b836db04b10d": {
      "main": [
        [
          {
            "node": "1ccf58c5-d386-4b6f-b783-baeb2fa0a62e",
            "type": "main",
            "index": 1
          },
          {
            "node": "d3d80933-7175-40fb-a241-1528011657aa",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "ada077d0-98b8-4a60-b27d-00dd07e42e4c": {
      "main": [
        [
          {
            "node": "560190c8-819d-47f0-9dc2-6d3ae8a2307e",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "6ec524e2-79ea-4b78-8898-f77466983039": {
      "ai_languageModel": [
        [
          {
            "node": "7fc67f04-72bd-410b-a31e-001421769a9f",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "38b1c4c0-0fc8-410c-915e-84fb74653688": {
      "main": [
        [
          {
            "node": "1ccf58c5-d386-4b6f-b783-baeb2fa0a62e",
            "type": "main",
            "index": 0
          },
          {
            "node": "d3d80933-7175-40fb-a241-1528011657aa",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f79fd009-809a-4402-bd02-4c917b6d96db": {
      "ai_tool": [
        [
          {
            "node": "7fc67f04-72bd-410b-a31e-001421769a9f",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "2286cab3-f9cc-446a-b679-8f30bc0b9d95": {
      "ai_languageModel": [
        [
          {
            "node": "38b1c4c0-0fc8-410c-915e-84fb74653688",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "7691b5db-1ed0-47cb-9d1e-d92d71bbdc10": {
      "main": [
        [
          {
            "node": "6e1fa2e2-c749-42ce-a50d-0780badb59c9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4cddb198-e2f9-40ab-919e-9c4e0f8e49d6": {
      "main": [
        [
          {
            "node": "d1ed328c-cd29-4333-bbfe-b836db04b10d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7fc67f04-72bd-410b-a31e-001421769a9f": {
      "main": [
        [
          {
            "node": "4cddb198-e2f9-40ab-919e-9c4e0f8e49d6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "780f7857-ceb9-4838-b57e-420c2025bfa6": {
      "main": [
        [
          {
            "node": "ada077d0-98b8-4a60-b27d-00dd07e42e4c",
            "type": "main",
            "index": 0
          },
          {
            "node": "bd8a55e4-a326-4eb6-96a0-8ec079fa1552",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8419db80-d996-4adc-bac1-92bbf3c06ac2": {
      "main": [
        [
          {
            "node": "bf878d70-ef89-498f-88a4-eb7cbfd3362d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bd8a55e4-a326-4eb6-96a0-8ec079fa1552": {
      "main": [
        [
          {
            "node": "560190c8-819d-47f0-9dc2-6d3ae8a2307e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bf878d70-ef89-498f-88a4-eb7cbfd3362d": {
      "main": [
        [
          {
            "node": "7fc67f04-72bd-410b-a31e-001421769a9f",
            "type": "main",
            "index": 0
          },
          {
            "node": "38b1c4c0-0fc8-410c-915e-84fb74653688",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6e1fa2e2-c749-42ce-a50d-0780badb59c9": {
      "main": [
        [
          {
            "node": "bf878d70-ef89-498f-88a4-eb7cbfd3362d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

고급 - 기타, 인공지능

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
고급
노드 수21
카테고리2
노드 유형11
난이도 설명

고급 사용자를 위한 16+개 노드의 복잡한 워크플로우

저자
Aashit Sharma

Aashit Sharma

@aashitsharma

With a strong background in AI agent systems, RAG pipelines, and open-source automation tools like n8n, LangChain, and Ollama, Aashit specializes in crafting end-to-end solutions that merge intelligence with efficiency. He has developed multiple production-ready n8n templates — from personalized interview prep systems and document generators to AI-powered support agents — all designed to empower teams with scalable, low-code automation.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34