Publish posts and read profile and organization data from any Windmill script, flow or app.
Set up in 2 steps
Connect from the Resources page
Open Resources, click Add a resource/API and pick linkedin from the OAuth APIs list. Click Connect and sign in with the account that should publish, then name the resource and save it.
Run your first script
Fork any script below and read your own profile before publishing anything.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Create a Simple Post (User)
Create Like On Share
Create Image Post (User)
Delete Post
Get Member Profile
Search Organization
Get Multiple Member Profiles
Create Image Post (Organization)
Retrieve Comments On Shares
Create a Simple Post (Organization)
Gets Organization Access Control
Create Comment
Fetch Ad Account
Get Current Member Profile
Create a Simple Post (User)
Retrieves Comments on Comments
Get Organization Administrators
Get Member's Organization Access Control Information
Resource type
The shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| token | string | Yes | OAuth token |
Questions
There is no Connect button on my instance
Self-hosted instances need a LinkedIn OAuth client configured once by an admin before the tile appears.
A call fails on permissions
LinkedIn grants API products per application, not per token. The permission has to be enabled on the app behind the connection.
Is my token stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.