๐Ÿ’ฌ Manage LinkedIn outreach sequences with Linked API and Google Sheets

โšก 108 views ยท ๐Ÿ’ฌ Lead Nurturing & AI Sales Agents

Description

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:

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

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

  5. Activate the workflow

Configuration

SettingDefaultDescription
DOCUMENT_LINKโ€“URL to your Google Sheet
SHEET_NAMELeadsName of the sheet with leads
DAILY_CONNECTION_LIMIT25Max connection requests per day
HOURS_TO_CHECK_IF_CONNECTION_ACCEPTED24Check frequency for connection acceptance
HOURS_TO_CHECK_IF_REPLIED4Check frequency for message replies
HOURS_DELAY_AFTER_CONNECTION_ACCEPTED24Delay before first message
DAYS_DELAY_BETWEEN_MESSAGES2Delay between follow-ups
DAYS_WAIT_FOR_CONNECTION_ACCEPTANCE10Timeout for connection requests
DAYS_WAIT_AFTER_LAST_MESSAGE4Days to wait after last message before marking as no response

๐Ÿ”— Nodes Used

Google Sheets, Schedule Trigger, Filter

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup