LinkedIn Joins Social Publishing — Personal Profiles and Company Pages
Connect LinkedIn on Dashboard → Social, draft posts with per-platform captions and media, and publish approved updates to personal profiles or company pages through Chirio — same human-in-the-loop pipeline as Instagram and Threads.
Social publishing now supports LinkedIn alongside Instagram and Threads. Connect personal profiles and company pages via Chirio, target each by account ID, and use per-platform overrides when LinkedIn's 3,000-character limit needs different copy. Agents can draft via API and MCP; approval stays in the dashboard.
What we shipped
Social publishing beta gave teams a human-in-the-loop pipeline for Instagram and Threads. LinkedIn is now a first-class target in the same workflow.
Connect LinkedIn accounts
On Dashboard → Social, click Connect LinkedIn to start Chirio's OAuth flow. One connection creates an account for each authorable identity you grant access to — a personal profile, a company page, or both. Each appears in the connected-accounts strip with its own account ID.Target a company page the same way you target Instagram or Threads: check the account under Publish to, or pass its accountId in API targets.
Captions, media, and auto crop
LinkedIn posts allow up to 3,000 characters — more than Instagram (2,200) or Threads (500). Use per-platform caption overrides when one base caption does not fit every network.At publish, when a draft has several generic (unassigned) image crops, the dispatcher prefers 1:1, then 4:5, then 16:9 for LinkedIn targets — the same auto-pick behavior as other platforms.
Agents and MCP
No new REST routes — existing /api/v1/social/* endpoints and aveiro_social_* MCP tools now accept linkedin in targets, platformOverrides, and mediaAssignments. Caption validation enforces the 3,000-character limit before approval.Approve, reject, and post now remain dashboard-only. Agents draft; humans publish.
Try it
Enable Social publishing under (if not already on).
Organization → Features
Open Dashboard → Social → Connect LinkedIn.
Create a post, check your LinkedIn account under Publish to, attach media, and submit for review.
Approve with a schedule — the dispatcher publishes through Chirio when due.
For agent workflows, list accounts with GET /api/v1/social/accounts and include { "platform": "linkedin", "accountId": "…" } in draft targets.