Skip to main content
POST
Create contact list
Creates a new empty contact list. You can populate the list by uploading a CSV via POST /contact-lists/{id}/upload, adding contacts individually via POST /contact-lists/{listId}/contacts, or adding contacts in bulk via POST /contact-lists/{listId}/contacts/bulk.

Body parameters

string
required
Unique name for the contact list across your tenant.
object
Optional arbitrary key-value metadata (e.g. source tracking or campaign category).

Response