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
Copy URL
Copy the URL from your browser.
Paste URL
Paste it into the provided field(s).
sales_navigator_profile_url
Parameters
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:
The name of the company associated with the profile
Indicates if the connection request was accepted
The degree of connection with the profile
The description of the profile
The email address associated with the profile
A list of experiences associated with the profile
The first name of the profile
The full name of the profile
The headline of the profile
The job title of the profile
The last name of the profile
The location of the profile
The message sent with the connection request
Indicates if the connection request is pending
The phone number associated with the profile
The unique identifier of the profile
The URL of the profile image
sales_navigator_company_url
The Sales Navigator URL of the company
sales_navigator_profile_id
The Sales Navigator ID of the profile
sales_navigator_profile_url
The Sales Navigator URL of the profile
The website associated with the profile
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"
}