Add Values To Custom Field
add_values_to_custom_fieldAppends new values to a custom field supporting select or multi-select options in Procore. Use to add options to existing custom fields.
Instructions
Appends new values to a Custom Field with type select or multi-select. Use this to create a new Custom - Configurable Tools in Procore. Creates a new Custom - Configurable Tools and returns the created object on success (HTTP 201). Required parameters: company_id, field_id, values. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/custom-fields/{field_id}/values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| field_id | Yes | URL path parameter — uUID of the Custom Field. | |
| values | Yes | JSON request body field — list of values to append to the field. |