Open Connector
所有 Tools

LinkedIn

Connect to LinkedIn to read the member profile and share posts.

linkedinv1.0.07 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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 目录

可用 Tools

7 个可调用操作

Create LinkedIn article shareLINKEDIN_ARTICLE_SHARE_CREATECreates a LinkedIn share that links to an external article or URL.

Creates a LinkedIn share that links to an external article or URL.

认证

需要 Connected Account

Scopes

w_member_social

Tags

shareswrite
List LinkedIn author postsLINKEDIN_AUTHOR_POSTS_LISTLists posts authored by a LinkedIn member or organization using the versioned Posts API.

Lists posts authored by a LinkedIn member or organization using the versioned Posts API.

认证

需要 Connected Account

Scopes

r_member_social

Tags

postsread
Create LinkedIn image postLINKEDIN_IMAGE_POST_CREATECreates a LinkedIn post with an already uploaded image URN using the versioned Posts API.

Creates a LinkedIn post with an already uploaded image URN using the versioned Posts API.

认证

需要 Connected Account

Scopes

w_member_social

Tags

postsimageswrite
Initialize LinkedIn image uploadLINKEDIN_IMAGE_UPLOAD_INITIALIZEInitializes a LinkedIn image upload and returns an upload URL plus image URN.

Initializes a LinkedIn image upload and returns an upload URL plus image URN.

认证

需要 Connected Account

Scopes

w_member_social

Tags

imageswrite
Get LinkedIn postLINKEDIN_POST_GETGets a LinkedIn post by share or UGC post URN using the versioned Posts API.

Gets a LinkedIn post by share or UGC post URN using the versioned Posts API.

认证

需要 Connected Account

Scopes

r_member_social

Tags

postsread
Create LinkedIn text shareLINKEDIN_TEXT_SHARE_CREATECreates a text-only LinkedIn share for a member author URN.

Creates a text-only LinkedIn share for a member author URN.

认证

需要 Connected Account

Scopes

w_member_social

Tags

shareswrite
Get LinkedIn userinfoLINKEDIN_USERINFO_GETGets OpenID Connect userinfo for the authenticated LinkedIn member.

Gets OpenID Connect userinfo for the authenticated LinkedIn member.

认证

需要 Connected Account

Scopes

emailopenidprofile

Tags

profileread

Provider 资源