Skip to main content

Qualify LinkedIn leads and draft outreach with Airtable, Apify and Claude

Workflow preview

Workflow preview
100%
Qualify LinkedIn leads and draft outreach with Airtable, Apify and Claude preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow pulls unprocessed leads from Airtable, enriches them with LinkedIn profile, company, website, and post data via Apify and Firecrawl, qualifies each lead with Anthropic ...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.airtable, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.if, @mendable/n8n-nodes-firecrawl.firecrawl, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Qualify LinkedIn leads and draft outreach with Airtable, Apify and Claude
Workflow name
Qualify LinkedIn leads and draft outreach with Airtable, Apify and Claude

Quick overview

This workflow pulls unprocessed leads from Airtable, enriches them with LinkedIn profile, company, website, and post data via Apify and Firecrawl, qualifies each lead with Anthropic Claude, and drafts a 3-step outreach sequence plus phone enrichment via Lusha back into Airtable.

How it works

  1. Runs manually when you click “Execute workflow” and sets the Airtable base/table to use before loading AI prompts from an Airtable “Prompt” table.
  2. Searches Airtable for leads with empty “Réponse” and “Match” fields and processes them one by one.
  3. For each lead, calls Apify to fetch LinkedIn profile details and marks the lead as “Likedin pas dispo” in Airtable if the profile is missing.
  4. If available, optionally fetches the company’s LinkedIn data via Apify and, when a company website exists, scrapes the homepage with Firecrawl and cleans the returned markdown.
  5. Fetches recent LinkedIn posts via Apify, selects a recent personal post to “like,” and compiles the lead’s profile, education, experience, company info, posts, and homepage content into a structured dataset.
  6. Sends the dataset to an Anthropic Claude agent to decide whether the lead matches the qualification prompt, then updates Airtable with “Match=False” for unqualified leads.
  7. For qualified leads, fetches a phone number from Lusha, generates three personalized outreach messages with a second Anthropic Claude agent, and saves the messages, phone number, and “Match=True” back to Airtable.

Setup

  1. Add Airtable personal access token credentials and update the Base ID and Table ID values used for your leads table (plus ensure the workflow can read the “Prompt” table).
  2. Create or verify Airtable fields referenced by the workflow (including LinkedIn profile, Company name, Job title, Sub industry, Match, Réponse, Post à like, Premier message, Deuxième message, Troisième message, and Phone number).
  3. Add Apify API credentials and ensure the referenced Apify actors are available for LinkedIn profile scraping, company scraping, and post scraping.
  4. Add a Firecrawl API key for homepage scraping.
  5. Add an Anthropic API key and confirm the Airtable prompts include entries for Agent = “Qualification” and Agent = “Rédaction” that return structured JSON outputs.
  6. Add Lusha API credentials (header auth) and confirm your account has access to phone reveal for LinkedIn URLs.

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 Note13

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

Block 2 - Sticky Note16

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

Block 3 - Sticky Note1

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

Block 4 - Sticky Note2

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

Block 5 - Sticky Note3

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

Block 6 - Sticky Note4

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

Block 7 - Sticky Note5

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

Block 8 - Sticky Note6

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

Block 9 - Sticky Note7

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

Block 10 - Sticky Note8

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

Block 11 - Sticky Note9

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

Block 12 - Sticky Note10

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

Block 13 - Fetch Leads from Airtable

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

Block 14 - Loop Over Leads

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

Block 15 - Fetch LinkedIn Profile Info

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

Block 16 - Fetch LinkedIn Posts

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

Block 17 - Fetch LinkedIn Company Info

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

Block 18 - If Company LinkedIn URL Exists

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

Block 19 - If Company Website Exists

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

Block 20 - Scrape Company Homepage

Type / Role
@mendable/n8n-nodes-firecrawl.firecrawl - firecrawl
Config choices
Version 1

Block 21 - Clean Scraped Markdown

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

Block 22 - Lead Qualification Agent

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

Block 23 - Message Drafting Agent

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

Block 24 - If Lead Qualifies

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

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

3. Summary Table

Workflow Qualify LinkedIn leads and draft outreach with Airtable, Apify and Claude
Complexity advanced
Nodes 40
Categories Lead Generation, AI Summarization
Author Allan Vaccarizi
Published 28 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16005/16005.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 Qualify LinkedIn leads and draft outreach with Airtable, Apify and Claude do?

Quick overview This workflow pulls unprocessed leads from Airtable, enriches them with LinkedIn profile, company, website, and post data via Apify and Firecrawl, qualifies each lead with Anthropic ...

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