Overview
Publish posts to LinkedIn as the authenticated individual member (your personal feed). The connector supports text posts, single image, single video, and multi-image (carousel) posts.Publishing as the individual member is live. Organization (company) Page posting is available in beta via the
linkedin_page platform identifier. Contact us to enable it for your account.Supported content
Post fields
LinkedIn uses the standardPOST /v1/posts body. The target account is specified inside targets, not at the top level.
Visibility
LinkedIn honors thevisibility field on the target:
connections_only is a member-only value. Organization page posts (linkedin_page platform) do not support CONNECTIONS visibility; SocialAPI rejects it with a validation error. Use public or logged_in for org page posts.
Platform options
Pass these keys insideplatform_data on a target for LinkedIn-specific options:
Creating a post
media_id values in media_ids.
Link post with a call to action
Setarticle_url in platform_data to publish a link post. Add cta_label and cta_url for a call-to-action button. If you attach an image, it becomes the link thumbnail.
Updating a post
Only the post text (commentary) can be changed after publishing. Attached media cannot be modified.Deleting a post
Reading posts
Reading a member’s own posts directly from LinkedIn requires elevated permissions and is not available. Listing posts returns the posts SocialAPI has stored for the account (for example, posts you published through SocialAPI), not a live read from LinkedIn.Quirks and limitations
- Posts are published as the individual member, not an organization page. Organization page posting is available in beta via the
linkedin_pageplatform (contact us to enable). - Only the commentary can be updated after publishing.
- Mixed image and video carousels are not supported.
- The post URN is returned in a response header during creation.
- Reading a member’s own posts live from LinkedIn is not available; stored posts are returned instead.
Next steps
LinkedIn connector
Connection and authentication details.
Posts overview
How publishing works across all platforms.