v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01390206.4 KB
Contacts

Create a contact

Creates a contact in the workspace.

Tags are linked by id or name and must already exist in the workspace — unknown tags are ignored. Use PATCH /contacts/{contactId}/tags to create tags on demand.

customProperties are keyed by property name and only properties already defined in the workspace are persisted.

post/contacts

Request body

firstNamestring nullable
lastNamestring nullable
emailstring nullable
phonestring nullable
occupationstring nullable
genderstring nullable
birthdatestring nullable
agenumber nullable
notesstring nullable
customPropertiesobject

Values for the custom contact properties of the workspace, keyed by property name

Response

Contact created successfully

idstring uuid required

Id of the created contact