Linkedin

Learn how to use Linkedin with Composio

Overview

Enum

LINKEDIN

Description

Connect to Linked to send and manage emails.

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to r_basicprofile,w_member_social,r_organization_social,w_organization_social,rw_organization_admin

Actions

Action to get info of currently authenticated profile from linkedin. this action can be used to get the author identifier (author id) to create posts.

Action Parameters

Action Response

data
object
successful
boolean
error

Action to delete a post on linkedin.

Action Parameters

share_id
stringRequired

Action Response

data
object
successful
boolean
error

Create linkedin post

Action Parameters

author
stringRequired
commentary
stringRequired
visibility
stringDefaults to PUBLIC
distribution
object
lifecycleState
stringDefaults to PUBLISHED
isReshareDisabledByAuthor
boolean

Action Response

data
object
successful
boolean
error

Fetch organization acls for the authenticated user. shows organizations where the user has specific roles (e.g., administrator). required oauth scope: - r organization admin note: this endpoint only returns organizations where the user has roles. if the user lacks administrative roles, the response will be empty.

Action Parameters

role
stringDefaults to ADMINISTRATOR
state
stringDefaults to APPROVED
count
integerDefaults to 10
start
integer

Action Response

data
object
successful
boolean
error