add_contacts_to_list
Move existing contacts into an existing lead list (get list_id from list_lead_lists). Each contact belongs to exactly ONE list, so this REASSIGNS list_id (a move, not a copy). Use it to organize contacts — e.g. move leads out of the default 'CRM Imports' into your own named list — before add_contacts_to_campaign. Returns how many were moved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | UUID of the target lead list (from list_lead_lists). | |
| contact_ids | Yes | UUIDs of contacts to move into the list (max 200). |