Contact Fields
Define and manage custom fields for contacts, including field types, labels, and validation rules.
📄️ Get Field Categories
Get field configurations organized by category.
📄️ Get Field Configurations
Get all field configurations for the tenant.
📄️ Update Field Configuration
Update a field's configuration.
📄️ Create Custom Field
Create a new custom field.
📄️ Delete Custom Field
Delete a custom field.
📄️ Get Dropdown Options
Get dropdown options for a field.
📄️ Manage Dropdown Options
Add, update, or delete dropdown options for a field.
📄️ Check Dropdown Option Usage
Check if a dropdown option value is in use by any leads.
📄️ Update Dropdown Option
Update a specific dropdown option.
📄️ Delete Dropdown Option
Delete a specific dropdown option.
📄️ Autocomplete Field Values
Get autocomplete suggestions for a field.
📄️ Save New Tag
Save a new tag to Redis cache immediately without waiting for lead save.
📄️ Update Bulk Field Visibility
Update visibility for multiple fields at once.
📄️ Bulk Sync Field Configurations
Bulk sync/upsert field configurations from catalog.
📄️ Rebuild Redis Indexes
Rebuild Redis indexes for field autocomplete.
📄️ Sync Field Values From Database
Sync field values from database to Redis.
📄️ Clear User Fields Cache
Clear the Redis cache for all user-related fields (assignee, owner_id, etc.).
📄️ Clear Field Configuration Cache
Clear the Redis cache for field configurations.
📄️ Update Field Type
Change the data type of a field.
📄️ Get Field Statistics
Get statistics for a field from Redis.
📄️ Regenerate Random Number
Generate a new random number for a random_number field.
📄️ Preview Next Incremental Number
Preview the next incremental number without consuming it.
📄️ Validate Number Config
Validate the number generation configuration for a field.