reach_createAContactFieldV1
Define a new custom contact field in a profile, specifying its type and unique label. Use the returned UUID to assign values to contacts.
Instructions
Define a new custom contact field in a profile.
The slug is derived from the label and, like the field type, cannot be changed later.
Use the returned uuid to set values on contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Immutable once the field exists | |
| label | Yes | label parameter | |
| options | No | Required for single_choice and multi_choice, ignored for the scalar types. Labels must be unique regardless of casing. | |
| profileUuid | Yes | Profile uuid parameter |