๐ŸŽฏ Resume reviewer with GPT-4o-mini and human validation via gotoHuman

โšก 776 views ยท ๐ŸŽฏ AI Summarization & Classification

Description

This workflow reviews resumes against a job description using OpenAI for automated scoring and gotoHuman for human validation before continuing.


โš™๏ธ Setup Instructions

1๏ธโƒฃ Set Up OpenAI Connection

  1. Go to OpenAI Platform
  2. Navigate to OpenAI Billing
  3. Add funds to your billing account
  4. Copy your API key into the OpenAI credentials in n8n

2๏ธโƒฃ Set Up gotoHuman Connection

  1. In n8n, go to Settings โ†’ Community Nodes โ†’ Install
    • Package: @gotohuman/n8n-nodes-gotohuman
  2. Create a gotoHuman account and generate an API key
    • Save it in n8n as gotoHuman API credentials
  3. In gotoHuman, create a Review Template with fields:
    • Resume (string)
    • Summary (string)
    • Rating (number)
  4. Copy the Template ID into the Send review request and wait for response node
  5. Map fields in the node:
    • Resume โ†’ extracted resume text
    • Summary โ†’ OpenAI output summary
    • Rating โ†’ OpenAI score

๐Ÿ“ฌ Contact Information

Need help customizing this workflow or building similar automations?

๐Ÿ“ง robert@ynteractive.com
๐Ÿ”— Robert Breen
๐ŸŒ ynteractive.com

๐Ÿ”— Nodes Used

AI Agent, OpenAI Chat Model, Structured Output Parser, n8n Form Trigger, Extract from File

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup