create_post
Post LinkedIn updates to your profile with text, hashtags, and an optional link or image. Confirm the final text before publishing to avoid duplicate or daily-limit rejections.
Instructions
Publish a LinkedIn post as the authenticated user. IMPORTANT: posts are
public professional content — confirm the final text with the user before
calling this. Hashtags (#likeThis) work in text. Attach at most one of:
link (shares a URL; link_title/link_description improve its preview
card) or image_path (local file to upload). LinkedIn rejects exact
duplicates of recent posts and caps posting at 150/day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | ||
| text | Yes | ||
| image_path | No | ||
| link_title | No | ||
| visibility | No | PUBLIC | |
| link_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL of the created post | |
| backend | Yes | Which LinkedIn API created it: 'rest' or 'ugc' | |
| post_urn | Yes | ||
| visibility | Yes |