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:
The maximum number of conversations to extract. The default is 100, with a
maximum limit of 30,000.
Specifies the maximum number of days from which data will be extracted. If set
to 0, this setting is disabled.
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:
The creation date of the conversation
The first name of the LinkedIn contact
The job title of the LinkedIn contact
The date of the last activity in the conversation
The last name of the LinkedIn contact
linkedin_people_post_search_url
The LinkedIn people post search URL
The LinkedIn profile handle
Indicates if the conversation has been read
sales_navigator_profile_id
The Sales Navigator profile ID
The total number of received messages
The count of unread messages
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.