add_custom_field_value
Add one or more selectable values to a custom field for Select, Autocomplete, and similar types. Pass a single value with Name or multiple values in Values array.
Instructions
Add one or more selectable values to a custom field (for Select, Autocomplete, etc. types). Pass a single value with Name, or multiple values with the Values array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom field ID | |
| Name | No | Value name (for adding a single value) | |
| Values | No | Array of values to add in bulk. Each item: {Name, Description?, SortOrder?, Category?} | |
| Category | No | Category (for grouped/cascaded values) | |
| SortOrder | No | Sort position | |
| Description | No | Value description |