Skip to main content
Grow your network with Sales Navigator! This action sends connection requests to targeted profiles. Provide a Sales Navigator profile URL, and the action will start sending out connection requests, along with a message if provided, to all the respective profiles. Use Cases:
  • Create relationships with leads
  • Nurture leads with follow-ups
  • Gain visibility
1

Navigate to Profile

Navigate to a Sales Navigator profile like this one https://www.linkedin.com/sales/people/ACwAABCtPWcBPhifa7qOAXJvLHQ56dTmCdC8ov8
2

Copy URL

Copy the URL from your browser.
3

Paste URL

Paste it into the provided field(s).

Inputs

sales_navigator_profile_url
string
required
A Sales Navigator Profile URL should start with ā€˜https://www.linkedin.com/sales/people/’.

Parameters

message
string
Your custom message, maximum length is 300 (to take into account when using liquid).

Output Fields

The following fields are returned as part of the response:
Below is the JSON schema for the output fields:
{
  "company_name": "string",
  "connected": "boolean",
  "connection_degree": "string",
  "description": "string",
  "email": "string",
  "experiences": "array",
  "first_name": "string",
  "full_name": "string",
  "headline": "string",
  "job_title": "string",
  "last_name": "string",
  "location": "string",
  "message": "string",
  "pending": "boolean",
  "phone": "string",
  "profile_id": "string",
  "profile_image_url": "string",
  "sales_navigator_company_url": "string",
  "sales_navigator_profile_id": "string",
  "sales_navigator_profile_url": "string",
  "twitter_profile_url": "string",
  "website": "string"
}