linkedin_publish_post
Publish an approved LinkedIn post to the exact member or organization account bound to the authenticated connector. Include optional URL, image, and idempotency key for reliable execution.
Instructions
Publish one approved post under the exact LinkedIn member or organization author bound to the authenticated project connector route.
Args: author_urn (required): Exact account-bound LinkedIn author URN. text (required): Approved post text (maximum 3,000 characters). url: Optional public HTTPS destination URL. image_url: Optional public HTTPS image URL. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| text | No | ||
| effect | No | ||
| image_url | No | ||
| author_urn | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |