Create a new custom field in Ashby. Custom fields allow you to track additional structured data on Ashby objects like candidates, applications, and jobs. This action creates the field definition that can then be populated with values using the set custom field value actions. Sup…
titleRequiredstringThe name/title of the custom field
fieldTypeRequiredstringThe type of custom field. Valid values: String, Number, Boolean, Date, ValueSelect, MultiValueSelect, Employee
objectTypeRequiredstringThe type of object this custom field applies to. Common values include: Candidate, Application, Job. Note: Not all field types are supported on all object types.
descriptionstringOptional description of the custom field
isDateOnlyFieldbooleanWhether the field is date-only (no time). Only applicable when fieldType is Date.
selectableValuesarrayArray of selectable values with 'label' and 'value' keys. Required for ValueSelect and MultiValueSelect field types. Each item must have 'label' and 'value' keys.
isExposableToCandidatebooleanWhether the field can be exposed to candidates
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.