Skip to main content

Classify job applicants from CVs using Claude, PDF.co, Google Docs and Gmail

Workflow preview

Workflow preview
100%
Classify job applicants from CVs using Claude, PDF.co, Google Docs and Gmail preview
Open on n8n.io

1. Workflow Overview

An automated workflow that processes job applications by analyzing CVs/resumes submitted through a form and intelligently routing candidates based on qualification criteria. How It Works 1. Form Su...

Best for

  • HR automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.chainsummarization, @n8n/n8n-nodes-langchain.textclassifier, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googledocstool, n8n-nodes-base.gmailtool, n8n-nodes-base.switch, @n8n/n8n-nodes-langchain.lmchatanthropic

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by ius AI Agency.

Original n8n.io source

1.1 Workflow description

Title
Classify job applicants from CVs using Claude, PDF.co, Google Docs and Gmail
Workflow name
Classify job applicants from CVs using Claude, PDF.co, Google Docs and Gmail

An automated workflow that processes job applications by analyzing CVs/resumes submitted through a form and intelligently routing candidates based on qualification criteria.

How It Works

  1. Form Submission Candidates submit their personal information and CV through an intake form.
  2. File Processing The system detects the file format and handles three paths:

Converting URLs to PDFs Processing existing PDFs Extracting content directly

  1. Information Extraction Key details such as skills, experience, and qualifications are extracted from the CV document.
  2. Summarization The CV content is condensed into a structured summary for efficient evaluation.
  3. Criteria Comparison The system compares the candidate's qualifications against predefined job criteria including company requirements and role specifications.
  4. AI Classification An intelligent classifier determines whether the applicant meets the requirements.

Automated Response Branches OutcomeResponse✅ Qualified CandidatesReceive a congratulatory message along with available interview time slots from the calendar❌ Unqualified CandidatesReceive a polite rejection message with encouragement for future opportunities

Benefits

Streamlines recruitment by automatically screening applications Saves time on initial candidate evaluation Ensures consistency with fair assessment against defined criteria Automates communication with appropriate responses for all candidates

This template is ideal for HR teams and recruiters looking to automate their initial screening process while maintaining a professional candidate experience.****

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 2 - Summarization CV-s

Type / Role
@n8n/n8n-nodes-langchain.chainSummarization - chainSummarization
Config choices
Version 2.1

Block 3 - APPLICANT Classification

Type / Role
@n8n/n8n-nodes-langchain.textClassifier - textClassifier
Config choices
Version 1.1

Block 4 - CV COMPARATOR

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 5 - CV Criteria.

Type / Role
n8n-nodes-base.googleDocsTool - googleDocsTool
Config choices
Version 2

Block 6 - Send a message in Gmail

Type / Role
n8n-nodes-base.gmailTool - gmailTool
Config choices
Version 2.1

Block 7 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.4

Block 8 - Anthropic Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 9 - Extract from File

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1.1

Block 10 - uploading

Type / Role
n8n-nodes-pdfco.PDFco Api - PDFco Api
Config choices
Version 1

Block 11 - Converting to PDF Link

Type / Role
n8n-nodes-pdfco.PDFco Api - PDFco Api
Config choices
Version 1

Block 12 - Extracting the content inside the Link

Type / Role
n8n-nodes-pdfco.PDFco Api - PDFco Api
Config choices
Version 1

Block 13 - Get availability in a calendar in Google Calendar

Type / Role
n8n-nodes-base.googleCalendarTool - googleCalendarTool
Config choices
Version 1.3

Block 14 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - POSITIVE AGENT

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 16 - NEGATIVE AGENT

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3.1

Block 17 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Classify job applicants from CVs using Claude, PDF.co, Google Docs and Gmail
Complexity advanced
Nodes 22
Categories HR, AI Summarization
Author ius AI Agency
Published 17 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12779/12779.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Classify job applicants from CVs using Claude, PDF.co, Google Docs and Gmail do?

An automated workflow that processes job applications by analyzing CVs/resumes submitted through a form and intelligently routing candidates based on qualification criteria. How It Works 1. Form Su...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.