Skip to main content
POST
Create a Custom Field
Create a custom field. ⚠️ This changes the workspace’s schema rather than its data: the field appears on every record of that modality, for every caller, and removing it later is not something this API offers. Check get_apollo_typed_custom_fields first — the field you want may already exist. Writes land in the AIsa workspace, which every caller shares: the record becomes visible and editable by others, and there is no per-caller isolation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
label
string

Field label.

modality
string

Entity modality (e.g., contact).

type
string

Field type (e.g., textarea).

meta
object

Additional field config.

Response

Successful response

typed_custom_fields
string[]

Created field(s) (when returned).