Save LinkedIn Post Draft
Save a LinkedIn post draft and get back a draft ID for later use with update_draft or publish_draft. Supports up to 3000 characters along with attachments, @-mentions, a link preview, and company-page targeting, plus private notes and target-audience fields that are never published. The call fails if the text exceeds 3000 characters.
Example prompt: Save a draft of my post about Q2 hiring lessons with a note that it's aimed at engineering leaders
{
"draft_id": "a1b2c3d4-5678-49ab-8cde-1234567890ab",
"status": "saved"
}What you can build
Parameters
Inputs accepted by save_draft.
| Name | Type | Description |
|---|---|---|
| text | string | Draft post text (max 3000 chars) |
| notes | string | Private notes about this draft (not published). Use for revision context, target audience, etc. |
| target_audience | string | Who this post is intended for (private, not published). |
| attachments | object[] | Optional attachments (images, documents). Stored as metadata for publish_draft to use. |
| as_organization | string | Company page ID to post as (e.g. '1234567'). Use get_company_profile to find the ID. |
| mentions | object[] | Optional @-mentions to include in the post. |
| external_link | string | URL to include as a link preview card. |
Related tools
Update LinkedIn Post Draft
Edit a saved LinkedIn post draft: change text, notes, audience, attachments, mentions, link preview, or archive it before publishing.
Publish LinkedIn Draft
Publish a saved draft as a live LinkedIn post. Idempotent and safe, with automatic rollback to draft if publishing fails.
List LinkedIn Post Drafts
List your saved LinkedIn post drafts sorted by most recently updated, filter by status, and find drafts that have already been published.
Delete LinkedIn Post Draft
Permanently delete a LinkedIn post draft in draft or archived status. Irreversible cleanup for content you no longer need.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.