Create a field
Press to create a custom field and fill in:1
Name the field
Give it a clear name, like “Company size.” This is what you’ll see in the app.
2
Pick a type
Choose the kind of data it holds: text, number, date, datetime,
dropdown, email, or phone. The type controls how values are entered and
validated.
3
Add dropdown options (if needed)
For a dropdown field, list the choices one per line — for example
“Prospect / Customer / Partner.”
4
Note the merge tag
Norbelys generates a merge tag from the field name, shown in
{{code}} form with
a copy button. This is the token you drop into emails to insert the value.Edit and delete
You can rename a field or change its options later. If you delete a field, it disappears from contact records, segment filters, and email merge tags — but existing values are kept in case you restore it.Field types explained
Pick the type that matches the data — it controls how values are entered, validated, and sorted.A worked example
Say you create a text field named “City” (merge tag{{city}}). Now you can:
- Personalize an email:
Hi {{firstName | default: "there"}}, are you still in {{city | default: "town"}}? - Build a segment: City is any of “Bogotá, Medellín, Cali” to target one region.
- Show a column: enable City in the People list to scan it at a glance.
Filling fields automatically
You don’t always have to type values in by hand. Custom fields can be populated by:- Your CSV — map columns during import (email, name, and phone are mapped in the importer; other values can be set after import).
- The API or a connector — sync values from your CRM or another system. See API keys & automation.
- Research with Norbe — from a contact’s Actions → Research with Norbe, the assistant can look up a company and fill in context for that person.
Where custom fields show up
- On each person — the Profile data tab shows a Custom fields card with completion percentage and inline editing.
- As columns — enable any custom field as a column in the People list.
- In emails — insert
{{your_field_code}}to personalize copy. Always add a fallback for fields that might be empty. See Personalization. - In segments — filter on custom-field values to build dynamic audiences. See Groups & segments.