list
Mailing lists organize prospects for campaign targeting. Create lists to group contacts, then add them to campaigns.
No bulk list re-assignment. Prospects already in the CRM move one call each — set
baseListIdwith prospect/patch_by_id and pace the loop (60 requests/min per API key, shared across every operation — call-contract). prospect/post_bulk does assign a whole batch (listId, ≤100 rows), but by re-uploading the rows.
Operations
Read
- list/get — Retrieve all mailing lists
- list/get_by_id — Retrieve a mailing list by ID
Create
- list/post — Create a new mailing list
Update
- list/patch_by_id — Update a list's title or folder
Delete
- list/delete_by_id — Delete a list
- list/delete_by_id_prospects_by_prospectId — Remove a prospect from a list