Skip to main content

Create deduplicated LinkedIn candidate rows from Slack with easybits and Google Sheets

Workflow preview

Workflow preview
100%
Create deduplicated LinkedIn candidate rows from Slack with easybits and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow watches a Slack channel for shared LinkedIn profile screenshots or PDFs, uses easybits Extractor to convert the file into structured candidate fields, deduplicates agai...

Best for

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

Tools used

n8n-nodes-base.slacktrigger, @easybits/n8n-nodes-extractor.easybitsextractor, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.slack, n8n-nodes-base.httprequest, 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 Felix.

Original n8n.io source

1.1 Workflow description

Title
Create deduplicated LinkedIn candidate rows from Slack with easybits and Google Sheets
Workflow name
Create deduplicated LinkedIn candidate rows from Slack with easybits and Google Sheets

Quick overview

This workflow watches a Slack channel for shared LinkedIn profile screenshots or PDFs, uses easybits Extractor to convert the file into structured candidate fields, deduplicates against a Google Sheets candidate database, and replies in the original Slack thread with either a confirmation or a duplicate warning.

How it works

  1. Triggers when a file is shared in a specified Slack channel.
  2. Retrieves full Slack file metadata and downloads the file using the private download URL.
  3. Sends the downloaded LinkedIn screenshot or PDF to easybits Extractor to extract structured profile fields.
  4. Normalizes the extracted data into a consistent candidate schema, adds a source tag, and timestamps when the candidate was added.
  5. Reads the existing Google Sheets candidate list and checks for duplicates using a normalized key of candidate name plus current company.
  6. If a duplicate is found, posts a warning reply in the same Slack thread and does not write to Google Sheets.
  7. If no duplicate is found, appends the candidate as a new row in Google Sheets and posts a confirmation reply with a link to the sheet.

Setup

  1. Connect Slack credentials with permission to read shared files and post messages, and select the Slack channel to watch in the trigger.
  2. Connect your easybits Extractor API credentials (and install @easybits/n8n-nodes-extractor if you are self-hosting).
  3. Connect Google Sheets OAuth2 credentials and set the spreadsheet document ID and sheet/tab name for both the read and append steps.
  4. Ensure your Google Sheet has headers matching the workflow fields (for example: name, current_title, current_company, location, total_years_experience, top_skills, last_roles, education, certifications, summary, source, added_at).
  5. Update the “Open candidate sheet” button URL in the Slack messages to point to your actual Google Sheets document.

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 - On File Shared: Slack Channel

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

Block 2 - easybits Extract: LinkedIn Profile

Type / Role
@easybits/n8n-nodes-extractor.easybitsExtractor - easybitsExtractor
Config choices
Version 1

Block 3 - Normalize: Candidate Fields

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

Block 4 - Append Row: Candidate Sheet

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

Block 5 - Slack: Get File Info

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

Block 6 - Download File: From Slack

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

Block 7 - Post Confirmation: Slack (via API)

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

Block 8 - Check: Duplicate?

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

Block 9 - IF: Already Sourced?

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

Block 10 - Post Duplicate Warning: Slack (via API)

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

Block 11 - Read: Candidate Sheet

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

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

Block 14 - Sticky Note2

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

Block 15 - Sticky Note3

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

Block 16 - Sticky Note4

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

Block 17 - Sticky Note5

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

Block 18 - Sticky Note6

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

Block 19 - Sticky Note7

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

Block 20 - Sticky Note8

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

Block 21 - Sticky Note9

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

Block 22 - Sticky Note10

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

Block 23 - Sticky Note11

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

3. Summary Table

Workflow Create deduplicated LinkedIn candidate rows from Slack with easybits and Google Sheets
Complexity advanced
Nodes 23
Categories HR, AI Summarization
Author Felix
Published 03 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16100/16100.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 Create deduplicated LinkedIn candidate rows from Slack with easybits and Google Sheets do?

Quick overview This workflow watches a Slack channel for shared LinkedIn profile screenshots or PDFs, uses easybits Extractor to convert the file into structured candidate fields, deduplicates agai...

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.