This action will share an update with an image on your LinkedIn profile.
- API endpoint slug
- linkedin.share_image_post
- Filter code method
- Linkedin.shareImagePost.skip(string?: reason)
- Runtime method
- runAction("linkedin.share_image_post", {})
Action fields
- Label
- What would you like to share?
- Helper text
- Add a message to your post
- Slug
- message
- Required
- true
- Can have default value
- true
- Filter code method
- Linkedin.shareImagePost.setMessage(string: message)
- Label
- Photo URL
- Helper text
- Must use File URL for the photo (i.e. ending in .png, .jpg, etc.)
- Slug
- photo_url
- Required
- true
- Can have default value
- true
- Filter code method
- Linkedin.shareImagePost.setPhotoUrl(string: photoUrl)