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