Create Custom Field
create_custom_fieldAdd new custom fields to Less Annoying CRM for contacts, companies, pipelines, or public forms. Supports many field types like text, dropdown, currency, and more.
Instructions
Create a new custom field definition in Less Annoying CRM. Use this to add new fields for contacts, companies, or pipelines.
Field types: Currency, Date, Dropdown, RadioList, Checkbox, Number, Text, TextArea, ContactLink, FileLink, Signature, Section, SectionHeader, TextBlock.
For Dropdown/RadioList/Checkbox fields, provide options array. For Pipeline fields, pipeline_id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Field name | |
| type | Yes | Field type | |
| options | No | Options for Dropdown/RadioList/Checkbox fields | |
| is_required | No | Whether field is required | |
| pipeline_id | No | Required for pipeline fields | |
| record_type | No | Contact, Company, Pipeline, or PublicForm | |
| show_on_report | No | Include in reports | |
| show_on_active_badge | No | Show on active pipeline badges | |
| show_on_closed_badge | No | Show on closed pipeline badges |