App Logo
linkedin.com

Sales Navigator – Get inbox

List the latest LinkedIn Sales Navigator inbox conversations. Args: count (page size), filter (the inbox folder: INBOX default, UNREAD, ARCHIVED), and pageStartsAt for pagination. Paginate newest to oldest by passing the returned nextPageStartsAt as pageStartsAt. Needs a Sales Navigator seat. Returns the viewer identity and threads (threadId, unread/unreadCount, archived, totalMessageCount, the other participants with salesLeadUrl, and the last message with body/subject/type/deliveredAt and direction).

Input

count optional

Threads per page. Default 20.

Default: 20
filter optional

Inbox folder, mapping to the 'All messages' dropdown. Observed values: INBOX (default, all conversations), UNREAD, ARCHIVED.

Default: "INBOX"
pageStartsAt optional

Time cursor in ms epoch for pagination (newest→oldest). Omit for the newest page; to fetch older threads pass the nextPageStartsAt returned by the previous call. Time-based, so stable under replay.

Output

count required
filter required
threads required
total optional

Total threads in this folder.

viewerUrn optional
viewerName optional
nextPageStartsAt optional

Cursor for the next (older) page; pass back as pageStartsAt. null when the page is empty.

FAQ

List the latest LinkedIn Sales Navigator inbox conversations. Args: count (page size), filter (the inbox folder: INBOX default, UNREAD, ARCHIVED), and pageStartsAt for pagination. Paginate newest to oldest by passing the returned nextPageStartsAt as pageStartsAt. Needs a Sales Navigator seat. Returns the viewer identity and threads (threadId, unread/unreadCount, archived, totalMessageCount, the other participants with salesLeadUrl, and the last message with body/subject/type/deliveredAt and direction).
Optional: count, filter, pageStartsAt.
It returns count, total, filter, threads, viewerUrn, viewerName, nextPageStartsAt.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on linkedin.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/sales_navigator_get_inbox, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/sales_navigator_get_inbox
It is part of Reduck's official curated catalogue.

Start building not clicking