Creates one or more contacts in the contact list.

Request

POST https://api.bytehand.com/v2/contact_lists/listId/contacts

Parameters

Path Parameters
listId

number

Required parameter. Unique ID of the contact list.

Query Parameters
update_duplicates

boolean

Optional parameter. If true, when duplicates are found, previously created contacts will be updated. If false, duplicate existing contacts will be ignored Default false.

Body

In the request body, you must specify either a single object or an array of objects of custom type, the fields of which will correspond to the fields of the contact list.

Authorization

Requires authorization and access right contacts_manage.

Response

Upon successful completion of the request, an object of type Response is returned.