App Logo
linkedin.com

Mark LinkedIn conversation as read

Mark a classic LinkedIn messaging conversation (NOT Sales Navigator) as read, by thread URL from list_inbox. Counterpart to mark_conversation_unread. Opening the thread is itself what marks it read, so this always returns status "read" — it can't tell you whether the conversation was already read beforehand; check list_inbox's unreadCount first if you need that.

Input

threadUrl required

URL of the conversation thread, e.g. https://www.linkedin.com/messaging/thread/<id>/ (from list_inbox)

Output

status required

read = the conversation is read once this returns

threadUrl required
seenMutationObserved optional

Diagnostic only: whether the seen/read mutation was seen on this load. Not a prior-state signal — it fires on essentially every load.

FAQ

Mark a classic LinkedIn messaging conversation (NOT Sales Navigator) as read, by thread URL from list_inbox. Counterpart to mark_conversation_unread. Opening the thread is itself what marks it read, so this always returns status "read" — it can't tell you whether the conversation was already read beforehand; check list_inbox's unreadCount first if you need that.
Required: threadUrl.
It returns status, threadUrl, seenMutationObserved.
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.
It makes changes on linkedin.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/mark_conversation_read, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/mark_conversation_read
It is part of Reduck's official curated catalogue.

Start building not clicking