create_post
Create a text post on your LinkedIn profile. Provide the post text and optional visibility settings to receive the post's unique identifier.
Instructions
Create a text share on LinkedIn. The author is resolved from userinfo (not from arguments). visibility is validated against the supported values. Returns the created post URN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The post body text. Up to 3000 characters. | |
| visibility | No | Audience for the post, e.g. "PUBLIC" or "CONNECTIONS". Optional if DEFAULT_VISIBILITY env var is set. | |
| accessToken | No | LinkedIn OAuth access token. Optional if LINKEDIN_ACCESS_TOKEN is set. |