// ACTION

Live

Send LinkedIn Connection Requests via API (with Note)

// OVERVIEW

What it does

Send a LinkedIn connection request (invitation), optionally with a personalized note.

The main follow-up once you have found and qualified prospects.

Available in n8n, MCP, and REST.

// PARAMETERS

Inputs

NameTypeRequiredDescription
profileIdstringRequiredConnected LinkedIn profile sending the invite.
recipientIdstringRequiredThe internal ID of the person, from a People search result or Get Profile.
notestringOptionalInvitation note. LinkedIn caps it at 300 chars for Premium/Sales Navigator senders and 200 for free accounts; about 120 to 180 chars tends to get the best acceptance.

// OUTPUT SHAPE

Example JSON output

{
  "status": "sent",
  "recipientId": "ACoAA..."
}

// INVOCATION

How to call

Resource: ConnectionOperation: Send Request

// CONSTRAINTS

Limits & status

Subject to safe daily connection limits you control.

// USED IN

Playbooks using this Action

Not yet used in a published playbook.

// GET STARTED

Start building with Periodix Actions

Create an account, get an API key, and call this Action from your stack.

Create your account