Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow template automatically processes phone interview transcripts using AI to evaluate candidates against specific criteria and saves the results to Google Sheets. Perfect for HR depar...
n8n-nodes-base.webhook, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.outputparserstructured
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Robert Breen.
Original n8n.io sourceThis n8n workflow template automatically processes phone interview transcripts using AI to evaluate candidates against specific criteria and saves the results to Google Sheets. Perfect for HR departments, recruitment agencies, or any business conducting phone screenings.
This automated workflow:
The workflow is specifically designed for driving job interviews but can be easily adapted for any position with custom evaluation criteria.
Before implementing this workflow, you'll need:
Option 1: Use Our Pre-Made Template (Recommended)
Option 2: Create From Scratch
namephonecityStatequalifiesreasoningImport the Workflow
Configure OpenAI Credentials
Configure Google Sheets Integration
Update the Webhook
The workflow includes predefined criteria for a Massachusetts driving job. To customize for your needs:
Current Evaluation Criteria:
This workflow is specifically designed to work with Vapi.ai's phone interview system. Here's how to connect it:
Copy Your N8N Webhook URL
https://your-n8n-instance.com/webhook-test/351ffe7c-69f2-4657-b593-c848d59205c0)Configure Your Vapi Assistant
Configure Server Messages
end-of-call-reporttranscript[transcriptType="final"]Set Up the Interview Script
The workflow expects Vapi to send data in this specific format:
{
"body": {
"message": {
"artifact": {
"transcript": "AI: Hi. Are you interested in driving for Bank of Transport?\nUser: Yes.\nAI: Great. Before we go further..."
}
}
}
}
end-of-call-report, transcript[transcriptType="final"]If you're not using Vapi.ai, you can adapt this workflow for other phone systems by:
Test with Sample Data
End-to-End Testing
Common Issues:
For professional setup, customization, or troubleshooting of this workflow, contact:
Robert - Ynteractive Solutions
Specializing in AI-powered workflow automation, business process optimization, and custom integration solutions.
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 | Automated phone interview evaluation with Vapi, GPT-4o & Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | HR, Multimodal AI |
| Author | Robert Breen |
| Published | 14 Aug 2025 |
Use the JSON export at /data/workflows/7401/7401.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.
This n8n workflow template automatically processes phone interview transcripts using AI to evaluate candidates against specific criteria and saves the results to Google Sheets. Perfect for HR depar...
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, Multimodal AI use case.