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
  • Disclaimer
  1. Modules for Make.com

Check if a Person is a Connection

This model checks if you are already connected to a person. This can be useful to check if someone has accepted a connection invite for example

PreviousScrape Profiles from Post CommentsNextExport Chat History

Last updated 3 months ago

Use cases

Here are some potential use cases for the "Check if a Person is a Connection" module:

  • Follow up message: You can use this module to check if someone has accepted your automated connection invite:

  • Decide action: Wether a profile is a connection or not can result in different further steps, you can use the boolean that results from this module for the logic in your workflow.

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",
	"is_connection": "boolean",
	"message": "string",
	"image_url": "string",
	"credits_used": "integer"
}

5 Browserflow credits per profile

Disclaimer

It is at your own responsibility to make yourself familiar with LinkedIns automation policies and restrictions.

🧩
Send Linkedin Connection Invite
https://browserflow.io/activate