Current scope
Custom fields currently apply to contacts. They do not apply to companies or conversations. Supported types: βstring for short text values.β
text for longer text.β
number for scores and amounts.β
date for calendar dates.β
boolean for yes or no state.
Create a field
1
Open a contact view
Choose the contact view where you want the field to appear.
2
Open the column controls
Choose the option to add a custom field. Workspace admins can create and manage field definitions.
3
Define the field
Add a name, icon, and data type. Choose the type carefully because the field type cannot be changed after values depend on it.
4
Add it to the view
Keep the new field visible as a column, then place it where it helps the workflow.
Set field values
Custom field values cannot currently be edited by hand in the app. Update them through the public API. This keeps TalkToHumans connected to the system that owns the data: β Your CRM writesCRM stage.β Clay writes
ICP score.β An internal model writes
Intent level.β Your data warehouse writes
Customer status.
After values arrive, you can show them in the sidebar, use them as columns, and filter or sort contact views around them.
Example workflow
Suppose your CRM stores account ownership and a fit score.1
Create the definitions
Add
Owner as a string field and ICP score as a number field.2
Write values through the API
Match each contact and send the current owner and score.
3
Build a working view
Filter for
Owner = Robin and ICP score β₯ 80, then exclude existing customers.4
Work the queue
Review each person with the CRM context beside the LinkedIn conversation.