Skip to main content
This action extracts the threads (conversations) you have had with all your connections on LinkedIn messaging. Use Cases:
  • Keep track of conversations with leads or clients.
  • Record conversations inside your CRM.
  • Use LinkedIn Auto Message to send targeted content and push prospects across the pipeline.
Inputs: There are no input fields required as the conversations are fetched uniformly for all users. Parameters:
max_results
number
default:"100"
The maximum number of conversations to extract. The default is 100, with a maximum limit of 30,000.
max_days
number
default:"0"
Specifies the maximum number of days from which data will be extracted. If set to 0, this setting is disabled.
max_minutes
number
default:"0"
Specifies the maximum number of minutes from which data will be extracted. If set to 0, this setting is disabled.
Output Fields: The following fields are included in the output:
Below is the JSON schema for the output fields:
{
    "created_at": "string",
    "first_name": "string",
    "job_title": "string",
    "last_activity_at": "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",
    "read": "boolean",
    "sales_navigator_profile_id": "string",
    "total_received_messages": "integer",
    "unread_count": "integer"
}
Specificities:
  • The action is designed to maximize efficiency by allowing you to set parameters such as the maximum number of results and time constraints for data extraction.
  • It is particularly useful for integrating LinkedIn conversations into CRM systems or for tracking communication with leads and clients.