App Logo
linkedin.com

unarchive_conversation

Move a LinkedIn classic-messaging conversation (not Sales Navigator) out of Archived and back into the main inbox, by its thread url from list_inbox. Returns whether it was unarchived, and already_active if the conversation was not archived to begin with.

Input

threadUrl required

Full thread url, e.g. https://www.linkedin.com/messaging/thread/<threadId>/, as returned by linkedin.com/list_inbox.

Output

threadId required
unarchived required
already_active required

FAQ

Move a LinkedIn classic-messaging conversation (not Sales Navigator) out of Archived and back into the main inbox, by its thread url from list_inbox. Returns whether it was unarchived, and already_active if the conversation was not archived to begin with.
Required: threadUrl.
It returns threadId, unarchived, already_active.
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/unarchive_conversation, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/unarchive_conversation
It is part of Reduck's official curated catalogue.

Start building not clicking