Skip to main content

Create contact property

POST 

/v1/contacts/properties

Create contact property

Request

Body

    type stringrequired

    Possible values: [NUMBER, DOUBLE, EMAIL, SINGLE_LINE_TEXT, MULTI_LINE_TEXT, DATE, URL, DROPDOWN, STRING]

    label stringrequired

    Possible values: <= 255 characters

    description string

    Possible values: <= 1000 characters

    contact_property_group_id number

Responses

Successful

Schema

    string

Loading...