This workflow follows the Airtable → OpenAI recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Recruitment Pipeline Automation",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "submit-application",
"responseMode": "lastNode"
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
100,
300
]
},
{
"parameters": {
"operation": "append",
"application": "appXXXXXXXX",
"table": "Candidates",
"columns": {
"Email": "={{$json.body.email}}",
"Name": "={{$json.body.name}}"
}
},
"name": "Airtable Create",
"type": "n8n-nodes-base.airtable",
"typeVersion": 1,
"position": [
300,
300
]
},
{
"parameters": {
"model": "gpt-4",
"prompt": "Evaluate this candidate based on the resume..."
},
"name": "AI Assessment",
"type": "n8n-nodes-base.openAi",
"typeVersion": 1,
"position": [
500,
300
]
},
{
"parameters": {
"conditions": {
"boolean": [
{
"value1": "={{$json.qualified}}",
"value2": true
}
]
}
},
"name": "Filter Qualified",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {
"toEmail": "={{$json.email}}",
"subject": "Interview Invitation",
"text": "Please schedule your interview here: ..."
},
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
900,
200
]
},
{
"parameters": {
"calendar": "primary",
"start": "={{$json.interviewDate}}"
},
"name": "Google Calendar",
"type": "n8n-nodes-base.googleCalendar",
"typeVersion": 1,
"position": [
1100,
200
]
},
{
"parameters": {
"channel": "hiring-channel",
"text": "New candidate scheduled: {{$json.name}}"
},
"name": "Slack Notification",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
1300,
200
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Airtable Create",
"type": "main",
"index": 0
}
]
]
},
"Airtable Create": {
"main": [
[
{
"node": "AI Assessment",
"type": "main",
"index": 0
}
]
]
},
"AI Assessment": {
"main": [
[
{
"node": "Filter Qualified",
"type": "main",
"index": 0
}
]
]
},
"Filter Qualified": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
},
"Send Email": {
"main": [
[
{
"node": "Google Calendar",
"type": "main",
"index": 0
}
]
]
},
"Google Calendar": {
"main": [
[
{
"node": "Slack Notification",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Recruitment Pipeline Automation. Uses airtable, openAi, emailSend, googleCalendar. Webhook trigger; 7 nodes.
Source: https://github.com/HemanthKumar52/Recruitments-Pipelining-Platform-System-/blob/2fd2251b81742caa5507ccd70bbf09c1f68ea501/n8n/recruitment_workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Consulting firms in strategy, management, or IT who want to automate client onboarding and internal task assignment.
Automatically detects missed Zoom demos booked via Calendly and triggers AI-powered follow-up sequences.
Pyragogy AI Village - Orchestrazione Master (Architettura Profonda V2). Uses start, postgres, openAi, emailSend. Webhook trigger; 36 nodes.
Pyragogy AI Village - Orchestrazione Master (Architettura Profonda V2). Uses start, postgres, openAi, emailSend. Webhook trigger; 35 nodes.
Imagine your recruitment process transformed into a sleek, efficient, AI-powered assembly line for talent. That's exactly what this system creates. It automates the heavy lifting, allowing your human