Skip to main content
Server path: /linkedin | Type: Application | PCID required: Yes

Tools

ToolDescription
linkedin_get_user_infoGet authenticated user information from LinkedIn
linkedin_share_postShare a post on LinkedIn - supports text-only posts, posts with a link/article, or posts with an uploaded image
linkedin_like_postLike a LinkedIn post
linkedin_comment_on_postComment on a LinkedIn post

linkedin_get_user_info

Get authenticated user information from LinkedIn

linkedin_share_post

Share a post on LinkedIn - supports text-only posts, posts with a link/article, or posts with an uploaded image Parameters:
ParameterTypeRequiredDefaultDescription
authorstringYesAuthor URN (e.g., urn:li:person:XXXXXX)
textstringYesPost text content or commentary
urlstringNoOptional URL of the link/article to share. Creates an article post. Cannot be combined with imageUrl
imageUrlstringNoOptional URL of an image to upload and attach to the post. Creates an image post. Cannot be combined with url
titlestringNoTitle for the shared link (only used when url is provided)
descriptionstringNoDescription for the shared link (only used when url is provided)
lifecycleStatestringNo"PUBLISHED"Post lifecycle state
visibilitystringNo"PUBLIC"Post visibility setting

linkedin_like_post

Like a LinkedIn post Parameters:
ParameterTypeRequiredDefaultDescription
post_idstringYesLinkedIn post URN (e.g., urn:li:share:7418926746684747777)
actorstringYesActor URN (e.g., urn:li:person:XXXXXX)
reactionTypestringNo"LIKE"Type of reaction to give

linkedin_comment_on_post

Comment on a LinkedIn post Parameters:
ParameterTypeRequiredDefaultDescription
post_idstringYesLinkedIn post URN to comment on (e.g., urn:li:share:7418926746684747777)
actorstringYesActor URN (e.g., urn:li:person:XXXXXX)
textstringYesComment text content