// ACTION
LiveList Connected LinkedIn Profiles (Periodix Actions)
// OVERVIEW
What it does
List the LinkedIn profiles connected to your organization.
Use it to discover the profileId that every other action requires, and to check whether a profile has Sales Navigator access.
Only profiles with a connection status connected can be used.
// OUTPUT SHAPE
Example JSON output
{
"_embedded": {
"profiles": [
{
"id": "prf_01H...",
"name": "My LinkedIn",
"provider": "linkedin",
"connectionStatus": "connected",
"salesNavigator": true
}
]
}
}// INVOCATION
How to call
Not available yet for this channel.
// CONSTRAINTS
Limits & status
None notable
// USED IN
Playbooks using this Action
Not yet used in a published playbook.
// GET STARTED
Start building with Periodix Actions
Create an account, get an API key, and call this Action from your stack.
Create your account