Skip to content

LinkedIn nodes

Tools for publishing posts and media to LinkedIn.  These nodes are also served as MCP tools on the linkedin MCP server. Back to the full node reference.

LinkedIn Publish Media Post

linkedin_publish_media_post · natural-language configurable · 1 credit on Cloud

Publish a post with media to a LinkedIn account.

Credential: LinkedIn (OAuth)

Parameters

FieldTypeRequiredDescription
mediaTypeenumType of media being attached (IMAGE or VIDEO). One of: IMAGE, VIDEO. Default: IMAGE.
mediaUrlstringURL of the media (image or video) to attach to the post.
textstringText content of the LinkedIn post.
visibilityenumVisibility of the post (PUBLIC or CONNECTIONS). One of: PUBLIC, CONNECTIONS. Default: PUBLIC.

Output

Returns a list of records — reference fields downstream as $<node>.postId.

FieldTypeDescription
postIdstringIdentifier of the published LinkedIn post.
postUrlstringURL of the published LinkedIn post.
statusbooleanWhether the media post was published successfully.

LinkedIn Publish Post

linkedin_publish_post · natural-language configurable · 1 credit on Cloud

Publish a post to a LinkedIn account.

Credential: LinkedIn (OAuth)

Parameters

FieldTypeRequiredDescription
textstringText content of the LinkedIn post.
visibilityenumVisibility of the post (PUBLIC or CONNECTIONS). One of: PUBLIC, CONNECTIONS. Default: PUBLIC.

Output

Returns a list of records — reference fields downstream as $<node>.postId.

FieldTypeDescription
postIdstringIdentifier of the published LinkedIn post.
postUrlstringURL of the published LinkedIn post.
statusbooleanWhether the post was published successfully.