n8n Automation for Smart Applicant Shortlisting with ERPNext

This unique n8n workflow automates applicant shortlisting by integrating ERPNext with AI-driven resume analysis. It smartly handles resume validation, scores candidates, and updates ERPNext statuses to save recruiters hours of manual screening.
erpNext
webhook
agent
+10
Workflow Identifier: 1135
NODES in Use: stickyNote, code, erpNext, if, set, switch, httpRequest, extractFromFile, agent, httpRequest, microsoftOutlook, whatsApp, webhook

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What this workflow does

This workflow helps handle job applicants automatically using n8n and ERPNext. It checks if resumes are uploaded, reads resumes, compares them to job details using Google Gemini AI, and assigns scores for candidate fit. Then, it updates the ERPNext system and sends emails or WhatsApp messages to applicants about their status.

This stops manual resume reading and speeds up hiring decisions. It saves many hours by doing tasks that usually take recruiters a long time.


Who should use this workflow

Any HR manager or recruiter using ERPNext for job applications can use this. It suits busy teams who want to reduce manual screening and speed up candidate replies.

Users with basic n8n setup knowledge and access to required tools can benefit most.


Tools and services used

  • ERPNext: Holds job applicant data and job descriptions. Sends webhook and receives updates.
  • n8n Automation Platform: Runs the workflow to process data and connect services.
  • Google Gemini (PaLM) AI API: Analyzes resumes against job descriptions to rate applicants.
  • Microsoft Outlook: Sends email notifications to rejected applicants.
  • WhatsApp Business Cloud API: Sends acceptance messages to applicants.

Inputs, processing, and outputs

Inputs

  • New job application data sent from ERPNext via webhook.
  • Resume attached as PDF file URL.
  • Job Opening ID for fetching job description.

Processing steps

  • Webhook node captures applicant data.
  • Code node processes and extracts needed input fields.
  • If nodes check if resume link is valid and if job opening exists.
  • Set node extracts resume file link.
  • Switch node chooses workflow branch based on file type (only PDF supported fully).
  • HTTP Request node downloads PDF resume.
  • ExtractFromFile node converts PDF to plain text.
  • ERPNext API reads job description using Job Opening ID.
  • Google Gemini AI analyzes resume text vs job description. Produces fit level, score, rating, and justification.
  • Code node parses AI output text into structured fields.
  • HTTP Request node updates applicant record in ERPNext with AI results.
  • If node compares score: below 80 rejects applicant; above accepts.
  • Microsoft Outlook node sends rejection email if score is low.
  • WhatsApp Business Cloud node sends acceptance message if score is high.

Outputs

  • ERPNext Job Applicant record updated with fit level, score, rating, and justification.
  • Applicant status changed to Accepted, Rejected, or Hold automatically.
  • Applicant receives a status notification by email or WhatsApp message.

Beginner step-by-step: How to use this workflow in n8n

Importing the workflow

  1. Download the workflow file using the Download button on this page.
  2. Open n8n editor where you want to add this workflow.
  3. Use the menu option “Import from File” and select the downloaded file.

Configure credentials and settings

  1. Fill in ERPNext API credentials to allow reading and updating applicant data.
  2. Set Google Gemini API Key or credentials in the AI node.
  3. Configure Microsoft Outlook credentials for email sending.
  4. Configure WhatsApp Business Cloud API credentials for message sending.
  5. Update any IDs like Job Opening IDs or email addresses if needed in the nodes.
  6. Check the webhook path in the Webhook node matches the ERPNext webhook URL.
  7. Copy and paste any required Code node snippets or prompt text if missing.

Testing and activating workflow

  1. Send a test job application from ERPNext or use webhook test to see if the workflow runs successfully.
  2. Fix any errors found in the test run using n8n logs.
  3. Once tests pass, activate the Webhook node to start real-time processing.

Consider using self-host n8n if you want control over the automation server.


Edge cases and failure handling

If no resume link or invalid link is found, the workflow marks the applicant as rejected automatically.

If the applied job opening ID is missing or incorrect, the applicant status changes to Hold for manual review.

If resume file format is not PDF (like DOC or images), the workflow currently does not support text extraction and will require upgrades.

If AI analysis returns no result or error, check API keys and prompt formats in the Google Gemini node.


Customization ideas

  • Add support for Word or image resumes by adding extract nodes for those formats.
  • Change AI score threshold from 80 to fit your hiring policy by adjusting the If node condition.
  • Add more notification channels like Slack or SMS by connecting new messaging nodes.
  • Replace the resume download HTTP node with an S3 node if storing resumes on Amazon S3.
  • Edit the AI prompt to make the scoring consider special skills or compliance factors.

Summary of workflow results

✓ Automatically screen job applicants’ resumes from ERPNext.

✓ Score and rate candidates using Google Gemini AI based on job descriptions.

✓ Update applicant status in ERPNext without manual work.

✓ Notify candidates by email or WhatsApp about their application decision.

→ Saves many hours of manual resume reading and data entry every week.

→ Helps recruiters focus on best candidates quickly.


Frequently Asked Questions

Yes. The AI node can be replaced with other models like OpenAI, but prompt and response setup may need changes.
Yes. The AI analysis and ERPNext API calls both use API credits, so monitor usage to control costs.
Security depends on ERPNext and n8n hosting setup. Use secure API keys, HTTPS, and restrict access to keep data safe.
Currently only PDF resumes are processed fully. Other types like Word or images are not supported and need additional setup.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free