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/accounts/custom-field/update - Update multi-select account (previously organizations) field options.
- POST /v1/accounts/custom-field/create - Create a custom account (previously organizations) field.
- POST /v1/person/custom-field/get - Retrieve custom contact fields.
- POST /v1/accounts/custom-field/get - Retrieve custom account (previously organizations) fields.