Custom Fields
Custom fields let you store extra information about your customers beyond the built-in fields. You can use them to save text, numbers, dates, files, value lists, or a selection from a predefined catalog (select type, ideal for status/stages) tied to each contact.
Available endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/custom-fields | List every custom field |
POST | /v1/custom-fields | Create a new custom field |
PATCH | /v1/custom-fields/{fieldId} | Update a custom field |
DELETE | /v1/custom-fields/{fieldId} | Delete a custom field |
Consejo
Each workspace can have up to 25 active custom fields. The identifier (fieldId) is derived automatically from the name: lowercase, without accents, and with underscores instead of spaces.