Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Who this is for This workflow is designed for: Recruiters, Talent Intelligence Teams, and HR tech builders automating resume ingestion. Developers and data engineers building ATS (Applicant Trackin...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.informationextractor, n8n-nodes-base.markdown, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.stickynote, n8n-nodes-base.function
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ranjan Dailata.
Original n8n.io sourceThis workflow is designed for:
Resumes often arrive in different formats (PDF, DOCX, web profile, etc.) that are difficult to process automatically. Manually extracting fields like candidate name, contact info, skills, and experience wastes time and is prone to human error.
This workflow:
The workflow automates the entire resume parsing pipeline:
resume_url (e.g., a hosted resume link).Sends the Markdown to OpenAI GPT-4.1-mini, which extracts:
basics: name, email, phone, locationwork: companies, roles, achievementseducation: institutions, degrees, datesskills, projects, certifications, languages, and moreThe output adheres to the JSON Resume Schema.
Saves the final structured resume:
n8n instance (self-hosted or cloud)
Credentials for:
Append or update row in sheet node).resume_url in the Set Node with your own resume file or hosted link.Replace the Manual Trigger with:
Send results to:
gpt-4.1-mini → gpt-4.1 or a custom fine-tuned model for improved accuracy.Unstructured Resume Parser with Thordata Universal API + OpenAI GPT-4.1-mini — automates the process of converting messy, unstructured resumes into clean, structured JSON data. It leverages Thordata’s Universal API for document ingestion and preprocessing, then uses OpenAI GPT-4.1-mini to extract key fields such as name, contact details, skills, experience, education, and achievements with high accuracy.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Unstructured resume parser with Thordata Universal API + OpenAI GPT-4.1-mini |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | HR, AI Summarization |
| Author | Ranjan Dailata |
| Published | 29 Oct 2025 |
Use the JSON export at /data/workflows/10289/10289.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who this is for This workflow is designed for: Recruiters, Talent Intelligence Teams, and HR tech builders automating resume ingestion. Developers and data engineers building ATS (Applicant Trackin...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your HR, AI Summarization use case.