Skip to main content

Contacts

Manage contact folders and contacts. Contacts are organized into folders and used as the target list for batch call campaigns. For UUID / phone / datetime formats used below, see Data formats.

List Folders

Parameters

Query parameters:

cURL

Response

data (array of folder objects with id, name, description, contact_count, created_at, updated_at), meta.

Create Folder

Parameters

Request body:

cURL

Delete Folder

Deletes the folder and all contacts inside it. This is irreversible.

List Contacts

Parameters

Query parameters: This endpoint uses page-based pagination (not offset). Response pagination includes: page, limit, total, pages.

cURL

Add Contact

Add a single contact to a folder.

Parameters

Request body:

Example

cURL

Update Contact

Update any fields on an existing contact. Only fields included in the request are changed.

Parameters

Request body: Any subset of the Add Contact fields: folder_id, phone_number, first_name, last_name, email, company_name, industry, location, pin_code, keywords, metadata

cURL

Delete Contact

Import Contacts

Bulk-import contacts into a folder from an array or a base64-encoded CSV file.

Parameters

Request body: * Either contacts or csv_base64 is required. Response: data: { successful, failed, errors[] }, meta.

cURL

Export Contacts

Export contacts as a CSV file. Exports all contacts in the org, or filter by folder.

Parameters

Query parameters:

cURL

Returns a CSV file with Content-Disposition: attachment.

Contact Object