Export Chat History
This action exports the chat history of your interaction with a LinkedIn connection.

Use cases
Here are 5 use cases for the chat history with a LinkedIn connection:
Automatic Follow-Ups:
Identify unanswered questions or pending discussions in chat history and generate tailored follow-up messages, ensuring continuity in conversations and increasing engagement.
CRM Integration:
Automatically log chat history into a CRM system, providing a centralized view of interactions for sales or account management teams to track and plan future communication.
Personalized Messaging:
Leverage past interactions to craft highly personalized responses or outreach messages, improving the relevance and effectiveness of communication.
Lead Qualification:
Analyze chat content to determine a prospect's level of interest or fit for a product/service. Tag or categorize leads based on their conversation history.
Sentiment Analysis:
Analyze the tone and sentiment of chat messages to gauge the relationship status with a connection. Use this insight to identify when to escalate conversations or address concerns.
How To Use
First, make sure to add a Browserflow for LinkedIn connection you can get an API code by registering at https://browserflow.io/activate.
The module requires:
The linkedinUrl of the person you would like to export the chat from. The proper structure of the linkedIn url should be:
https://linkedin.com/in/< the person you wish to scrape >
The nrOfMessages which is the maximum number of messages that you would like to export. If left 0 or empty, the full chat history is exported.
Output
{
"sessionId": "string",
"chat_history": [{
"date": "string",
"time": "string"
"name": "string",
"message": "string",
"shared_content": "string",
}],
"total": "integer"
"message": "string",
"image_url": "string",
"credits_used": "integer"
}
Last updated