---
title: "Create Contact Custom Field"
method: POST
path: "/contact_custom_field"
tags: ["Contact Custom Field"]
---

# Create Contact Custom Field

`POST /contact_custom_field`

Create a new contact custom field

## Query parameters

- `select` string

## Request body

- ContactCustomField
  - `contact_id` string, uuid — Contact ID
  - `custom_field_id` string, uuid — Custom field ID
  - `created_at` string, timestamp with time zone — Contact custom field creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `key` string, text — Contact custom field key
  - `value` string, text, nullable — Value of contact custom field
  - `date_value` string, date, nullable — Date value
  - `string_value` string, text, nullable — String value
  - `number_value` number, nullable — Number value
  - `boolean_value` boolean, nullable — Boolean value
  - `datetime_value` string, timestamp with time zone, nullable — Datetime value
  - `string_list_value` string[], nullable — String list value

## Response `200`

The updated Contact Custom Field object

- ContactCustomField
  - `contact_id` string, uuid — Contact ID
  - `custom_field_id` string, uuid — Custom field ID
  - `created_at` string, timestamp with time zone — Contact custom field creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `key` string, text — Contact custom field key
  - `value` string, text, nullable — Value of contact custom field
  - `date_value` string, date, nullable — Date value
  - `string_value` string, text, nullable — String value
  - `number_value` number, nullable — Number value
  - `boolean_value` boolean, nullable — Boolean value
  - `datetime_value` string, timestamp with time zone, nullable — Datetime value
  - `string_list_value` string[], nullable — String list value

## Other responses

- `201` — The Contact Custom Field was created
- `204` — No Content

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
