# LinkedIn AI integration on Definable

> LinkedIn is a professional networking platform enabling job seekers, companies, and thought leaders to connect, share content, and discover business opportunities

## What this connects

LinkedIn is a professional networking platform enabling job seekers, companies, and thought leaders to connect, share content, and discover business opportunities

Vendor: https://linkedin.com/

## Tools available

**22** tools available. First 12:

- `LINKEDIN_CREATE_ARTICLE_OR_URL_SHARE` — 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_COMMENT_ON_POST` — Create comment on LinkedIn post — Tool to create a first-level or nested comment on a LinkedIn share, UGC post, or parent comment via the Social Actions Comments API. Use when you need to engage with posts by adding comments or replying to existing comments. Supports text comments with optional @-mentions and image attachments.
- `LINKEDIN_CREATE_LINKED_IN_POST` — Create a LinkedIn post — Creates a new post on LinkedIn for the authenticated user or an organization they manage. Requires w_member_social scope for posting as a person, and w_organization_social scope for posting as an organization (with ADMINISTRATOR, DIRECT_SPONSORED_CONTENT_POSTER, or CONTENT_ADMIN role).
- `LINKEDIN_DELETE_LINKED_IN_POST` — Delete LinkedIn Post — Deletes a specific LinkedIn post (share) by its unique `share_id`, which must correspond to an existing share.
- `LINKEDIN_DELETE_POST` — Delete Post — Delete a LinkedIn post using the Posts API REST endpoint. Supports both ugcPost and share URN formats. The endpoint is idempotent - previously deleted posts return success (204).
- `LINKEDIN_DELETE_UGC_POST` — Delete UGC Post (Legacy) — Delete a UGC post using the legacy UGC Post API endpoint. Use when you need to delete a post using the v2/ugcPosts endpoint. Deletion is idempotent - previously deleted posts also return success.
- `LINKEDIN_GET_AD_TARGETING_FACETS` — Get ad targeting facets — Tool to retrieve available ad targeting facets from LinkedIn Marketing API. Use when you need to discover what targeting options are available for ad campaigns (e.g., locations, industries, job functions).
- `LINKEDIN_GET_AUDIENCE_COUNTS` — Get audience counts — Retrieves audience size counts for specified targeting criteria. Use when estimating reach for LinkedIn ad campaigns or targeted content.
- `LINKEDIN_GET_COMPANY_INFO` — Get company info — Retrieves organizations where the authenticated user has specific roles (ACLs), to determine their management or content posting capabilities for LinkedIn company pages.
- `LINKEDIN_GET_IMAGE` — Get image details — Tool to retrieve details of a LinkedIn image using its URN. Use when you need to check image status, get download URLs, or access image metadata for a single image.
- `LINKEDIN_GET_IMAGES` — Get images — Tool to retrieve image metadata including download URLs, status, and dimensions from LinkedIn's Images API. Use when you need to access image details for posts, profiles, or media library assets.
- `LINKEDIN_GET_MY_INFO` — Get my info — Fetches the authenticated LinkedIn user's profile information including name, headline, profile picture, and other profile details.

## Auth

Auth schemes: `OAUTH2`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use LinkedIn

Inside a Definable workflow, LinkedIn is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → LinkedIn** — the Researcher (GPT-5.5) pulls context from LinkedIn (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → LinkedIn** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into LinkedIn (create record, post message, draft email).
- **Designer / Engineer → Distributor → LinkedIn** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via LinkedIn (attach file, open PR comment, post status).

The Verifier checks every LinkedIn call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- social media accounts — https://definable.ai/apps/category/social-media-accounts/
- marketing automation — https://definable.ai/apps/category/marketing-automation/

## Related

- HTML page: https://definable.ai/apps/linkedin/
- Same category (social media accounts): https://definable.ai/apps/category/social-media-accounts/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
