create_post
Publish LinkedIn posts directly through the API, allowing users to share content with specified visibility settings for professional networking.
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 |