Mail Lists

Manage recipient lists for campaigns. Add leads to lists, import from CSV.

GET/bulk-mail/lists

List all mail lists with member counts.

POST/bulk-mail/lists

Create a new mail list.

{ "name": "Q2 Prospects", "description": "Leads from Q2 campaign" }
POST/bulk-mail/lists/:id/members

Add leads to a mail list by their IDs.

{ "leadIds": ["uuid-1", "uuid-2", "uuid-3"] }
GET/bulk-mail/lists/:id/members

List all members (leads) in a mail list.