custom-field
The Ortto API custom-field
entity is the Ortto entity for managing contact (people) and organization fields in Ortto’s customer data platform (CDP).
The following endpoints constitute this entity:
- POST /v1/person/custom-field/create - Create a custom contact field.
- PUT v1/person/custom-field/update - Update multi-select person field options.
- PUT v1/organizations/custom-field/update - Update multi-select organization field options.
- POST /v1/organizations/custom-field/create - Create a custom organization field.
- POST /v1/person/custom-field/get - Retrieve custom contact fields.
- POST /v1/organizations/custom-field/get - Retrieve custom organization fields.