v1

latestOpenAPI 3.0.32026-08-06561563.5 KB
Contact Fields

Create a custom contact field

Creates a custom field for contacts. The name is auto-generated from the label as a slug. Valid field type IDs: text, number, date (use the UUID constants from the contact_field_types table).

post/contact-fields

Request body

labelstring required

Human-readable field label

contact_field_type_idstring required

UUID of the field type (text, number, or date)

Response

Contact field created

idinteger
labelstring required

Human-readable field label

namestring

Machine-readable slug (auto-generated from label)

type'text' | 'number' | 'date'

Field type