This workflow is perfect for HR teams, recruiters, and hiring platforms that need to automate the extraction of key candidate details—like name, email, skills, and education—from resume files submitted in various formats.
Manually reviewing and extracting structured data from resumes is time-consuming and error-prone. This automation eliminates that bottleneck, standardizing candidate data for seamless integration into CRMs, applicant tracking systems, or Google Sheets.
This n8n template listens for uploaded resume files, detects their format (PDF, DOC, TXT, CSV, etc.), and automatically extracts the raw text using n8n’s built-in file extraction tools. The extracted text is then parsed using an OpenAI-powered agent that returns structured fields such as:
Optionally, you can push the structured output to Google Sheets (node included, currently disabled).
When chat message received
trigger if using n8n chat.Watch the setup and demo video here:
🎥 https://youtu.be/2SUPiNmLWdA
⚠️ This template is designed to be secure. It uses credentials stored in the n8n credential manager—no hardcoded secrets required.