πŸ‘₯ AI-powered Candidate Screening & Interview Scheduling with OpenAI GPT & Google Suite

⚑ 267 views Β· πŸ‘₯ HR & Recruitment

Description

Streamline your hiring process with intelligent AI-powered candidate screening and automated interview scheduling. This workflow receives applications via webhook, evaluates candidates using OpenAI’s GPT model, scores them against job requirements, stores data in Google Sheets, and automatically schedules interviews for high-scoring candidates β€” all while sending personalized email notifications and updating statuses in real time. Reduce manual screening time and ensure only top candidates move forward. πŸ€–πŸ“§


What This Template Does

Step 1: Triggers on new application submission via Webhook (e.g., from job portal or form).
Step 2: Stores applicant data (resume, contact, role) into Google Sheets for centralized tracking.
Step 3: Uses OpenAI GPT to evaluate candidate fit based on resume, skills, and job requirements.
Step 4: Applies Scoring Logic:
  ‒ Score β‰₯ 70 β†’ Qualified for interview
  ‒ Score < 70 β†’ Not a fit
Step 5: Branches based on score:
  → High Score Path:
   ‒ Sends Interview Invitation Email
   ‒ Creates Google Calendar Event
   ‒ Updates Sheet: Status β†’ β€œInterview Scheduled”
  → Low Score Path:
   ‒ Sends Polite Rejection Email
   ‒ Updates Sheet: Status β†’ β€œRejected”
Step 6: Final metrics logged and webhook response confirms completion.


Key Benefits

βœ… Eliminates manual resume screening
βœ… AI evaluates candidates consistently and objectively
βœ… Automates interview scheduling with calendar integration
βœ… Real-time status updates in Google Sheets
βœ… Personalized email communication at every stage
βœ… Full audit trail of decisions and actions


Features


Requirements


Target Audience


Step-by-Step Setup Instructions

  1. Set up Google Sheet
     → Create a sheet with columns: Name, Email, Resume Link, Role, Status, Score, Timestamp
     → Replace YOUR_SHEET_ID in the workflow with your actual Sheet ID.

  2. Configure Webhook
     → Connect your job application form (e.g., Typeform, LinkedIn, custom portal) to trigger this workflow.

  3. Add OpenAI API Key
     → Insert your OpenAI key and customize the evaluation prompt under β€œAI Evaluation” node.

  4. Set Scoring Threshold
     → Adjust the β€œIF – Check Score Threshold” node (default: β‰₯70 = pass).

  5. Connect Gmail & Calendar
     → Enable Gmail OAuth2 and Google Calendar OAuth2.
     → Define interviewer email and default interview duration.

  6. Customize Emails
     → Edit β€œInterview Invitation” and β€œRejection Notice” templates with your branding.

  7. Test the Flow
     → Submit a test application via webhook.
     → Verify: Sheet update β†’ AI score β†’ Email β†’ Calendar event β†’ Status change.

  8. Go Live
     → Enable automation. Monitor first few runs in Google Sheets.


Workflow Complete!
Now sit back as AI screens, scores, schedules, and communicates β€” all without lifting a finger.

Metrics to Track:

πŸ”— Nodes Used

Send Email, Google Sheets, Webhook, Google Calendar, OpenAI

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup