Skip to main content

object

CustomFieldDefinition

LLM
View as Markdown
Open llms.txt

Defines a reusable custom field for either contacts or property records. Values are stored separately on each resource.

Properties

  • Name
    id
    Type
    string
    Description
    Stable custom field definition ID.
  • Name
    name
    Type
    string
    Description
    Human-readable label shown to teammates and API clients.
  • Name
    type
    Type
    enum
    Description
    Value type accepted by this custom field. Allowed values: text, date.
  • Name
    createdAt
    Type
    string
    Description
    When the field definition was created.
  • Name
    createdBy
    Type
    string
    Description
    User ID that created the field definition.
  • Name
    predefined
    Type
    boolean
    Description
    True for Flownally-managed fields that cannot be renamed or deleted.
  • Name
    entityType
    Type
    enum
    Description
    Resource type this field can be used on. Allowed values: contact, property.

Related operations