Skip to main content

Send Linkedin connection request with Airtop

Workflow preview

Workflow preview
100%
Send Linkedin connection request with Airtop preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automating LinkedIn Connection Requests Use Case Automatically sending LinkedIn connection requests to prospects can significantly streamline your outreach process. This automation ensures you only...

Best for

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

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.switch, n8n-nodes-base.set, n8n-nodes-base.airtop, 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 Airtop.

Original n8n.io source

1.1 Workflow description

Title
Send Linkedin connection request with Airtop
Workflow name
Send Linkedin connection request with Airtop

Automating LinkedIn Connection Requests

Use Case

Automatically sending LinkedIn connection requests to prospects can significantly streamline your outreach process. This automation ensures you only send requests to users you're not already connected with, and can optionally include a personalized message.

What This Automation Does

This automation sends a LinkedIn connection request using the following input parameters:

  • linked_url: The LinkedIn profile URL of the person you want to connect with.
  • airtop_profile: The name of your Airtop Profile authenticated on LinkedIn.
  • message (optional): The note you want to include with your connection request.

How It Works

  1. Starts an Airtop browser session using your authenticated profile.
  2. Opens the target LinkedIn profile in a new browser window.
  3. Detects if you're already connected or if a connection request is pending.
  4. If the "Connect" button is available:
    • If no message is provided, clicks "Connect" and sends the request without a note.
    • If a message is provided, clicks "Add a note", types the message, and sends the request.
  5. Terminates the browser session.

Setup Requirements

  1. Airtop API Key — free to generate.
  2. An Airtop Profile logged in to LinkedIn (requires one-time authentication).

Next Steps

  • Pair with People Enrichment: Use with the LinkedIn Profile Finder to generate URLs before sending requests.
  • CRM Integration: Log connection attempts and responses in your CRM.
  • Campaign Sequencing: Combine with message follow-up automations for a complete outreach flow.

Read more about automating Linkedin Connection Requests

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 form submission

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

Block 2 - When Executed by Another Workflow

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1.1

Block 3 - Switch1

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

Block 4 - Unify Params

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Click on connect

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

Block 6 - Send connection w/out message

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

Block 7 - Click add a note

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

Block 8 - Type the message

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

Block 9 - Send connection w/ message

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

Block 10 - Create a Session

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

Block 11 - Create a window

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

Block 12 - Click More button

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

Block 13 - Is a connection?

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

Block 14 - Terminate session

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

Block 15 - Terminate session1

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

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

Block 21 - Sticky Note5

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

Block 22 - Sticky Note6

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

Block 23 - Sticky Note7

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

Block 24 - Check connection status

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

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

3. Summary Table

Workflow Send Linkedin connection request with Airtop
Complexity advanced
Nodes 25
Categories Lead Nurturing
Author Airtop
Published 21 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4253/4253.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 Send Linkedin connection request with Airtop do?

Automating LinkedIn Connection Requests Use Case Automatically sending LinkedIn connection requests to prospects can significantly streamline your outreach process. This automation ensures you only...

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 Nurturing use case.