Save LinkedIn Post Draft
Save a LinkedIn post draft and get back a draft ID for update_draft or publish_draft. Supports up to 3000 characters, attachments, private notes, and target-audience planning. Company-page, mention, and link-preview metadata can be stored for editing but is refused by publish_draft until removed.
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 | NOT PUBLISHABLE. Stored for editing, but publish_draft refuses until this is removed. |
| mentions | object[] | NOT PUBLISHABLE. Stored for editing, but publish_draft refuses until mentions are removed. |
| external_link | string | NOT PUBLISHABLE. Stored for editing, but publish_draft refuses until removed. Put the URL in post text instead. |
Related tools
Update LinkedIn Post Draft
Edit a saved LinkedIn post draft: change text, notes, audience, attachments, or status. Remove unsupported metadata 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.