Automate your hiring process using this powerful n8n workflow. It sends 5-minute interview reminders via Gmail, tracks results in Google Sheets, and manages post-interview candidate notifications.
Download this n8n workflow template and start using it instantly.
Managing high volumes of candidate interviews manually is time-consuming and prone to human error, especially concerning timely reminders and accurate result logging. This sophisticated n8n workflow solves these problems by creating a dual-branch automation system. The first branch uses a scheduled n8n trigger to constantly check Google Calendar for interviews starting within the next five minutes, automatically logs them into a Google Sheet, and sends a critical reminder via Gmail to ensure candidate punctuality. The second branch utilizes a webhook n8n trigger to instantly process interview outcomes, update the Google Sheet tracking system, and dispatch appropriate 'Pass' or 'Fail' result emails via Gmail, along with a final summary notification to the manager. This consolidated n8n automation ensures seamless tracking, reduces no-shows, and maintains professionalism in candidate communication.
This n8n workflow operates in two distinct phases:
now but less than now + 5 minutes).To deploy this powerful n8n workflow using these n8n templates, follow these steps:
76iujhgtr4321eryi8) to your relevant recruitment calendar ID.YOURSPREADSHEETID) in all Google Sheets n8n nodes to point to your actual candidate tracking spreadsheet.[email protected] to your manager's actual email address. Check Every 5 Minutes (Schedule Trigger n8n trigger)
Function: Starts the workflow periodically to monitor calendars.
Key Configuration: Runs every 5 minutes.
Get Calendar Events (Google Calendar n8n node)
Function: Retrieves upcoming events from the specified calendar.
Key Configuration: Filters events between {{ $now.toISO() }} and {{ $now.plus({ hours: 1 }).toISO() }}.
Filter Upcoming Interviews (Filter n8n node)
Function: Narrows down the retrieved events to those starting within the 5-minute reminder window.
Key Configuration: Uses two date-time conditions: start.dateTime must be after now and before now + 5 minutes.
Add to Google Sheet (Google Sheets n8n node)
Function: Logs new interview events into the spreadsheet.
Key Configuration: Operation is 'appendOrUpdate', mapping mode is 'autoMapInputData'. Requires YOURSPREADSHEETID.
Send Reminder to Candidate (Gmail n8n node)
Function: Sends a highly visible 5-minute reminder email to the primary candidate attendee.
Key Configuration: Recipient is dynamic: ={{ $json.attendees[0].email }}. Subject specifies 'Starting in 5 Minutes'.
Webhook: Submit Interview Result (Webhook n8n trigger)
Function: Serves as the entry point for submitted interview results via a POST request.
Key Configuration: Path is interview-result, Method is POST.
Check if Passed (If n8n node)
Function: Directs the flow based on the interview outcome.
Key Configuration: Checks if the input value {{ $json.result }} exactly equals 'Pass'.
Email Candidate - Passed / Failed (Gmail n8n nodes)
Function: Sends custom notification emails based on the outcome.
Key Configuration: Utilizes dynamic data fields like {{ $json.candidateEmail }} and {{ $json.feedback }} to personalize the response. This is a crucial element of the overall n8n workflow.
Use this powerful n8n workflow to create an AI scheduling chatbot. It checks Google Calendar availability and books interviews automatically using OpenAI and n8n templates.

Use this robust n8n workflow to automatically publish scheduled Instagram Reels using content defined in your Airtable content calendar. Perfect for social media teams seeking efficient automation.

Schedule and publish Instagram Reels automatically using this robust n8n workflow. Integrate Google Sheets for scheduling, Google Drive for video files, and Cloudinary for hosting.

Use this comprehensive n8n workflow to automate daily inventory checks, calculate optimal reorder quantities, create purchase orders (PO) in Airtable, and automatically email suppliers via Brevo.

Use this advanced n8n workflow to automate sales processes: trigger invoice creation in Xero via Jotform submission, notify customers via Outlook, and alert your team via Telegram if no action is taken. Use these n8n templates for efficient billing.

The AI Squad Initiative is a pioneering effort to build, automate and scale AI-powered workflows using n8n.io. Our mission is to help individuals and businesses integrate AI agents seamlessly into their daily operations from automating tasks and enhancing productivity to creating innovative, intelligent solutions. We design modular, reusable AI workflow templates that empower creators, developers and teams to supercharge their automation with minimal effort and maximum impact.







































