Custom Fields
Custom fields let you store extra information on lead records beyond the built-in fields. You define them once and they appear on every lead in your workspace.
Available Field Typesโ
| Type | Description |
|---|---|
| Text | Single-line text input |
| Textarea | Multi-line text input |
| Number | Numeric value |
| Date | Date picker |
| Dropdown | Single selection from a list you define |
| Checkbox | True/false toggle |
| URL | Web address |
Creating a Custom Fieldโ
- Go to Settings โ Scoring Rules (sidebar group: Settings).
Custom field definitions are managed under Settings โ Custom Fields in the sidebar.
- Click New Custom Field.
- Fill in:
- Label โ displayed name on the lead form (e.g. "Industry")
- Field Key โ internal identifier (e.g.
industry). Auto-generated from label; must be unique. - Type โ select from the types above
- Options โ (for Dropdown only) enter each option on a separate line
- Required โ whether the field must be filled when creating/editing a lead
- Click Save.
The field immediately appears on all lead create/edit forms and in the lead detail view.
Editing a Custom Fieldโ
- Go to Settings โ Custom Fields.
- Click the edit icon next to the field.
- You can change the label, required status, and options (for dropdowns).
- The field key cannot be changed after creation (it may be used in automations and filters).
Deleting a Custom Fieldโ
Click the delete icon next to the field and confirm.
โ ๏ธ Deleting a custom field removes it and all its data from every lead record. This action cannot be undone.
Using Custom Fields in Automationsโ
Custom field values can be checked in Condition steps:
- Use Field Equals or Field Contains condition types.
- Enter the Field Key as the field name.
Using Custom Fields in Filtersโ
On the leads list, use the Advanced Filter to filter by any custom field.
Form Field Mappingโ
When building a form, set the Field Key on a form field to match a custom field key (e.g. industry). Submissions will then populate the custom field on the created lead.
Best Practicesโ
- Use short, snake_case field keys (e.g.
company_size,lead_type). - Add only fields you actually use โ too many fields clutter the lead form.
- For dropdowns, keep options consistent to enable reliable filtering.