Skip to main content

Track LinkedIn profile changes with Google Sheets & Slack notifications

Workflow preview

Workflow preview
100%
Track LinkedIn profile changes with Google Sheets & Slack notifications preview
Open on n8n.io

Important notice

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

1. Workflow Overview

LinkedIn Profile Tracker Automation Who is this for? This template is ideal for sales teams, recruiters, business development professionals, and relationship managers who need to monitor changes in...

Best for

  • Lead Generation automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.filter, n8n-nodes-base.httprequest, n8n-nodes-base.switch, n8n-nodes-base.slack, n8n-nodes-base.noop, 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 Matthieu.

Original n8n.io source

1.1 Workflow description

Title
Track LinkedIn profile changes with Google Sheets & Slack notifications
Workflow name
Track LinkedIn profile changes with Google Sheets & Slack notifications

LinkedIn Profile Tracker Automation

Who is this for?

This template is ideal for sales teams, recruiters, business development professionals, and relationship managers who need to monitor changes in their network's LinkedIn profiles. Perfect for agencies tracking client personnel changes, HR teams monitoring talent movements, sales professionals staying updated on prospect job changes, and content teams tracking influencer activity.

What problem does this workflow solve?

Manually checking LinkedIn profiles for updates like job changes, status modifications, profile edits, or latest posts is extremely time-consuming and easy to miss. This automation eliminates the need for constant manual monitoring while ensuring you never miss important changes that could signal new business opportunities, relationship updates, or content engagement opportunities.

What this workflow does

This workflow automatically monitors a list of LinkedIn profiles on a weekly schedule, detects any changes in:

  • Personal information (name, headline, summary)
  • Job status (hiring/open to work flags)
  • Latest work experience (new positions, company changes)
  • Recent posts (latest content activity)

When changes are detected, it immediately sends Slack notifications with before/after comparisons and updates your tracking database to maintain historical records of all profile evolution.

Setup

  1. Create a Ghost Genius API account and get your API key for LinkedIn profile scraping
  2. Configure HTTP Request nodes with Header Auth credentials using your Ghost Genius API key
  3. Set up your Google Sheets database with columns:
    • Firstname, Lastname, LinkedIn URL, ID
    • Tagline, Summary, Latest experience
    • Open to work?, Hiring?, Latest post
  4. Configure Slack webhook integration for real-time notifications
  5. Set up credentials for Google Sheets and Slack following n8n documentation
  6. Add LinkedIn profile URLs to your Google Sheet to start monitoring

How to customize this workflow

  • Modify the schedule trigger to check profiles daily, bi-weekly, or monthly based on your monitoring needs
  • Customize Slack notification messages to include additional context, mentions, or custom formatting
  • Add email notifications alongside Slack alerts for critical changes like job transitions
  • Set up filtered notifications to only alert on specific types of changes (e.g., job changes only, posts from key influencers)
  • Add post content analysis to detect mentions of your company or competitors
  • Integrate with CRM systems to automatically update lead records when profile changes occur

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 - If

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

Block 2 - Read Profiles List

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

Block 3 - Filter New Profiles

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

Block 4 - Scrape New Profiles

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

Block 5 - Read Existing Data

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

Block 6 - Scrape Current Data

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

Block 7 - Detect Changes

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

Block 8 - Alert First Name

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

Block 9 - Update First Name

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

Block 10 - Alert Last Name

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

Block 11 - Update Last Name

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

Block 12 - Alert Tagline

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

Block 13 - Update Tagline

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

Block 14 - Alert Summary

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

Block 15 - Update Summary

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

Block 16 - Alert Experience

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

Block 17 - Update Experience

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

Block 18 - Alert Open to Work

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

Block 19 - Update Open to Work

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

Block 20 - Alert Hiring Status

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

Block 21 - Update Hiring Status

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

Block 22 - No Change

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

Block 23 - Update New Profiles

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

Block 24 - Sticky Note

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

Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Track LinkedIn profile changes with Google Sheets & Slack notifications
Complexity advanced
Nodes 35
Categories Lead Generation
Author Matthieu
Published 19 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5052/5052.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 Track LinkedIn profile changes with Google Sheets & Slack notifications do?

LinkedIn Profile Tracker Automation Who is this for? This template is ideal for sales teams, recruiters, business development professionals, and relationship managers who need to monitor changes in...

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