Mail Lists
Manage recipient lists for campaigns. Add leads to lists, import from CSV.
GET
/bulk-mail/listsList all mail lists with member counts.
POST
/bulk-mail/listsCreate a new mail list.
{ "name": "Q2 Prospects", "description": "Leads from Q2 campaign" }POST
/bulk-mail/lists/:id/membersAdd leads to a mail list by their IDs.
{ "leadIds": ["uuid-1", "uuid-2", "uuid-3"] }GET
/bulk-mail/lists/:id/membersList all members (leads) in a mail list.