Automate candidate resume evaluation using AI agents triggered by Slack. This powerful n8n workflow analyzes PDFs, fetches job descriptions from Google Drive, and logs results to Google Sheets, providing fast HR insights.
Download this n8n workflow template and start using it instantly.
HR Teams and Recruiters: Who need to rapidly screen candidates based on technical fit and job requirements.
Technical Hiring Managers: Seeking immediate, data-driven summaries of candidate profiles.
n8n Automation Specialists: Looking for advanced examples combining AI agents, document parsing, and third-party integrations.
Companies using Slack and Google Sheets: That require centralized tracking and communication for recruiting tasks.
Recruiting often involves manual, time-consuming steps, especially when matching a resume against a detailed job description. This sophisticated n8n workflow solves this by creating a fully automated pipeline, triggered simply by uploading a candidate profile PDF to Slack.
This robust n8n workflow integrates two specialized AI agents. The first extracts and standardizes candidate data and matches the requested position to a predefined job description URL stored in a Google Sheet. The second agent (the 'HR Expert') performs the core evaluation, comparing skills, experience, and qualifications against the official job description text. The final evaluation, including a fit score and recommendation, is posted directly back to the Slack conversation and simultaneously logged in Google Sheets for auditing. This n8n workflow acts as a powerful, autonomous screening tool, saving HR considerable time and ensuring objective evaluation criteria across all applicants.
This automation starts with the Webhook n8n trigger, listening for a POST request, typically from a Slack app mention.
If n8n node checks if a file (resume PDF) is attached. If no file exists, a Slack message informs the user to re-upload.Download Candidate Profile From Slack n8n node uses the Slack API credentials to securely download the attached PDF. This file is then processed by the Extract from File n8n node, converting the resume content into plain text for AI processing.Profile Analyzer Agent (a LangChain Agent) receives the resume text and the original Slack message. It uses a Google Sheets Tool (n8n node) to query available job positions, identify the role requested by the user, and retrieve the corresponding Job Description URL.HR Expert Agent (a specialized LLM Chain n8n node) takes three inputs: the extracted candidate profile (JSON), the job description text, and a detailed instruction prompt. It outputs a structured JSON evaluation, including an overall fit score and recommendation.Map Columns code n8n node restructures the AI's output, merging it with candidate details and the applied position. This standardized data is then appended to a designated tracking sheet using the Update evaluation sheet Google Sheets n8n node.To deploy this n8n workflow template, follow these steps:
Download Candidate Profile From Slack, Get information about a user, Send result in the mentioned channel, and Inform user that profile is missing n8n nodes.gpt4-1 model and gpt-4-1 model 2 n8n nodes.Query available positions n8n node with the correct Google Sheets credential and the ID/URL of this mapping sheet.Download file Google Drive n8n node has access to the Drive containing your Job Descriptions.Update evaluation sheet Google Sheets n8n node with the credential and the Document ID for your evaluation tracking log.Webhook n8n node. n8n will provide a unique URL. Configure your Slack App's event subscriptions (app_mention) to post to this n8n trigger URL. Webhook (n8n trigger): The entry point of the n8n workflow. It is configured to listen for POST requests at the /slack-gilfoyle path, handling incoming Slack events.
Download Candidate Profile From Slack (HTTP Request n8n node): Uses the slackOAuth2Api credential to download the private resume file URL provided in the Slack event data. Key configuration: Response format set to 'File'.
Profile Analyzer Agent (LangChain Agent n8n node): This highly specific n8n node utilizes the gpt4-1 model and the Query available positions Google Sheets tool. Its function is to parse the resume text, identify the applied position, and fetch the corresponding Job Description URL from the Google Sheet.
Download file (Google Drive n8n node): Downloads the Job Description PDF file using the dynamic URL outputted by the Profile Analyzer Agent. Key configuration: File ID set via expression: {{ $json.output.JobDescription }}.
HR Expert Agent (LangChain Chain n8n node): The core evaluation engine. It uses the gpt-4-1 model 2 and a structured output parser (json parser 2) to perform a comprehensive comparison between the candidate profile and the job description, producing structured metrics.
Map Columns (Code n8n node): A JavaScript n8n node designed to extract and format key data points (fit score, recommendation, strengths) from the HR Expert Agent's complex JSON output, preparing the data for simple row insertion into Google Sheets.
Update evaluation sheet (Google Sheets n8n node): Appends the final, mapped evaluation results into a specified Google Sheet, ensuring every candidate screened by this n8n workflow is logged.
Send result in the mentioned channel (Slack n8n node): Sends the professional summary and fit score back to the user in the Slack channel, using dynamic data from the preceding n8n nodes.
Deploy this powerful n8n workflow to create a sophisticated AI research assistant on Telegram, leveraging DeepSeek for query refinement and GPT-4o mini with SerpAPI for real-time, summarized web results.

Automate complex PDF research and content generation using a multi-agent n8n workflow leveraging Mistral’s OCR and various LLMs (GPT-4o, Mistral via OpenRouter). Get structured research reports instantly with this advanced n8n template.

Use this comprehensive n8n workflow to automate candidate sourcing, AI scoring, profile enrichment, and personalized outreach message generation, saving all data in Airtable.

Automate technical recruiting by using this advanced n8n workflow. It uses VLM Run to parse resumes, analyze candidate GitHub profiles, and save structured data to Google Sheets.

Use this powerful n8n workflow to automate candidate screening. It leverages n8n nodes, Google Workspace, and GPT-4 to parse resumes, evaluate fit scores, and manage hiring notifications.

Empowering small and medium businesses with smart automation and practical AI, no big tech team required.







































