threadliner
Contacts

Custom fields

Define extra fields to track on every contact, beyond the built-in ones.

Custom fields add extra structured data to every contact, on top of the built-in name, email, phone, and company. They're workspace-wide — once defined, every contact gets a value slot for it, and forms can write to it directly on submission.

Field types

TypeStored as
TEXTPlain text
NUMBERNumber
DATEDate
BOOLEANCheckbox
SELECTOne choice from a list of options
MULTISELECTMultiple choices from a list of options
URLA URL

Creating a custom field

  1. Go to Settings → Custom Fields.
  2. Fill in:
    • Key — lowercase letters, numbers, and underscores, starting with a letter (e.g. industry). This is the identifier used internally and in the API.
    • Label — the human-readable name shown in the UI (e.g. "Industry").
    • Type — one of the types above.
    • Options — only shown for SELECT/MULTISELECT; a comma-separated list (e.g. SaaS, Agency, E-commerce).
  3. Click Add custom field.

The field now appears on every contact's detail page under Custom Fields, and as a selectable target in a form field's Maps to contact field setting (see Field types and conditional logic).

There's no rename or edit for an existing custom field's key or type once created — deleting and re-creating it is the only option, and deleting removes the stored values too.

Was this page helpful?

Last updated on

On this page