Skip to main content

AI-powered CV extractor: Google Drive to Sheet with GPT-4 + Slack for recruiters

Workflow preview

Workflow preview
100%
AI-powered CV extractor: Google Drive to Sheet with GPT-4 + Slack for recruiters preview
Open on n8n.io

Important notice

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

1. Workflow Overview

CV Extractor: Google Drive to Sheet + Slack Update for Recruiters Watch the demo video below: [![Watch the video](https://s3.ap southeast 1.amazonaws.com/automatewith.me/automation resumes extract ...

Best for

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

Tools used

n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code, n8n-nodes-base.googledrivetrigger, 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 Trung Tran.

Original n8n.io source

1.1 Workflow description

Title
AI-powered CV extractor: Google Drive to Sheet with GPT-4 + Slack for recruiters
Workflow name
AI-powered CV extractor: Google Drive to Sheet with GPT-4 + Slack for recruiters

CV Extractor: Google Drive to Sheet + Slack Update for Recruiters

Watch the demo video below:

> This workflow automatically processes resumes (PDFs) uploaded or updated in a Google Drive folder. It extracts and structures the candidate’s information using AI, then updates or inserts the data into a Google Sheet, acting as a central talent database. Finally, it notifies the hiring team via Slack with a summary. Perfect for HR and TA teams, this automation eliminates the repetitive task of manually copying candidate details from CVs into spreadsheets, saving hours of admin work every week and keeping your hiring pipeline clean, fast, and up to date.

👤 Who’s it for

This workflow is designed for:

  • Recruiters and HR coordinators who manage candidate profiles via Google Drive.
  • Talent Acquisition teams who want to automate CV parsing, enrichment, and database updating.
  • Companies or hiring agencies using spreadsheets for candidate tracking and CRM-like HR ops.

⚙️ How it works / What it does

This smart and fully automated workflow:

  1. Monitors a Google Drive folder for any uploaded or updated resumes (PDFs).
  2. Downloads and extracts resume content using PDF parsing.
  3. Sends the raw text to GPT-4, which returns a structured profile (name, title, experience, skills, etc.).
  4. Verifies the profile and transforms it into a clean, row-based format.
  5. Upserts the candidate profile into a Google Sheet (insert or update by email).
  6. Notifies the hiring team in Slack or email that a profile was added or updated.

This is a no-touch pipeline to keep your candidate data clean, current, and centralized.

🛠️ How to set up

Step 1: Prepare your Google Drive folder

  • Create a folder like /SmartHR/cv/
  • Upload sample resumes in .pdf format

Step 2: Create your Google Sheet

  • Columns to include: Email, FullName, JobTitle, Phone, Location, Experience, Education, Skills, etc.
  • Optional: Add conditional formatting to highlight updates

Step 3: Connect the n8n workflow

  • Use the Google Drive Trigger:
    • fileCreated → new profile uploaded
    • fileUpdated → existing profile modified
  • Use Google Drive (Download file) to fetch the resume
  • Use Extract From PDF to get raw content

Step 4: Configure GPT-4 node

  • Use the structured system prompt to extract profile information
  • Use json parser node to ensure safe formatting for next steps

Step 5: Transform & Save

  • Use a Function node to map fields to Google Sheet columns
  • Use Append or update row (based on email as unique key)
  • Optionally send Slack or email message to notify hiring team

✅ Requirements

  • 🔑 OpenAI GPT-4 API key
  • 🟩 n8n Cloud or Self-hosted with:
    • Google Drive integration
    • Google Sheets integration
    • Email/Slack credentials (optional)
  • 📄 Resume files in readable PDF format
  • 📊 Google Sheet prepared with relevant headers

✏️ How to customize the workflow

Part Customization Options
GPT Prompt Tune for different job levels or fields (e.g., engineers vs marketers)
Field Mapping Update transform node to include other profile fields (LinkedIn, portfolio, etc.)
Notification Switch to Microsoft Teams, Telegram, or email alerts instead of Slack
Data Store Replace Google Sheet with Airtable, Notion, or database system
Trigger Source Trigger from email attachments or webhook instead of Google Drive if needed
Output Format Generate PDF profile cards or summary documents using HTML → PDF node

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 - Sticky Note1

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

Block 2 - json parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 3 - gpt4-1 model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 4 - Profile Analyzer Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.1

Block 5 - Sticky Note7

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

Block 6 - Sticky Note3

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

Block 7 - Transform output

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

Block 8 - Sticky Note2

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

Block 9 - Sticky Note5

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

Block 10 - New profile uploaded to drive folder

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

Block 11 - Get profile detail

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

Block 12 - Append or update row in sheet

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

Block 13 - Existing profile updated

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

Block 14 - Verify profile email

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

Block 15 - Extract profile information

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

Block 16 - Sticky Note

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

Block 17 - Let the hiring team know

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 18 - Sticky Note4

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

Block 19 - Sticky Note6

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

3. Summary Table

Workflow AI-powered CV extractor: Google Drive to Sheet with GPT-4 + Slack for recruiters
Complexity advanced
Nodes 19
Categories HR, AI Summarization
Author Trung Tran
Published 02 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6835/6835.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 AI-powered CV extractor: Google Drive to Sheet with GPT-4 + Slack for recruiters do?

CV Extractor: Google Drive to Sheet + Slack Update for Recruiters Watch the demo video below: [![Watch the video](https://s3.ap southeast 1.amazonaws.com/automatewith.me/automation resumes extract ...

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