This action will share a link on your LinkedIn profile.
- API endpoint slug
- linkedin.share_link
- Filter code method
- Linkedin.shareLink.skip(string?: reason)
- Runtime method
- runAction("linkedin.share_link", {})
Action fields
- Label
- What would you like to share about the link?
- Helper text
- Commentary about the link (max 3000 characters).
- Slug
- comment
- Required
- false
- Can have default value
- true
- Filter code method
- Linkedin.shareLink.setComment(string: comment)
- Label
- Link URL
- Slug
- link_url
- Required
- true
- Can have default value
- true
- Filter code method
- Linkedin.shareLink.setLinkUrl(string: linkUrl)