1
Check what's connected
list_connections. An empty result means nothing is linked yet.2
Connect LinkedIn
connect_platform returns a URL. Open it, authorize LinkedIn, and you land
back on Studio’s confirmation page.Requires
owner or admin in the studio.3
Confirm the connection
authorUrn and connectedAt.4
Draft the post
create_draft returns the post with a url into the web studio. Open it and
read the draft as it will appear.5
Revise
update_draft patches the content in place. Drafts are fully editable —
iterate as many times as you like.6
Publish
publish_post dispatches immediately and returns the post with status: "posted" and an externalPostId.What to do next
Schedule instead
Queue a post for a specific time instead of publishing now.
Add images
Attach up to nine images to a post.