Skip to main content

Automate resume screening with Gmail, Gemini AI, and Airtable to Google Sheets

Workflow preview

Workflow preview
100%
Automate resume screening with Gmail, Gemini AI, and Airtable to Google Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who’s it for This workflow is perfect for recruiters, HR professionals, and startup founders who receive job applications by email and want to automate the process of parsing, matching, and evaluat...

Best for

  • HR automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.gmailtrigger, n8n-nodes-base.airtable, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.merge, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate resume screening with Gmail, Gemini AI, and Airtable to Google Sheets
Workflow name
Automate resume screening with Gmail, Gemini AI, and Airtable to Google Sheets

Who’s it for

This workflow is perfect for recruiters, HR professionals, and startup founders who receive job applications by email and want to automate the process of parsing, matching, and evaluating resumes. If you want to save time by having candidate data and AI scores automatically organized in Google Sheets, this workflow is for you.


How it works

  • Monitors a Gmail inbox for new emails with resume attachments (PDF)
  • Extracts the job title from the email subject and matches it against open positions stored in Airtable
  • Uploads the resume file to a designated Google Drive folder for storage
  • Builds a prompt with all relevant context and sends it, along with the resume file, to Gemini AI for analysis
  • Gemini scores the candidate, extracts their name and phone, and provides a one-sentence explanation
  • All results—including candidate info, AI score, feedback, and a download link for the resume—are appended as new rows in Google Sheets

How to set up

  1. Create accounts and APIs: You’ll need Google (Gmail, Drive, Sheets), Airtable, and Gemini API access.
  2. Prepare your Airtable base: Add your job descriptions (title, code, description, skills, etc.)—these are matched against incoming applications.
  3. Prepare your Google Sheet: Create a spreadsheet to store applicant data and scores.
  4. Connect credentials in n8n: Set up Gmail, Google Drive, Google Sheets, Airtable, and Gemini API credentials in n8n’s credential manager.
  5. Import this workflow: Use the workflow import feature in n8n and connect your credentials to each node.
  6. Test: Send a test application email with a PDF resume to your connected Gmail—watch the data appear in Google Sheets!

Requirements

  • Google account with access to Gmail, Drive, and Sheets
  • Airtable account for job data
  • Gemini API key (no hardcoded keys—use n8n environment variables or credentials)
  • n8n instance (cloud or self-hosted)

How to customize the workflow

  • Job matching logic: Edit the EmailMatcher node to fine-tune how subjects are matched to job titles.
  • Scoring criteria: Adjust the prompt in PromptBuilder to change what Gemini evaluates.
  • Supported file types: Modify the ReadyAttachment node to accept other resume formats if needed.
  • Sheet columns: Edit the Google Sheets node to map new data points or change the output format.
  • Notifications: Add Slack or email nodes to notify you when a strong candidate is found.

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 - Gmail Trigger

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

Block 2 - Airtable

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

Block 3 - If

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

Block 4 - EmailMatcher

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

Block 5 - PromptBuilder

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

Block 6 - ReadyAttachment

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

Block 7 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 8 - PayloadBuilder

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

Block 9 - FileUpload

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - ResponseGenerator

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - ParseResponse

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

Block 12 - Merge1

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 13 - Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 14 - CombineData

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 15 - Google Sheets

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

Block 16 - Sticky Note

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

Block 17 - Sticky Note1

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

Block 18 - Sticky Note2

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

Block 19 - Sticky Note3

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

Block 20 - Sticky Note4

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

3. Summary Table

Workflow Automate resume screening with Gmail, Gemini AI, and Airtable to Google Sheets
Complexity advanced
Nodes 20
Categories HR, Multimodal AI
Author Sameed
Published 16 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7469/7469.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 Automate resume screening with Gmail, Gemini AI, and Airtable to Google Sheets do?

Who’s it for This workflow is perfect for recruiters, HR professionals, and startup founders who receive job applications by email and want to automate the process of parsing, matching, and evaluat...

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, Multimodal AI use case.