Skip to main content

Automated resume screening & ranking with Llama 4 AI and Google Workspace

Workflow preview

Workflow preview
100%
Automated resume screening & ranking with Llama 4 AI and Google Workspace preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Target Audience You will find this workflow or template perfect if you are in the internal talent acquisition teams, recruitment agencies, HR professionals, and hiring managers seeking to bulk auto...

Best for

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

Tools used

n8n-nodes-base.googledocs, n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.extractfromfile, n8n-nodes-base.gmailtool, n8n-nodes-base.stickynote, n8n-nodes-base.googledrivetool

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sean Lon.

Original n8n.io source

1.1 Workflow description

Title
Automated resume screening & ranking with Llama 4 AI and Google Workspace
Workflow name
Automated resume screening & ranking with Llama 4 AI and Google Workspace

Target Audience

You will find this workflow or template perfect if you are in the internal talent acquisition teams, recruitment agencies, HR professionals, and hiring managers seeking to bulk automate the initial screening of CVs and resumes.

 Eg. Automatically get result of candidate who has been  shortlisted/rejected with its rationale and score automatically.

By eliminating manual evaluation and screening, you get smart AI-Agent helping you to have standardized efficient, and scalable solution for handling large volumes of applications.

With bulk automation, you can focus strategic decision-making rather than tedious screening tasks, ensuring a faster, more accurate, and fair hiring process.

Key focus

This workflow focusses on having a more organized file-folder management, trackable candidate cv, maintainable job description, autonomous ai-agent.

  • Organized Folder-File Structure – CVs are automatically categorized based on their status, ensuring a structured workflow and easy retrieval

  • Candidate Tracker – A real-time tracking system records the state of each CV, allowing recruiters to monitor the shortlisted, rejected, or KIV (Keep in View) candidates.

  • AI Agent for Decision Automation – The AI autonomously orchestrates screening decisions, replacing manual LLM configurations with dynamic AI-driven evaluations for scalability and accuracy.

  • Maintainable Job Description Management – A structured job description file ensures continuous updates, keeping hiring criteria flexible and aligned with recruitment needs.

  • Email Notifications – The system automatically sends receipt confirmations upon processing completion, providing timely updates to recruiters.

Features - Workflow

Automated Resume Screening Workflow

This workflow leverages Groq Llama4 for intelligent resume analysis, speeding the screening process by generating a matching score, result (shortlisted/rejected/kiv), and key insights/rationale into their suitability for provided job description.

Step-by-Step Process:
  • Monitors Google Drive: Listens and checks for new resume cv in google drive .

  • Retrieve Resume: Downloads the CV resumes from google drive .

  • Extract Resume Data: Extract text content from CV resume PDF files

  • Extract Job Description Data: Extract text content from job description

  • Analyze with Groq:

    • Generate a matching score based on job requirements. [SCORE: 1-10]
    • Provide decision into their job suitability. [SHORTLISTED/REJECTED/KIV]
    • Provide actionable insights into their job suitability. [REASON]

This ensures a fast, efficient, and accurate screening process, eliminating manual evaluation.

Setup Guide

Step-by-Step Instructions

Ensure all credentials are ready and setup (groq, gdrive ,gmail, gsheet, gdoc) View official n8n documentation on node setup accordingly. See also the notes of setup .

Folder & File Setup

1. Create a google-drive folder like this

View directory example

2. Create a job description like this

View file example

3. Configure a tracker like this ( Candidate Name, AI Score,AI Verdict, AI Reason)

View file example email conversations report as you like.

You are ready to go!

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 - GDocs - Get Job Desc

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

Block 2 - Google Drive - Resume CV File Created

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

Block 3 - Download Resume File From Gdrive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 4 - AI Agent

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

Block 5 - Extract from File

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

Block 6 - Gmail:Notification

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

Block 7 - Sticky Note

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

Block 8 - Sticky Note1

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

Block 9 - Sticky Note2

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

Block 10 - Sticky Note3

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

Block 11 - Sticky Note4

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

Block 12 - Sticky Note5

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

Block 13 - Sticky Note6

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

Block 14 - Gdrive:Move-To-Reject-Folder

Type / Role
n8n-nodes-base.googleDriveTool - googleDriveTool
Config choices
Version 3

Block 15 - Gdrive:Move-To-KIV-Folder

Type / Role
n8n-nodes-base.googleDriveTool - googleDriveTool
Config choices
Version 3

Block 16 - Gdrive:Move-To-Shortlisted-Folder

Type / Role
n8n-nodes-base.googleDriveTool - googleDriveTool
Config choices
Version 3

Block 17 - Gsheet: Update Candidate Tracker

Type / Role
n8n-nodes-base.googleSheetsTool - googleSheetsTool
Config choices
Version 4.5

Block 18 - Sticky Note7

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

Block 19 - Sticky Note8

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

Block 20 - Groq - llama 4 AI MODEL

Type / Role
@n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
Config choices
Version 1

3. Summary Table

Workflow Automated resume screening & ranking with Llama 4 AI and Google Workspace
Complexity advanced
Nodes 20
Categories HR, AI Summarization
Author Sean Lon
Published 03 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3838/3838.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 Automated resume screening & ranking with Llama 4 AI and Google Workspace do?

Target Audience You will find this workflow or template perfect if you are in the internal talent acquisition teams, recruitment agencies, HR professionals, and hiring managers seeking to bulk auto...

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.