create_post
Create LinkedIn posts directly through the API, specifying content and visibility settings for professional sharing.
Instructions
Create a new LinkedIn post using the Official API (recommended) or unofficial API.
Uses the Official LinkedIn API with w_member_social scope when available. This is the TOS-compliant method that requires enabling "Share on LinkedIn" product.
Args: text: Post content (max 3000 characters) visibility: Post visibility - PUBLIC or CONNECTIONS
Returns the created post details including post URN.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| visibility | No | PUBLIC |