Create a LinkedIn image post
create_image_postPublish an image and commentary to your personal LinkedIn feed. Provide the image as a local file path or remote URL.
Instructions
Publish an image with text to the logged-in user's personal LinkedIn feed. Requires linkedin_login to have been run first. Provide exactly one of imagePath or imageUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The post commentary/text. | |
| altText | No | Alt text for accessibility. | |
| imageUrl | No | Remote URL of the image to fetch and post. | |
| imagePath | No | Local filesystem path to the image. | |
| visibility | No | Post visibility. | PUBLIC |