Block 1 - Report Generator Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
AI Mock Interview System Complete n8n Template Overview This n8n workflow template creates a comprehensive AI powered mock interview system that conducts voice based interviews, provides real time ...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.code, n8n-nodes-base.respondtowebhook, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Gerald Denor.
Original n8n.io sourceThis n8n workflow template creates a comprehensive AI-powered mock interview system that conducts voice-based interviews, provides real-time transcription, and generates detailed performance assessments. The system uses OpenAI's GPT-4o Realtime API for natural conversations and automated scoring across five professional criteria.
sk-proj-...)Method 1: Direct Configuration
Bearer YOUR_API_KEYMethod 2: Using n8n Credentials (Recommended)
deepseek/deepseek-r1:free for cost efficiencyThe template contains placeholder URLs that must be updated for your instance.
https://[your-subdomain].app.n8n.cloudInterview Setup Form Node:
action="https://n8n.dominixai.com/webhook/start-interview"action="https://YOUR_N8N_URL/webhook/start-interview"Interview Interface Node:
https://n8n.dominixai.com/webhook/generate-reporthttps://YOUR_N8N_URL/webhook/generate-reportModify the timer in the Interview Interface HTML:
const interviewDuration = 15; // Change to desired minutes
Edit the prompt in the "Interview Assessor" node to:
Update the conversation prompt to:
OpenAI API Errors
Email Delivery Problems
Webhook Connection Issues
Interview Interface Problems
This AI Mock Interview System template provides a complete solution for automated interview practice and assessment. With proper setup and customization, it can serve various educational, corporate, and professional development needs while maintaining cost efficiency and user privacy.
The modular design allows for extensive customization while the automated assessment system provides consistent, objective feedback to help candidates improve their interview performance.
If you would rather avoid setup hassles, you can check HERE
Turn Interview Anxiety Into Interview Success
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 mock job interview with voice, assessment & Gmail reporting |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | AI Chatbot, Multimodal AI |
| Author | Gerald Denor |
| Published | 16 Aug 2025 |
Use the JSON export at /data/workflows/7462/7462.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.
AI Mock Interview System Complete n8n Template Overview This n8n workflow template creates a comprehensive AI powered mock interview system that conducts voice based interviews, provides real time ...
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 AI Chatbot, Multimodal AI use case.