App Logo
linkedin.com

Sales Navigator – Create lead list

Creates a new manual LinkedIn Sales Navigator lead list. Takes a name and optional description, returns the new listId (the join key that feeds save_lead_to_list and get_lead_list). This changes your account and needs a Sales Navigator seat.

Input

name required

Name for the new lead list.

description optional

Optional description for the list.

Output

name required
listId required

New Sales Navigator lead list id — the join key for save_lead_to_list and get_lead_list.

listUrl required
createdAt optional

Epoch ms.

description optional
nameCollision optional

True when the account already had another LEAD list with this exact name (LinkedIn allows duplicates).

FAQ

Creates a new manual LinkedIn Sales Navigator lead list. Takes a name and optional description, returns the new listId (the join key that feeds save_lead_to_list and get_lead_list). This changes your account and needs a Sales Navigator seat.
Required: name. Optional: description.
It returns name, listId, listUrl, createdAt, description, nameCollision.
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/sales_navigator_create_lead_list, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/sales_navigator_create_lead_list
It is part of Reduck's official curated catalogue.

Start building not clicking