This action will share an update with a video on your LinkedIn profile.
- API endpoint slug
- linkedin.share_video_post
- Filter code method
- Linkedin.shareVideoPost.skip(string?: reason)
- Runtime method
- runAction("linkedin.share_video_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.shareVideoPost.setMessage(string: message)
- Label
- Video URL
- Helper text
- Must use File URL for the video (i.e. ending in .mp4)
- Slug
- video_url
- Required
- true
- Can have default value
- true
- Filter code method
- Linkedin.shareVideoPost.setVideoUrl(string: videoUrl)