// ACTION
LiveSend 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
| Name | Type | Required | Description |
|---|---|---|---|
profileId | string | Required | Connected LinkedIn profile sending the invite. |
recipientId | string | Required | The internal ID of the person, from a People search result or Get Profile. |
note | string | Optional | Invitation 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