Block 1 - 📋 Overview Workflow
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Who is it for This template is for HR teams, recruitment agencies, and startups that receive job applications via Indeed and want to eliminate manual CV screening. If you're spending hours reading ...
n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.emailreadimap, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.if, n8n-nodes-base.emailsend
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Federico.
Original n8n.io sourceThis template is for HR teams, recruitment agencies, and startups that receive job applications via Indeed and want to eliminate manual CV screening. If you're spending hours reading CVs before deciding who to call, this workflow automates that first-pass evaluation entirely.
Every time a candidate applies through Indeed, this workflow:
Each candidate receives a score from 0 to 100 and one of four recommendations: REJECT, REVIEW, INTERVIEW, or STRONG_HIRE. The AI also extracts key skills, years of experience, languages, education, strengths, and weaknesses.
Estimated cost: ~€0.005 per CV (OCR + LLM combined).
Nuova candidatura per (the subject prefix Indeed uses for Italian accounts — adapt it to your language, e.g. New application for for English)mistral-ocr-latest)> For high-volume hiring, a self-hosted n8n instance with queue mode (Redis + PostgreSQL) is recommended to handle parallel CV processing.
Groq Chat Model node (e.g. mixtral-8x7b)SCORE_THRESHOLD in the Configuration nodeExtract from File nodeIndeed does not offer a public API or webhooks for receiving applications in real time. Instead, every time a candidate applies to one of your job postings, Indeed automatically sends an email notification to your registered employer address — with the CV attached as a PDF.
The subject line follows the format:
> Nuova candidatura per [Job Title] - [Candidate Name] (Italian)
> New application for [Job Title] - [Candidate Name] (English)
This workflow connects to that mailbox via IMAP, polls it every minute for unseen emails matching that subject prefix, downloads the CV attachment, and kicks off the automation. No manual steps required.
> Tip: use a dedicated mailbox (e.g. [email protected]) forwarded from your Indeed account to keep things clean and avoid false positives.
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.
Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | Score and triage Indeed CVs with Mistral OCR, Groq, and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | HR, AI Summarization |
| Author | Federico |
| Published | 20 May 2026 |
Use the JSON export at /data/workflows/15854/15854.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 is it for This template is for HR teams, recruitment agencies, and startups that receive job applications via Indeed and want to eliminate manual CV screening. If you're spending hours reading ...
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.