Screen job applicants with Groq llama-3.3-70b and send outcomes via Gmail
How it works
This workflow automates candidate screening by receiving application data via a webhook and structuring it for AI evaluation. An AI agent analyzes the candidate profile and assigns a score with reasoning. The score is extracted and evaluated against a threshold to decide if the candidate is shortlisted or rejected. Based on the result, the workflow either stores the candidate in Google Sheets and sends a success email or sends a rejection email.
Step-by-step
Receive and structure application data**
Webhook1 – Receives job and candidate data from external sources.
Edit Fields1 – Formats and organizes job and candidate information into structured fields.
Evaluate candidate with AI**
AI Agent – Sends structured data to AI for scoring and evaluation.
Groq Chat Model1 – Provides the language model used for generating candidate score and reasoning.
Code in JavaScript – Extracts score and reason from AI response for further processing.
Filter, store and notify results**
If – Checks if the candidate score meets the defined threshold.
Append row in sheet – Stores shortlisted candidate details in Google Sheets.
Send a message3 – Sends a shortlisted confirmation email to the candidate.
Send a message1 – Sends a rejection email if the candidate does not qualify.
Why use this?
Automates candidate screening and eliminates manual evaluation
Ensures consistent and unbiased scoring using AI
Instantly notifies candidates about their application status
Maintains a structured shortlist database in Google Sheets
Saves time for HR teams and improves hiring efficiency
Related Templates
AI Email Classifier & Auto-Delete for Gmail (SPAM/OFFER Cleaner)
This workflow is designed for freelancers, solopreneurs, and business owners who receive a high volume of irrelevant mes...
Automatic News Summarization & Email Digest with GPT-4, NewsAPI and Gmail
📰 AI News Digest Agent: Auto News Summarizer & Email Newsletter Create an intelligent news curation system that automat...
Generate Food Recipes from Gmail & Form Requests with Ollama & Llama 3.2
This n8n template demonstrates how to create an intelligent food recipe assistant that accepts requests via Gmail and we...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments