createDealCustomField
Add new custom fields to deals in Follow Up Boss by specifying a label, type, and optional choices, enabling tailored data collection for your pipeline.
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 |