App Logo
linkedin.com

Sales Navigator – Save lead(s) to list

Saves one or more LinkedIn Sales Navigator leads into one or more manual lead lists. Takes salesProfile urns (from search_people / get_lead_list / sales_navigator_get_lead) and list ids (from list_lead_lists), and returns a per-(lead, list) result that reports when the lead was already in that list rather than saving it again. Leads can only be saved to manual lists you own (not system or auto lists); this changes your account and needs a Sales Navigator seat.

Input

listIds required

Manual lead list ids (numeric strings) from list_lead_lists. Each lead is saved into every list.

leadUrns required

salesProfile urns, e.g. 'urn:li:fs_salesProfile:(ACwAA...,NAME_SEARCH,xxxx)', from search_people / get_lead_list / sales_navigator_get_lead.

Output

results required

One entry per (lead, list) action.

requested required

FAQ

Saves one or more LinkedIn Sales Navigator leads into one or more manual lead lists. Takes salesProfile urns (from search_people / get_lead_list / sales_navigator_get_lead) and list ids (from list_lead_lists), and returns a per-(lead, list) result that reports when the lead was already in that list rather than saving it again. Leads can only be saved to manual lists you own (not system or auto lists); this changes your account and needs a Sales Navigator seat.
Required: leadUrns, listIds.
It returns results, requested.
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_save_lead_to_list, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/sales_navigator_save_lead_to_list
It is part of Reduck's official curated catalogue.

Start building not clicking