Skip to main content

Automated Interview Tracker with Google Calendar, Sheets & Gmail Alerts

Workflow preview

Workflow preview
100%
Automated Interview Tracker with Google Calendar, Sheets & Gmail Alerts preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Enhance your hiring pipeline by automating interview management post screening. This workflow runs every 5 minutes to scan upcoming Google Calendar events, filter relevant interviews, send timely e...

Best for

  • HR automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlecalendar, n8n-nodes-base.filter, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.webhook, n8n-nodes-base.if, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Automated Interview Tracker with Google Calendar, Sheets & Gmail Alerts
Workflow name
Automated Interview Tracker with Google Calendar, Sheets & Gmail Alerts

Enhance your hiring pipeline by automating interview management post-screening. This workflow runs every 5 minutes to scan upcoming Google Calendar events, filter relevant interviews, send timely email reminders to candidates and internal teams, and handle result submissions via webhook — updating statuses in Google Sheets and notifying via Gmail based on pass/fail outcomes. Ensure no interviews slip through the cracks with proactive reminders and instant feedback loops.


What This Template Does

Step 1: Triggers every 5 minutes to proactively check for upcoming interviews. Step 2: Fetches all Google Calendar Events and identifies interview-related ones.
Step 3: Filters Upcoming Interviews based on event details (e.g., candidate name, role).
Step 4: Sends Reminder Emails to candidates and interviewers via Gmail for preparation.
Step 5: Receives Webhook Submission of interview results (pass/fail) post-event.
Step 6: Updates Google Sheet with result data, including feedback and updated status.
Step 7: Branches on result:
  → Passed: Sends congratulatory Email to Candidate and advances status.
  → Failed: Sends polite Failure Notification and closes the loop.


Key Benefits

✅ Reduces no-shows with automated reminders
✅ Centralizes interview tracking in Google Sheets
✅ Instant Gmail notifications for pass/fail decisions
✅ Minimizes manual status updates
✅ Improves candidate experience with timely communication
✅ Ensures audit-ready logs of all interactions


Features

  • Cron-triggered checks every 5 minutes
  • Google Calendar integration for event fetching
  • Smart filtering for interview-specific events
  • Gmail-powered reminder and notification emails
  • Webhook for secure result submissions
  • Conditional branching on pass/fail
  • Real-time Google Sheets append/update
  • Comprehensive sheet structure for tracking

Requirements

  • GOOGLE_SHEET_ID: Your Google Sheet ID (structured as below)
  • Credentials Needed:
    1. Google Calendar OAuth2
    2. Gmail API Key
  • Customize:
    • Event filter criteria (e.g., keywords like "Interview")
    • Reminder timing (e.g., 24 hours before)
    • Email templates for reminders and results
    • Webhook endpoint for result submission

Google Sheet Structure:

  1. Create a sheet with columns:
    • Candidate Email
    • Interview Link
    • Status
    • Result
    • Meet Link
    • Feedback
    • Updated At

Target Audience

  • Recruiters juggling multiple interview schedules 🗓️
  • HR teams focused on candidate engagement 💬
  • Hiring managers needing quick result turnarounds ⚡
  • Growing companies scaling interview volumes 📈
  • Remote teams relying on calendar and email sync 🌐

Step-by-Step Setup Instructions

  1. Set up Google Sheet
     → Create sheet with the specified columns: Candidate Email, Interview Link, Status, Result, Meet Link, Feedback, and Updated At.
     → Replace YOUR_SHEET_ID in the workflow with your actual Sheet ID.

  2. Configure Calendar Integration
     → Connect Google Calendar OAuth2 and select the relevant calendar (e.g., [email protected]).

  3. Define Event Filters
     → In the "Filter Upcoming Interviews" node, set keywords (e.g., "Candidate Interview") to match event titles/descriptions.

  4. Customize Reminders
     → Edit the "Send Reminder to Candidate" template (e.g., include interview link and prep tips).
     → Set reminder offset (e.g., 1 day before event).

  5. Set Up Webhook for Results
     → Generate and expose the webhook URL for your interview form/tool to submit pass/fail data.

  6. Connect Gmail
     → Enable Gmail OAuth2.
     → Define sender email and customize pass/fail templates.

  7. Test the Flow
     → Create a test calendar event for an upcoming interview.
     → Wait 5 minutes or trigger manually → Verify reminder email.
     → Submit test webhook result → Check sheet update and notification email.

  8. Go Live
     → Enable the 5-minute cron trigger.
     → Monitor sheet for real entries on Thursday, October 23, 2025, or your next interview day.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Check Every 5 Minutes

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Get Calendar Events

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.2

Block 3 - Filter Upcoming Interviews

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2

Block 4 - Add to Google Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 5 - Send Reminder to Candidate

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 6 - Update Sheet with Result

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 7 - Webhook: Submit Interview Result

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 8 - Check if Passed

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 9 - Email Candidate - Passed

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 10 - Email Candidate - Failed

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 11 - Email Manager

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 12 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automated Interview Tracker with Google Calendar, Sheets & Gmail Alerts
Complexity intermediate
Nodes 13
Categories HR
Author Oneclick AI Squad
Published 23 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10081/10081.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Automated Interview Tracker with Google Calendar, Sheets & Gmail Alerts do?

Enhance your hiring pipeline by automating interview management post screening. This workflow runs every 5 minutes to scan upcoming Google Calendar events, filter relevant interviews, send timely e...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 use case.