Social & video
Read your profile and post updates.
LinkedIn is a professional networking platform enabling job seekers, companies, and thought leaders to connect, share content, and discover business opportunities
Triggers0
Things that can wake up your LinkedIn coworker.
No triggers published for LinkedIn yet — but you can still run it on a schedule or from a chat.
Actions5
Things your coworker can do in LinkedIn.
- Create article or URL share
Tool to create an article or URL share on LinkedIn using the UGC Posts API. Use when you need to share a link with optional commentary on LinkedIn. Supports sharing URLs as articles with customizable visibility settings.
LINKEDIN_CREATE_ARTICLE_OR_URL_SHARE - Get person profile
Retrieves a LinkedIn member's profile information by their person ID. Returns lite profile fields (name, profile picture) by default, or basic profile fields (including headline and vanity name) with appropriate permissions.
LINKEDIN_GET_PERSON - Get post content
Tool to retrieve detailed post content including text, images, videos, and metadata from LinkedIn by post URN. Use when you need to fetch the full content and details of a specific LinkedIn post.
LINKEDIN_GET_POST_CONTENT - Initialize image upload
Tool to initialize an image upload to LinkedIn and return a presigned upload URL plus the resulting image URN. Use when you need to prepare an image upload for LinkedIn posts. After calling this tool, upload the image bytes to the returned upload_url via PUT request, then use the image URN in CREATE_LINKED_IN_POST action.
LINKEDIN_INITIALIZE_IMAGE_UPLOAD - Register image upload
Tool to initialize a native LinkedIn image upload for feed shares and return a presigned upload URL plus the resulting digital media asset URN. Use when you need to upload an image to attach to a LinkedIn post. After calling this tool, upload the image bytes to the returned upload_url, then use the asset_urn in LINKEDIN_CREATE_LINKED_IN_POST.
LINKEDIN_REGISTER_IMAGE_UPLOAD