Create a custom field
POST/custom-fields
Define a new custom field on a model (contact, company, deal, or product). Write access
requires any contact, company, or deal write scope (or their .all variants) — no dedicated
custom-field scope exists. Choice types require options; File Upload uses options for its
accepted formats. Place the field in a group with group_id (see GET /custom-field-groups);
for product a group is optional.
Request
Responses
- 201
- 401
- 403
- 422
The created custom field
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Request failed schema validation