← Tools Reference

LinkedIn

LinkedIn integration (Social, Marketing). Imported from open-connector.

OAuth5 toolshttps://api.linkedin.com
GET
linkedin_get_current_member
Retrieve the authenticated LinkedIn member's OpenID Connect profile.

/v2/userinfo

POST
linkedin_create_text_post
Create a text-only organic LinkedIn post for a member author.

/rest/posts

4 parameters
ParamTypeRequiredDescription
authorUrnstringrequiredThe member author URN, such as urn:li:person:{personId}.
commentarystringrequiredThe plain text commentary for the post.
visibilitystringoptionalWho can see the LinkedIn post.
disableResharebooleanoptionalWhether resharing should be disabled for the post.
DELETE
linkedin_delete_post
Delete a LinkedIn post by raw post URN using the Posts API.

/rest/posts/{postUrn}

1 parameter
ParamTypeRequiredDescription
postUrnstringrequiredThe raw LinkedIn post URN, such as urn:li:share:{id}.
POST
linkedin_create_article_post
Create a LinkedIn article or link post with explicit source URL metadata using the Posts API.

/rest/posts

8 parameters
ParamTypeRequiredDescription
authorUrnstringrequiredThe member author URN, such as urn:li:person:{personId}.
commentarystringrequiredThe plain text commentary for the post.
sourceUrlstringrequiredThe article or link URL to attach to the post.
titlestringoptionalThe article title to send to LinkedIn.
descriptionstringoptionalThe article description to send to LinkedIn.
thumbnailUrnstringoptionalThe LinkedIn image URN to use as the article thumbnail.
visibilitystringoptionalWho can see the LinkedIn post.
disableResharebooleanoptionalWhether resharing should be disabled for the post.
POST
linkedin_create_reshare
Create a LinkedIn reshare of an existing post using the Posts API.

/rest/posts

5 parameters
ParamTypeRequiredDescription
authorUrnstringrequiredThe member author URN, such as urn:li:person:{personId}.
parentPostUrnstringrequiredThe raw LinkedIn post URN, such as urn:li:share:{id}.
commentarystringoptionalThe plain text commentary for the post.
visibilitystringoptionalWho can see the LinkedIn post.
disableResharebooleanoptionalWhether resharing should be disabled for the new post.