Automated Resume Scoring with Gemini LLM, Gmail and Notion Job Profiles

Go to Workflow
237 views
Built by Agentick AI Agentick AI
Created on June 06, 2026

Description

This n8n template demonstrates how to use AI to score the all Resumes by matching it with Job profile

Problem Statement: A Hr person is flooded with resume and spends hours manually checking each to find most suitable ones.

How it works
It is linked to Gmail Trigger which upon receving any mail with specific subject will check for the attachment.
Attachment will be parsed to understand the resume
Candidate informtion will be broken into Personal, Eductional and Professional type
Job profile will be pulled from Notion Board
A HR expert powered by Gemini LLM will score each profile on basis on its relevancy
Information will be updated back to Gsheet
Message lable will be updated back for clarity

How to use
The gmail trigger node is used as an example but feel free to replace this with other triggers such as webhook or even a form.


Requirements
Gemini account for LLM
Google sheet for upload
Gmail as trigger
Llama parse credentials

Nodes Used (7)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Gmail
n8n-nodes-base.gmail
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
Google Sheets
n8n-nodes-base.googleSheets
HTTP Request
n8n-nodes-base.httpRequest
Information Extractor
@n8n/n8n-nodes-langchain.informationExtractor
Notion
n8n-nodes-base.notion