Browserflow for LinkedIn
  • 🧩Modules for Make.com
    • Get LinkedIn Profile Data
    • Send Linkedin Connection Invite
    • Send Linkedin Message
    • Scrape Profiles from LinkedIn Search
    • Scrape Profiles from Post Comments
    • Check if a Person is a Connection
    • Export Chat History
  • ✨Actions for n8n
    • Get LinkedIn Profile Data
    • Send Linkedin Connection Invite
  • Send Linkedin Message
  • Scrape Profiles from LinkedIn Search
  • Scrape Profiles from Post Comments
  • Check if a Person is a Connection
  • Export Chat History
  • ⚙️Support Pages
    • Terms & Conditions
    • Community
Powered by GitBook
On this page
  • Use cases
  • How To Use
  • Output

Export Chat History

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

PreviousCheck if a Person is a ConnectionNextTerms & Conditions

Last updated 2 months ago

Use cases

Here are 5 use cases for the chat history with a LinkedIn connection:

  1. 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.

  2. 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.

  3. Personalized Messaging:

    • Leverage past interactions to craft highly personalized responses or outreach messages, improving the relevance and effectiveness of communication.

  4. 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.

  5. 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 .

The module requires only one input which is the url. The proper structure of the linkedIn url should be:

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"
}
https://browserflow.io/activate