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
- Go to LinkedIn Developer Portal
- Click Create App and fill in app details (name, LinkedIn page, logo)
- Under Products, request access to:
- Sign In with LinkedIn using OpenID Connect (profile + email)
- Share on LinkedIn (post creation/deletion)
- Go to Auth tab → copy Client ID and Client Secret
- Add your redirect URI under OAuth 2.0 settings
Notes
- Personal profile URN format:
urn:li:person:{id}(get fromget_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