8
n8n 한국어amn8n.com

AI 자기소개서를 사용한 직업 검색 자동화

고급

이것은Personal Productivity, Multimodal AI분야의자동화 워크플로우로, 17개의 노드를 포함합니다.주로 If, Set, Code, Merge, Aggregate 등의 노드를 사용하며. Google Jobs, RemoteOK 및 GPT-3.5를 사용한 AI 자기소개서 포함 채용 공고 검색 자동화

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "name": "Auto-search jobs with AI cover letters",
  "tags": [
    "jobs",
    "ai",
    "automation",
    "career"
  ],
  "nodes": [
    {
      "name": "메모 - 개요",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "----0"
    },
    {
      "name": "메모 - 설정",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "----1"
    },
    {
      "name": "일정",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        260,
        400
      ],
      "parameters": {},
      "typeVersion": 1.2,
      "id": "--2"
    },
    {
      "name": "설정",
      "type": "n8n-nodes-base.set",
      "position": [
        460,
        400
      ],
      "parameters": {},
      "typeVersion": 3.3,
      "id": "--3"
    },
    {
      "name": "Google Jobs 검색",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        680,
        340
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "id": "Google-Jobs--4"
    },
    {
      "name": "RemoteOK 검색",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        680,
        460
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "id": "RemoteOK--5"
    },
    {
      "name": "병합",
      "type": "n8n-nodes-base.merge",
      "position": [
        900,
        400
      ],
      "parameters": {},
      "typeVersion": 2.1,
      "id": "--6"
    },
    {
      "name": "직무 처리",
      "type": "n8n-nodes-base.code",
      "position": [
        1100,
        400
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "--7"
    },
    {
      "name": "결과 확인",
      "type": "n8n-nodes-base.if",
      "position": [
        1300,
        400
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "--8"
    },
    {
      "name": "결과 없음 이메일",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1500,
        300
      ],
      "parameters": {},
      "typeVersion": 2.1,
      "id": "--9"
    },
    {
      "name": "직무 분할",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1500,
        500
      ],
      "parameters": {},
      "typeVersion": 3,
      "id": "--10"
    },
    {
      "name": "직무 추출",
      "type": "n8n-nodes-base.code",
      "position": [
        1700,
        500
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "--11"
    },
    {
      "name": "지원서 생성",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1900,
        500
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "id": "--12"
    },
    {
      "name": "지원서 결합",
      "type": "n8n-nodes-base.code",
      "position": [
        2100,
        500
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "--13"
    },
    {
      "name": "집계",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        2300,
        500
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "--14"
    },
    {
      "name": "이메일 형식 지정",
      "type": "n8n-nodes-base.code",
      "position": [
        2500,
        500
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "--15"
    },
    {
      "name": "이메일 전송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2700,
        500
      ],
      "parameters": {},
      "typeVersion": 2.1,
      "id": "--16"
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "connections": {
    "--6": {
      "main": [
        [
          {
            "node": "--7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--2": {
      "main": [
        [
          {
            "node": "--3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--3": {
      "main": [
        [
          {
            "node": "Google-Jobs--4",
            "type": "main",
            "index": 0
          },
          {
            "node": "RemoteOK--5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--14": {
      "main": [
        [
          {
            "node": "--15",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--10": {
      "main": [
        [
          {
            "node": "--11",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--11": {
      "main": [
        [
          {
            "node": "--12",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--15": {
      "main": [
        [
          {
            "node": "--16",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--7": {
      "main": [
        [
          {
            "node": "--8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--8": {
      "main": [
        [
          {
            "node": "--9",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "--10",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--13": {
      "main": [
        [
          {
            "node": "--14",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--12": {
      "main": [
        [
          {
            "node": "--13",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RemoteOK--5": {
      "main": [
        [
          {
            "node": "--6",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Google-Jobs--4": {
      "main": [
        [
          {
            "node": "--6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 1
}
자주 묻는 질문

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

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

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

고급 - 개인 생산성, 멀티모달 AI

유료인가요?

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

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

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

저자
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder 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에서 보기

이 워크플로우 공유

카테고리

카테고리: 34