createDealCustomField
Add a new custom field to deals in Follow Up Boss, specifying the label, type, and optional choices for dropdowns.
Instructions
Create a deal custom field. FUB expects 'label' (not 'name') and 'choices' (not 'options').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Field type: text, date, number, dropdown | |
| label | Yes | User-friendly field name | |
| choices | No | Dropdown choices (dropdown only) | |
| readOnly | No | ||
| hideIfEmpty | No | ||
| isRecurring | No | ||
| orderWeight | No |