Create Custom Property

Creates a new custom property. The key field is used to identify the custom property, it's written in snake case and it must be unique within the custom object. The label field can be used to give a human readable name to the custom property. The type field is used to define the type of the custom property i.e. text, number, float boolean, date, list, map. The required field is a boolean used to define if the custom property is required or not. The default field is used to define the default value of the custom property. The default field is required if the custom property is required and its value should match the type defined in the type field. The references field is used to define the associations between the given custom property and custom properties of other custom objects. Setting a reference will not only update the references of the given custom property but also the references of the custom properties that is being referenced.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Custom Object ID

Body Params

createCustomProperty Request

Request schema for creating CustomProperties.

string

Additional context information for AI features

string

The default value of the CustomProperty

string
required

The key of the CustomProperty in snake case

string
required

The label of the CustomProperty

boolean
required

Whether the CustomProperty is required

string
enum
required

The type of the CustomProperty

Allowed:
Responses

Callback
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json