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
| Field | Type | Required | Description |
|---|---|---|---|
mediaType | enum | ✓ | Type of media being attached (IMAGE or VIDEO). One of: IMAGE, VIDEO. Default: IMAGE. |
mediaUrl | string | ✓ | URL of the media (image or video) to attach to the post. |
text | string | Text content of the LinkedIn post. | |
visibility | enum | ✓ | Visibility of the post (PUBLIC or CONNECTIONS). One of: PUBLIC, CONNECTIONS. Default: PUBLIC. |
Output
Returns a list of records — reference fields downstream as $<node>.postId.
| Field | Type | Description |
|---|---|---|
postId | string | Identifier of the published LinkedIn post. |
postUrl | string | URL of the published LinkedIn post. |
status | boolean | Whether 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
| Field | Type | Required | Description |
|---|---|---|---|
text | string | ✓ | Text content of the LinkedIn post. |
visibility | enum | ✓ | Visibility of the post (PUBLIC or CONNECTIONS). One of: PUBLIC, CONNECTIONS. Default: PUBLIC. |
Output
Returns a list of records — reference fields downstream as $<node>.postId.
| Field | Type | Description |
|---|---|---|
postId | string | Identifier of the published LinkedIn post. |
postUrl | string | URL of the published LinkedIn post. |
status | boolean | Whether the post was published successfully. |