Skip to main content

List Definitions

GET /backend/custom-fields

Response


Create Definition

POST /backend/custom-fields

Body Parameters

string
required
Display name
string
required
Unique key (used in variables)
string
required
Type: text, number, date, boolean, select
array
Options for select type
any
Default value
boolean
default:"false"
Whether field is required

Request Example


Update Definition

PUT /backend/custom-fields/{id}

Delete Definition

DELETE /backend/custom-fields/{id}
Deleting a definition removes all values stored for that field in all leads.