create_org_post
Create a post on behalf of a LinkedIn organization, specifying text content, optional article link, and visibility (public or members only).
Instructions
Create a post on behalf of a LinkedIn organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | The numeric ID of the organization to post as | |
| text | Yes | The text content of the post | |
| visibility | No | Post visibility: PUBLIC or LOGGED_IN (members only) | PUBLIC |
| linkUrl | No | Optional URL to include as an article attachment | |
| linkTitle | No | Optional title for the article attachment |