---
title: "Create a custom field"
method: POST
path: "/accounts/customfield"
tags: ["Accounts (Companies)"]
---

# Create a custom field

`POST /accounts/customfield`

Creates a custom field to use for accounts.

## Request body

- CustomFieldCreateInput
  - `name` unknown
  - `type` unknown
  - `choices` unknown
  - `isMultiple` unknown
  - `id` string — The API ID of this entity, formatted {integer}-{entityType}
  - `title` string

## Response `200`

OK

---

[API](https://skmtc.net/nutshell/apis/nutshell-api.md) · [All operations](https://skmtc.net/nutshell/apis/nutshell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nutshell/nutshell-api/versions/709ffc1a706b/schema)
