pipedrive_create_product_field
Create a custom product field in Pipedrive by specifying field name and type. For enum or set types, include options. The response provides a field code for later updates.
Instructions
Create a product custom field. field_name and field_type are required. For enum/set types, options is required. Product fields use a simpler model: no description, important_fields, or required_fields. The response data.field_code is the 40-char hash to keep for later updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_name | Yes | Field name (required, 1-255 chars) | |
| field_type | Yes | Field type. Use 'enum' (single choice) or 'set' (multiple choice) for option fields. | |
| options | No | Field options (required for enum and set field types) | |
| ui_visibility | No | UI visibility (product fields use a simpler model): add_visible_flag, details_visible_flag. |