Messages

message send

Send a message to a LinkedIn connection.

bash
linkedin message send <person-url> <text>
ArgRequiredDescription
person-urlyesLinkedIn profile URL of the recipient
textyesMessage 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]
ArgRequiredDescription
person-urlyesLinkedIn profile URL
FlagTypeDescription
--sincestringOnly 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:00Z

The first call for a conversation triggers a background sync, which may take longer. Subsequent calls use cached data and are faster.