Creates a new contact list
Creates a new contact list for the team. Contacts are optional and can be added later via the Add Contact endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.salesfinity.ai/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |
| 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. |
_id. Use this ID for all subsequent operations (adding contacts, merging, deleting, etc.).Contact list created successfully
The response is of type object.