create_org_post
Publishes a text post on behalf of a LinkedIn organization, with optional link attachment and visibility settings.
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 |