Skip to main content
post/contacts/custom-fields

Create contact field definition

LLM
View as Markdown
Open llms.txt

Creates a reusable custom field for storing customer context on contacts.

Authorization

Scheme

  • bearerAuth

Required scopes

  • custom_field:create

Allowed roles

  • owner
  • admin
  • agent

Create a contact field definition.

Request body

  • Name
    application/json
    Type
    CreateCustomFieldDefinitionRequest
    Description
    Required body.

Responses

  • 201

    Contact field definition created

    • application/json CustomFieldDefinition
  • default

    Error

    • application/json ProblemDetails