linkedin_post
Create single feed posts on LinkedIn with up to 3000 characters. Uses authenticated access token. Returns post URN and URL.
Instructions
Post directly to LinkedIn as a single feed post (max 3000 chars). FREE. Requires social.linkedin.access_token (w_member_social scope). Person URN is auto-resolved from /v2/userinfo on first use and cached. LinkedIn has no public threading API, so only single posts are supported. Returns: { urn, url }. Common errors: missing or expired access_token (VALIDATION_ERROR), LinkedIn 401 (PLATFORM_ERROR), 3000-char overflow (VALIDATION_ERROR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Post body (<= 3000 chars). LinkedIn has no threading primitive, so only single posts are supported. |