Messages
message send
Send a message to a LinkedIn connection.
bash
linkedin message send <person-url> <text>| Arg | Required | Description |
|---|---|---|
person-url | yes | LinkedIn profile URL of the recipient |
text | yes | Message text (up to 1900 characters) |
bash
linkedin message send https://www.linkedin.com/in/vprudnikoff "Hey, loved your latest post!"message get
Get conversation messages with a LinkedIn person.
bash
linkedin message get <person-url> [flags]| Arg | Required | Description |
|---|---|---|
person-url | yes | LinkedIn profile URL |
| Flag | Type | Description |
|---|---|---|
--since | string | Only retrieve messages since this ISO timestamp |
bash
linkedin message get https://www.linkedin.com/in/vprudnikoff --json
linkedin message get https://www.linkedin.com/in/vprudnikoff --since 2024-01-15T10:30:00ZThe first call for a conversation triggers a background sync, which may take longer. Subsequent calls use cached data and are faster.