Skip to main content
This walks through the whole loop with an assistant connected to Studio. If you haven’t added the server yet, start with the Quickstart.
1

Check what's connected

Calls 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

LinkedIn should now appear with an 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.
There is no undo. Read the draft before you say publish.

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.