Skip to main content

Manage LinkedIn outreach sequences with Linked API and Google Sheets

Workflow preview

Workflow preview
100%
Manage LinkedIn outreach sequences with Linked API and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Automate your LinkedIn outreach with this n8n workflow powered by Linked API. Sends connection requests, monitors acceptance, delivers your pre written messages, and follows...

Best for

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

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.scheduletrigger, n8n-nodes-base.filter, n8n-nodes-base.splitinbatches, n8n-nodes-base.switch, n8n-nodes-base.noop, n8n-nodes-linked-api.linkedapi

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Manage LinkedIn outreach sequences with Linked API and Google Sheets
Workflow name
Manage LinkedIn outreach sequences with Linked API and Google Sheets

Automate your LinkedIn outreach with this n8n workflow powered by Linked API. Sends connection requests, monitors acceptance, delivers your pre-written messages, and follows up automatically – all tracked in Google Sheets.

How it works

  1. Connection phase – Sends connection requests to leads with status NEW, respects daily limits
  2. Monitoring – Checks if connections were accepted, expired, or declined
  3. Messaging – Sends your pre-written messages (up to 3) after connection is accepted
  4. Follow-up – Automatically follows up if no reply, marks leads as NO_RESPONSE after timeout
  5. Tracking – All statuses and timestamps are saved to Google Sheets

Setup steps

  1. Copy the Google Sheet template

  2. Connect credentials:

  1. Configure DOCUMENT_LINK in the Config node (paste your spreadsheet URL)

  2. Add leads with Status = NEW and fill in Message 1, Message 2, Message 3

  3. Activate the workflow

Configuration

Setting Default Description
DOCUMENT_LINK URL to your Google Sheet
SHEET_NAME Leads Name of the sheet with leads
DAILY_CONNECTION_LIMIT 25 Max connection requests per day
HOURS_TO_CHECK_IF_CONNECTION_ACCEPTED 24 Check frequency for connection acceptance
HOURS_TO_CHECK_IF_REPLIED 4 Check frequency for message replies
HOURS_DELAY_AFTER_CONNECTION_ACCEPTED 24 Delay before first message
DAYS_DELAY_BETWEEN_MESSAGES 2 Delay between follow-ups
DAYS_WAIT_FOR_CONNECTION_ACCEPTANCE 10 Timeout for connection requests
DAYS_WAIT_AFTER_LAST_MESSAGE 4 Days to wait after last message before marking as no response

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 - 📥 Get All Leads

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

Block 2 - ⚙️ Config

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

Block 3 - ⏰ Every 2 hours

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 4 - 🔍 Filter Active Leads

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

Block 5 - 🔄 Loop Over Items

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

Block 6 - 🔗 Merge Config

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

Block 7 - 🔀 Route by Status

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

Block 8 - ➡️ Combine Branches

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

Block 9 - Send connection request

Type / Role
n8n-nodes-linked-api.linkedApi - linkedApi
Config choices
Version 1

Block 10 - ❓ Time to Send Connection?

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

Block 11 - ❓ Time to Check?

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

Block 12 - Check connection status

Type / Role
n8n-nodes-linked-api.linkedApi - linkedApi
Config choices
Version 1

Block 13 - Wait 'Send connection request'

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

Block 14 - Wait 'Check connection status'

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

Block 15 - 🔀 Route by Connection Status

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

Block 16 - ❓ Connection Expired?

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

Block 17 - ❓ Time to Send Message?

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

Block 18 - Send message

Type / Role
n8n-nodes-linked-api.linkedApi - linkedApi
Config choices
Version 1

Block 19 - Wait 'Send message'

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

Block 20 - ❓ Successfully Sent Connection?

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

Block 21 - ❓ Successfully Sent Message?

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

Block 22 - 💾 Update Sheet (PENDING)

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

Block 23 - 💾 Update Sheet (CONNECTION ERROR)

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

Block 24 - 💾 Update Sheet (CONNECTED)

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

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

3. Summary Table

Workflow Manage LinkedIn outreach sequences with Linked API and Google Sheets
Complexity advanced
Nodes 56
Categories Lead Nurturing
Author Linked API
Published 22 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12915/12915.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 Manage LinkedIn outreach sequences with Linked API and Google Sheets do?

Automate your LinkedIn outreach with this n8n workflow powered by Linked API. Sends connection requests, monitors acceptance, delivers your pre written messages, and follows...

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.