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

Use cases

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

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

Send Linkedin 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 https://browserflow.io/activate.

The action 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.

Last updated