Skip to main content

AI-powered Candidate Screening & Interview Scheduling with OpenAI GPT & Google Suite

Workflow preview

Workflow preview
100%
AI-powered Candidate Screening & Interview Scheduling with OpenAI GPT & Google Suite preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Streamline your hiring process with intelligent AI powered candidate screening and automated interview scheduling. This workflow receives applications via webhook, evaluates candidates using OpenAI...

Best for

  • HR automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.emailsend, n8n-nodes-base.googlecalendar

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
AI-powered Candidate Screening & Interview Scheduling with OpenAI GPT & Google Suite
Workflow name
AI-powered Candidate Screening & Interview Scheduling with OpenAI GPT & Google Suite

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

  • Webhook-triggered application intake
  • Google Sheets as applicant tracking system (ATS)
  • OpenAI GPT-powered candidate evaluation
  • Dynamic scoring threshold (customizable)
  • Conditional branching (High/Low Score)
  • Gmail integration for email notifications
  • Google Calendar auto-event creation
  • Real-time status updates via sheet write-back
  • Final webhook response for system confirmation

Requirements

  • GOOGLE_SHEET_ID: Your Google Sheet ID
  • Credentials Needed:
    1. Google Sheets OAuth2
    2. Gmail API Key
    3. OpenAI API Key
    4. Google Calendar OAuth2
  • Customize:
    • Job requirements & AI prompt
    • Score threshold (currently 70)
    • Email templates
    • Interview scheduling time slots

Target Audience

  • HR teams managing high-volume applications 👥
  • Recruiters seeking faster shortlisting ⏱️
  • Startups automating early-stage hiring 🚀
  • Tech companies with technical screening needs 💻
  • Remote-first organizations using digital workflows 🌍

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:

  • Applications received
  • Average AI score
  • Interview rate
  • Time to process

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Webhook - Receive Application

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 1

Block 2 - Sticky Note - Workflow Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Google Sheets - Store Application

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 4 - Sticky Note - Storage Info

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - OpenAI - AI Candidate Evaluation

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1

Block 6 - Sticky Note - AI Process

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Code - Process Evaluation

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - IF - Check Score Threshold

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 9 - Sticky Note - Decision Logic

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Email - Interview Invitation

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2

Block 11 - Email - Rejection Notice

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2

Block 12 - Google Calendar - Schedule Interview

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1

Block 13 - Sticky Note - Email Logic

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Update Sheet - Interview Status

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 15 - Update Sheet - Rejection Status

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 16 - Respond to Webhook

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1

Block 17 - Sticky Note - Completion

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note - Setup Instructions

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow AI-powered Candidate Screening & Interview Scheduling with OpenAI GPT & Google Suite
Complexity advanced
Nodes 18
Categories HR, AI Summarization
Author Oneclick AI Squad
Published 23 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10080/10080.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does AI-powered Candidate Screening & Interview Scheduling with OpenAI GPT & Google Suite do?

Streamline your hiring process with intelligent AI powered candidate screening and automated interview scheduling. This workflow receives applications via webhook, evaluates candidates using OpenAI...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your HR, AI Summarization use case.