Skip to main content

Contact Service

The Contact Service allows you to manage contacts in your workspace. You can create, read, update, and delete contacts.

Create Contact

Create a new contact in your workspace.

Request Body

Example Request

Response

If any custom_fields entries were dropped during validation, the response includes a top-level custom_field_warnings array describing each drop (codes: unknown_key, archived_key, reserved_key, type_mismatch, option_invalid, too_long, empty_value).

Get Contact

Retrieve a specific contact by ID.

Parameters

Response

Update Contact

Update an existing contact.

Parameters

Request Body

Example Request

Response

As with Create, if any custom_fields entries were dropped during validation the response includes a top-level custom_field_warnings array describing each drop.

Delete Contact

Delete a contact from your workspace.

Parameters

Response