Connect to LinkedIn to read the member profile and share posts.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "LINKEDIN_ARTICLE_SHARE_CREATE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("LINKEDIN_ARTICLE_SHARE_CREATE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute LINKEDIN_ARTICLE_SHARE_CREATE --data '{ }'Tool catalog
Available tools
7 callable operations
Create LinkedIn article shareLINKEDIN_ARTICLE_SHARE_CREATECreates a LinkedIn share that links to an external article or URL.Connection1 scope
Creates a LinkedIn share that links to an external article or URL.
Authentication
Connected account requiredScopes
w_member_socialTags
List LinkedIn author postsLINKEDIN_AUTHOR_POSTS_LISTLists posts authored by a LinkedIn member or organization using the versioned Posts API.Connection1 scope
Lists posts authored by a LinkedIn member or organization using the versioned Posts API.
Authentication
Connected account requiredScopes
r_member_socialTags
Create LinkedIn image postLINKEDIN_IMAGE_POST_CREATECreates a LinkedIn post with an already uploaded image URN using the versioned Posts API.Connection1 scope
Creates a LinkedIn post with an already uploaded image URN using the versioned Posts API.
Authentication
Connected account requiredScopes
w_member_socialTags
Initialize LinkedIn image uploadLINKEDIN_IMAGE_UPLOAD_INITIALIZEInitializes a LinkedIn image upload and returns an upload URL plus image URN.Connection1 scope
Initializes a LinkedIn image upload and returns an upload URL plus image URN.
Authentication
Connected account requiredScopes
w_member_socialTags
Get LinkedIn postLINKEDIN_POST_GETGets a LinkedIn post by share or UGC post URN using the versioned Posts API.Connection1 scope
Gets a LinkedIn post by share or UGC post URN using the versioned Posts API.
Authentication
Connected account requiredScopes
r_member_socialTags
Create LinkedIn text shareLINKEDIN_TEXT_SHARE_CREATECreates a text-only LinkedIn share for a member author URN.Connection1 scope
Creates a text-only LinkedIn share for a member author URN.
Authentication
Connected account requiredScopes
w_member_socialTags
Get LinkedIn userinfoLINKEDIN_USERINFO_GETGets OpenID Connect userinfo for the authenticated LinkedIn member.Connection3 scopes
Gets OpenID Connect userinfo for the authenticated LinkedIn member.
Authentication
Connected account requiredScopes
emailopenidprofileTags