cURL
Contact Lists
Create a List
Creates a new contact list
POST
cURL
Creates a new contact list for the team. Contacts are optional and can be added later via the Add Contact endpoint.
Limits
| Resource | Limit |
|---|---|
| Contacts per list | 2,000 |
| List name | 1–100 characters |
| Notes per contact | 2,000 characters |
| Phone numbers per contact | 10 |
| Custom fields per contact | 10 |
| Request payload size | 10MB |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name of the contact list (1–100 characters) |
user_id | string | Yes | ID of the team member who owns this list. Must be a valid member of the team. Get this from Get Team. |
contacts | array | No | Array of contact objects (max 2,000). See Add Contact for the contact object schema. |
Example Request
Example Request (empty list)
Response (201)
Returns the created contact list object with its_id. Use this ID for all subsequent operations (adding contacts, merging, deleting, etc.).Authorizations
Body
application/json
Response
Contact list created successfully
The response is of type object.