create_custom_field
Add custom fields to leads, contacts, or companies. Supports multiple field types including text, numeric, checkbox, select, and more.
Instructions
Create a new custom field for leads, contacts, or companies. Supported types: text, numeric, checkbox, select, multiselect, date, url, textarea, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | Entity type: 'leads', 'contacts', or 'companies' | |
| name | Yes | Name of the new custom field | |
| type | Yes | Type of field (text, numeric, select, multiselect, date, checkbox, url, textarea) | |
| enums | No | For 'select' or 'multiselect', an array of options. Format: [{ value: 'Option 1', sort: 1 }] |