> ## Agent Instructions
>
> Base URL: https://api.anysite.io
> Authentication: send the `access-token` header. Do NOT use `Authorization: Bearer`.
> Full endpoint catalog: https://app.anysite.io/docs
# LinkedIn Management Node

Send connections, chat, and posts through an authenticated LinkedIn account

Acts on LinkedIn through an account you have connected to AnySite: send connection requests,
read and send chat messages, and create posts or comments. This differs from the
[LinkedIn node](/docs/n8n-nodes/linkedin-node), which only reads public data.

## Resources and operations

| Resource | Operation | What it does |
|---|---|---|
| User | Send Connection | Send a connection invitation (needs the target's User URN) |
| User | Get Connections | List your connections |
| User | Get Profile (Me) | Get your own account's profile |
| Chat | Send Message | Send a chat message to a user |
| Chat | Get Messages | Get chat history with a user |
| Chat | Get Conversations | List all conversations |
| Post | Create Post | Publish a LinkedIn post |
| Post | Create Comment | Comment on a post or another comment |

User and company identifiers are LinkedIn URNs with their prefix, for example
`fsd_profile:ACoAA...` or `company:1441`.

## Set up

Install the package and add the AnySite API credential first: see
[Installation](/docs/n8n-nodes/installation). This node additionally needs the credential's
**Account ID** — the LinkedIn account connected to AnySite that the actions run through.

## Verify

Add the node, set **Resource** to `User` and **Operation** to `Get Profile (Me)`, and execute.
The output panel returns the profile of the account tied to your Account ID.

## See also

- [Errors and limits](/docs/errors-and-limits) — status codes, rate limits, and what each call charges
- [API reference](/docs/api) — the underlying REST endpoints each operation calls
