Update LinkedIn Post Draft
Edits a saved LinkedIn post draft, which must be in 'draft' or 'archived' status. Pass any subset of fields to change just what you need, including text, private notes, target audience, attachments, mentions, an external link preview, or the draft status. Returns an error if the draft_id is invalid or the draft has already been published.
Example prompt: Update draft a1b2c3d4 with the new opening line and add a link preview for crispy.sh
{
"draft_id": "a1b2c3d4-0000-4f00-8a00-111122223333",
"status": "draft",
"text": "New opening line...",
"updated_at": "2026-06-16T09:10:00Z"
}What you can build
Parameters
Inputs accepted by update_draft.
| Name | Type | Description |
|---|---|---|
| draft_id | string | UUID of the draft to update (from save_draft or list_drafts) |
| text | string | New post text (max 3000 chars) |
| notes | string | Private notes about this draft |
| target_audience | string | Who this post is intended for |
| attachments | object[] | Replace attachments (pass empty array to clear) |
| as_organization | string | Company page ID to post as |
| mentions | object[] | Replace @-mentions |
| external_link | string | URL for link preview card |
| status | "draft" | "archived" | Move draft to 'archived' to hide from default list, or back to 'draft' |
Related tools
Save LinkedIn Post Draft
Save LinkedIn post drafts with attachments, mentions, notes, and company-page targeting. Refine before publishing via MCP.
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.
Publish LinkedIn Draft
Publish a saved draft as a live LinkedIn post. Idempotent and safe, with automatic rollback to draft if publishing fails.
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.