Ashby · Arazzo Workflow
Ashby Define a Custom Field and Set Its Value
Version 1.0.0
Create a custom field definition, locate it in the field list, set a value on a record, and verify.
View Spec
View on GitHub
ATSRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechArtificial IntelligenceArazzoWorkflows
Provider
Workflows
custom-field-setup
Create a custom field definition and write a value to a record with it.
Creates a custom field for a given object type, lists custom fields to confirm registration, sets the field's value on a target record, and reads the field definition back.
1
createField
Define the custom field against its object type. Nothing can be written to a custom field until this definition exists, so this precedes any attempt to set a value.
2
listFields
List the organization's custom fields to confirm the new definition is registered and visible, excluding archived fields.
3
setFieldValue
Write the value onto the target record. Custom field values do not go through candidate.update or job.update — customField.setValue is the only path, and objectType here must match the type the field was defined for.
4
readField
Read the field definition back to confirm its final shape, including any selectable values that were registered with it.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.