Custom Fields
Create Custom Field
POST
a Custom Field
POST
/user-api/v1/custom-fields
Headers
Header | Value |
---|---|
Content-Type | application/json |
x-rolodex-api-key | f1e2d3c4b5a697... |
Required Fields
Field name (1-50 characters)
Field type: SINGLE_LINE_TEXT
, USER
, SINGLE_SELECT
, MULTI_SELECT
, DATE
, NUMERIC
, BOOLEAN
Entity type: CONTACT
, COMPANY
Optional Fields
Options for SINGLE_SELECT
and MULTI_SELECT
field types (1-50 characters each)
Request (Text Field)
Request (Single Select Field)
Request (Multi Select Field)
Response (Single Select Field)
Response (Text Field)
Field Types
Type | Description | Example Usage |
---|---|---|
SINGLE_LINE_TEXT | Single line text input | Department, Job Title |
USER | Reference to workspace user | Account Manager, Sales Rep |
SINGLE_SELECT | Single choice from options | Priority Level, Status |
MULTI_SELECT | Multiple choices from options | Skills, Technologies |
DATE | Date picker | Start Date, Follow-up Date |
NUMERIC | Number input | Lead Score, Revenue |
BOOLEAN | True/false checkbox | Is VIP, Active Status |
Entity Types
Type | Description |
---|---|
CONTACT | Custom fields for contacts/people |
COMPANY | Custom fields for companies/organizations |