Skip to main content
Posts, organisation pages and post analytics. Where a B2B launch is actually read.

Connecting

In the dashboard, open Connectors, find LinkedIn and press Connect. You will be sent to sign in; the connection is saved once that succeeds.

What you will need

Getting the credential

  1. Go to LinkedIn Developer Portal
  2. Click Create App and fill in app details (name, LinkedIn page, logo)
  3. Under Products, request access to:
    • Sign In with LinkedIn using OpenID Connect (profile + email)
    • Share on LinkedIn (post creation/deletion)
  4. Go to Auth tab → copy Client ID and Client Secret
  5. Add your redirect URI under OAuth 2.0 settings

Notes

  • Personal profile URN format: urn:li:person:{id} (get from get_profile)
  • Organization URN format: urn:li:organization:{id}
  • URNs must be URL-encoded when used as query parameters
  • LinkedIn API has strict rate limits: 100 calls/day per app for some endpoints

What an agent can do with it

Useful resources