Skip to content
FlowHubFluxonLab
A
AI Automationfree

Resume Screening & Behavioral Interviews with Gemini, Elevenlabs, & Notion ATS

by Brian Coyleadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentBBasic LLM ChainGoogle DriveGoogle DriveGoogle Gemini Chat ModelGoogle SheetsGoogle SheetsHTTP RequestHTTP RequestInformation ExtractorInformation ExtractorNotionNotionStructured Output ParserStructured Output ParserSummarization ChainSummarization Chain
Share Post Share
MeMergeOPStructured Output ParserStructured Outp…CLHR ExpertUpload CVEFExtract ResumeCSApplicant SummaryApplicant Summa…CLJob Description SummaryJob Description…IEApplicant QualificationsApplicant Quali…IEApplicant Personal DataApplicant Perso…SeApplication DataWeElevenLabs Web HookElevenLabs Web …Seai_convo_itemsHRExtract_AudioFiFilter_Notion_dbAgAI AgentLink Audio in NotionLink Audio in N…SeResume URLGet Applicant RecordGet Applicant R…Embed Resume in NotionEmbed Resume in…WaWaitFoApplication Form 1 of 3Application For…FoApplication Form 2 of 3Application For…FoApplication form 3 of 3Application for…Get Job DescriptionGet Job Descrip…SeJob Description MappingJob Description…Applicant Data BackupApplicant Data …Create Applicant RecordCreate Applican…Upload Audio to DriveUpload Audio to…Google GeminiNTEvaluation CriteriaEvaluation Crit…Applicant RecordUpdate_Applicant_RecordUpdate_Applican…Google Gemini ModelGoogle Gemini M…12345678910111213141516171819202122232425262728
1/5
FLOWS
STEPS · 28
Starts on an incoming request

Description Candidate Engagement | Resume Screening | AI Voice Interviews | Applicant Insights This intelligent n8n workflow automates the process of extracting and scoring resumes received through a company career page, populating a Notion database with AI insights where the recruiter or hiring manager can automatically invite the applicant to an instant interview with an Elevenlabs AI voice agent. After the agent conducts the behavior-based interview, the workflow scores the overall interview against customizable evaluation criteria and updates the Notion database with AI insights about the applicant. AI Powered Resume Screening & Voice AI that interviews like a Recruiter! AI Insights in Notion dashboard Who is this for? HR teams, recruiters, and talent acquisition professionals This workflow is ideal for HR teams, recruiters, and talent acquisition professionals looking for a foundational, extensible framework to automate early stage recruiting.

Tags

n8nreference-onlyagentchain-llmchain-summarizationgoogle-drivegoogle-sheetsinformation-extractorlm-chat-google-gemininotionoutput-parser-structured
Connects
AAI AgentBBasic LLM ChaingoogledriveGoogle DriveGoogle Gemini Chat ModelsheetsGoogle SheetsWHTTP Request
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes33
AddedApr 28, 2025

Related workflows

See all AI Automation
BsheetsWopenaichatmodel
free

Scrape and score Amazon products with Apify, OpenAI, and Google Sheets

Quick overview This workflow manually scrapes product results from an Amazon search URL via the Apify Amazon Crawler actor, uses OpenAI to generate a structured product analysis (category, key feature, verdict, value score), and appends the enriched results to a Google Sheets spreadsheet. How it works Runs when you manually click “Test workflow” in n8n. Sends the configured Amazon search URL and scraping limits to the apify Amazon Crawler actor and retrieves the dataset items. Filters out any scraper items that are missing a title or contain an error. Uses OpenAI to analyze each product’s title, brand, price, rating, and review count and returns a structured category, key feature, buyer verdict, and 1–10 value score. Combines the scraped fields and AI analysis into a single row format and adds a timestamp. Appends each enriched product as a new row in Google Sheets. Setup Create an apify API token and add it as an HTTP Header Auth credential used by the Apify request. Add an OpenAI API key as an OpenAI credential and choose the model to use in the configuration. Connect a Google Sheets OAuth2 account and select the target spreadsheet, sheet tab, and columns for appending rows. Upda

by Dr. Firas
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
Cgmailgoogledrive
free

Tailor ATS-ready resumes and cover letters with Gemini, Google Drive, Notion, and Gmail

Quick overview Transform any resume into a professional, ATS-compliant document with AI. Supports Global ATS, German, and Japanese resume formats, generates personalized cover letters, and automates PDF creation and delivery for every job application. How it works Receives an n8n form submission with the company name, job description, selected ATS type, and an optional request to generate a cover letter. Lists resume PDF files from a specified Google Drive folder, downloads each file, extracts the PDF text, and cleans it into a single plain-text resume input. Uses Google Gemini to rewrite the resume into pure-HTML output tailored to the job description, choosing Global ATS, German Lebenslauf, or Japanese Rirekisho formatting based on the selected ATS type. Converts the generated HTML resume into a PDF using the PDF.co HTML-to-PDF API and retrieves the resulting PDF from the returned URL. Uploads the generated resume PDF to a Google Drive output folder, then reads the existing Notion database entries to compute the next serial number and creates a new Notion database page linking to the uploaded file. If cover letter generation is requested, uses Google Gemini to write a localized c

by Blukaze Automations