Use Cases
- Lead qualification: Store lead score, source, or stage
- Segmentation: Categorize contacts by industry, plan, or region
- Personalization: Store preferences for personalized messaging
- Integration sync: Map external CRM fields to Minimo
Field Types
| Type | Description |
|---|---|
text | Free text input |
number | Numeric value |
boolean | True/false |
date | Date value |
datetime | Date and time |
select | Single selection from options |
json | JSON object |
Best Practices
Use Consistent Naming
Use Consistent Naming
Use
SNAKE_CASE for keys (e.g., COMPANY_SIZE, LEAD_SOURCE). Keys are automatically uppercased.Organize with Categories
Organize with Categories
Group related fields using categories like “Company Info”, “Lead Data”, “Preferences” for better organization.
Plan Field Types
Plan Field Types
Choose the right type for your data. Use
number for numeric values, date for dates, and select for predefined options.Common Errors
| Error | Cause | Solution |
|---|---|---|
key already exists | Duplicate key in account | Use a different key name |
validation_error | Missing required fields | Include key, displayName, and type |
unauthorized | Invalid API key | Check Authorization header |
Code Examples
JavaScript
JavaScript
Python
Python
Related Endpoints
- List Custom Fields: Retrieve all custom fields
- Contacts: Create and update contacts with custom field values