Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to LinkedIn with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> LinkedIn.
Authorize LinkedIn
Go to Connections -> Add Test Connection -> Authorize, then log in to LinkedIn. Later, youβll let your users do the same directly from your app.
Call the LinkedIn API
Letβs make your first request to the LinkedIn API (fetch the current memberβs profile). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π LinkedIn Integration Guides
Nango maintained guides for common use cases.- How to register your own LinkedIn OAuth app
Register an OAuth app with LinkedIn and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for LinkedIn
Enable them in your dashboard. Extend and customize to fit your needs.Comments
| Function name | Description | Type | Source code |
|---|---|---|---|
create-comment | Create a comment on a LinkedIn post or comment thread. | Action | π Github |
delete-comment | Delete a LinkedIn comment by target URN and comment ID. | Action | π Github |
Posts
| Function name | Description | Type | Source code |
|---|---|---|---|
create-post | Publish an organic LinkedIn post for a member or organization. | Action | π Github |
delete-post | Delete a LinkedIn post by post URN | Action | π Github |
update-post | Update editable fields on a LinkedIn post. | Action | π Github |
Profile
| Function name | Description | Type | Source code |
|---|---|---|---|
get-current-member-profile | Retrieve the authenticated member profile. | Action | π Github |
Social Actions
| Function name | Description | Type | Source code |
|---|---|---|---|
create-like | Like a LinkedIn post or comment as a person or organization. | Action | π Github |
delete-like | Remove a LinkedIn like from a post or comment. | Action | π Github |
list-post-likes | List reactions on a LinkedIn post or comment thread. Returns all reaction types (LIKE, PRAISE, EMPATHY, APPRECIATION, etc.). | Action | π Github |
messages
| Function name | Description | Type | Source code |
|---|---|---|---|
messages | This sync captures all LinkedIn messages for a Linkedin member for archiving purposes | Sync | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
post | Create a linkedin post with an optional video | Action | π Github |