Add Contacts to List
Lists
Add Contacts to List
Add one or more contacts to an existing list
POST
Add Contacts to List
Request
Path Parameters
List UUID
Headers
Body Parameters
Array of contact UUIDs to add to the list
Response
Operation result
Example Response
Duplicate Handling
If a contact is already in the list, it will be silently skipped (not an error). The
added count reflects only newly added contacts.Example with Duplicates
If you try to add 5 contacts but 2 are already in the list:Bulk Operations
You can add up to 100 contacts in a single request:Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Invalid contact IDs or exceeds 100 limit |
| 401 | invalid_key | Invalid API key |
| 403 | insufficient_permissions | Missing write permission |
| 404 | not_found | List not found or not in your workspace |
| 429 | rate_limited | Rate limit exceeded |