Fields
Define the fields your workspace uses for contact data, identity, imports, and personalization.
Overview
Fields define the structure of the data your workspace stores on contacts. They are used throughout Leadpush for things like identity selection, imports, segmentation, and personalization.
From the Fields page, you can:
- create one or more fields in a single flow
- choose the field type for each new field
- apply formatting rules for supported field types
- search and filter existing fields
- delete fields you no longer need
If you need to manage fields programmatically, see the Fields API documentation.
Before you start
- Open the correct workspace before managing fields, since fields are workspace-specific.
- You need write access in the workspace to create or delete fields.
- Decide how each field will be used before creating it, especially if it may become part of identity, imports, or automation logic.
Open Fields in the dashboard
Open your workspace
Go to the Dashboard and switch into the workspace you want to manage.
Open Settings
Use the main navigation to open Settings.
Go to Fields
Open Fields from the Data section.
Create fields
Click the Field button
On the Fields page, click the Field button in the top-right corner.
Enter the field name
Give the field a name such as customer_id, preferred_language, or signup_date.
Choose the field type
Select one of the supported types:
TextIntegerBooleanDatetimeDate
Add formatting when needed
Depending on the type, configure the appropriate formatting rules:
- Text fields can use
Email,Phone,Url, orRegex - Regex text fields require a pattern
- Date and Datetime fields require an ISO format
Add more fields if needed
Use Add Field if you want to create multiple fields before submitting.
Create the fields
Click Create to save the new field definitions.
Review and filter fields
Use the Fields table to inspect and narrow the list of field definitions in the workspace.
- Search by field name using the table search field.
- Review the field
typecolumn to confirm how each field is stored. - Filter the table by type to focus on text, integer, boolean, date, or datetime fields.
- Sort by created date if you want to review newer or older fields first.
Delete a field
Find the field
Locate the field you want to remove in the table.
Open row actions
Use the action menu for that field.
Choose Delete
Select Delete and confirm the action.
Verify it is gone
After deletion, the field should no longer appear in the Fields table.
Choose the right field type
| Type | Typical use |
|---|---|
Text | Names, labels, email addresses, URLs, phone values, and general string data |
Integer | Counts, numeric identifiers, and whole-number values |
Boolean | True/false flags such as feature eligibility or subscription status |
Date | Calendar dates without a time component |
Datetime | Timestamps that include both date and time |