Skip to main content
Send out personally crafted messages to a chosen list of connections on LinkedIn. Create a message using personalization tags and add one or multiple LinkedIn profile URLs. Use Cases:
  • Send targeted content to drive leads/prospects across the sales pipeline.
  • Send messages and content to keep clients engaged and updated.
  • Score your leads based on the response you receive.
This automation only works for private messages and NOT for In-Mail: you can only use this action on 1st degree connections.
1

Navigate to a LinkedIn Profile

Copy the URL from your browser.
2

Paste the URL

Paste it into the provided field(s).
A profile URL looks like this: https://www.linkedin.com/in/marcfrancis961.

Inputs

linkedin_profile_url
string
required
sales_navigator_profile_id
string
Optional Sales Navigator Profile ID.

Parameters

message
string
required
Your custom message. Personalization variables you can use: {{ first_name }} , {{ last_name }}, {{ company_name }}, {{ title }}, etc.
check_answer
checkbox
default:true
Check if the person answered before sending a message.
The character limit for messages on both regular LinkedIn accounts and Sales Navigator/Premium accounts extends to over 6,000 characters.

Output Fields

The following fields are included in the response:
Here is the JSON schema for the output fields:
{
  "company_name": "string",
  "delivery_at": "string",
  "first_name": "string",
  "full_name": "string",
  "is_sent": "boolean",
  "job_title": "string",
  "last_name": "string",
  "linkedin_people_post_search_url": "string",
  "linkedin_profile_handle": "string",
  "linkedin_profile_id": "string",
  "linkedin_profile_url": "string",
  "linkedin_thread_id": "string",
  "linkedin_thread_url": "string",
  "message": "string",
  "reply": "string",
  "sales_navigator_profile_id": "string"
}