Block 1 - Webhook - Receive Application
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Streamline your hiring process with intelligent AI powered candidate screening and automated interview scheduling. This workflow receives applications via webhook, evaluates candidates using OpenAI...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceStreamline 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. 🤖📧
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.
✅ 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
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.
Configure Webhook
→ Connect your job application form (e.g., Typeform, LinkedIn, custom portal) to trigger this workflow.
Add OpenAI API Key
→ Insert your OpenAI key and customize the evaluation prompt under “AI Evaluation” node.
Set Scoring Threshold
→ Adjust the “IF – Check Score Threshold” node (default: ≥70 = pass).
Connect Gmail & Calendar
→ Enable Gmail OAuth2 and Google Calendar OAuth2.
→ Define interviewer email and default interview duration.
Customize Emails
→ Edit “Interview Invitation” and “Rejection Notice” templates with your branding.
Test the Flow
→ Submit a test application via webhook.
→ Verify: Sheet update → AI score → Email → Calendar event → Status change.
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:
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.
| 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 |
Use the JSON export at /data/workflows/10080/10080.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Streamline your hiring process with intelligent AI powered candidate screening and automated interview scheduling. This workflow receives applications via webhook, evaluates candidates using OpenAI...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.