Move Selected Prospects
Moves prospects between lists or into a new list inside the target campaign. Pass one item in prospectsIds for a single-prospect case, or many items for a bulk operation. The backend returns which prospects already existed at the destination or exceeded plan limits.
Authorizations
API Key for authentication
Body
Prospect record ids to move. Ignored when areAllSelected is true.
If true, the move scope is controlled by variant + oldListId and prospectsIds is ignored. If false, only the ids in prospectsIds are used (and variant is ignored).
Scope of the bulk selection. Only used when areAllSelected is true; ignored otherwise. all — all visible prospects. list — a specific prospect list (use together with oldListId). campaign — every list in a campaign.
all, list, campaign Target campaign id.
Current list id, if the move starts from a specific list.
Destination list id, if reusing an existing list.
New destination list name, if the backend should create it.