Skip to main content
POST
Add Contacts to List

Request

Path Parameters

string
required
List UUID

Headers

Body Parameters

array
required
Array of contact UUIDs to add to the list

Response

object
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:
Requests with more than 100 contact IDs will be rejected with a validation error.

Errors

Example Error (Invalid Contact ID)